Package org.apache.synapse.startup.tasks
Class RegistryResourceFetcherView
- java.lang.Object
-
- org.apache.synapse.startup.tasks.RegistryResourceFetcherView
-
- All Implemented Interfaces:
RegistryResourceFetcherViewMBean
public class RegistryResourceFetcherView extends Object implements RegistryResourceFetcherViewMBean
-
-
Constructor Summary
Constructors Constructor Description RegistryResourceFetcherView(RegistryResourceFetcher resourceFetcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate()
int
getBackOffFactor()
int
getMaxSuspendThreshold()
int
getState()
String
getStateName()
int
getSuspendThreshold()
void
setBackOffFactor(int backOffFactor)
void
setMaxSuspendThreshold(int maxSuspendThreshold)
void
setSuspendThreshold(int suspendThreshold)
void
suspend()
-
-
-
Constructor Detail
-
RegistryResourceFetcherView
public RegistryResourceFetcherView(RegistryResourceFetcher resourceFetcher)
-
-
Method Detail
-
activate
public void activate()
- Specified by:
activate
in interfaceRegistryResourceFetcherViewMBean
-
suspend
public void suspend()
- Specified by:
suspend
in interfaceRegistryResourceFetcherViewMBean
-
getState
public int getState()
- Specified by:
getState
in interfaceRegistryResourceFetcherViewMBean
-
getStateName
public String getStateName()
- Specified by:
getStateName
in interfaceRegistryResourceFetcherViewMBean
-
getBackOffFactor
public int getBackOffFactor()
- Specified by:
getBackOffFactor
in interfaceRegistryResourceFetcherViewMBean
-
getMaxSuspendThreshold
public int getMaxSuspendThreshold()
- Specified by:
getMaxSuspendThreshold
in interfaceRegistryResourceFetcherViewMBean
-
getSuspendThreshold
public int getSuspendThreshold()
- Specified by:
getSuspendThreshold
in interfaceRegistryResourceFetcherViewMBean
-
setBackOffFactor
public void setBackOffFactor(int backOffFactor)
- Specified by:
setBackOffFactor
in interfaceRegistryResourceFetcherViewMBean
-
setMaxSuspendThreshold
public void setMaxSuspendThreshold(int maxSuspendThreshold)
- Specified by:
setMaxSuspendThreshold
in interfaceRegistryResourceFetcherViewMBean
-
setSuspendThreshold
public void setSuspendThreshold(int suspendThreshold)
- Specified by:
setSuspendThreshold
in interfaceRegistryResourceFetcherViewMBean
-
-