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 voidactivate()intgetBackOffFactor()intgetMaxSuspendThreshold()intgetState()StringgetStateName()intgetSuspendThreshold()voidsetBackOffFactor(int backOffFactor)voidsetMaxSuspendThreshold(int maxSuspendThreshold)voidsetSuspendThreshold(int suspendThreshold)voidsuspend()
-
-
-
Constructor Detail
-
RegistryResourceFetcherView
public RegistryResourceFetcherView(RegistryResourceFetcher resourceFetcher)
-
-
Method Detail
-
activate
public void activate()
- Specified by:
activatein interfaceRegistryResourceFetcherViewMBean
-
suspend
public void suspend()
- Specified by:
suspendin interfaceRegistryResourceFetcherViewMBean
-
getState
public int getState()
- Specified by:
getStatein interfaceRegistryResourceFetcherViewMBean
-
getStateName
public String getStateName()
- Specified by:
getStateNamein interfaceRegistryResourceFetcherViewMBean
-
getBackOffFactor
public int getBackOffFactor()
- Specified by:
getBackOffFactorin interfaceRegistryResourceFetcherViewMBean
-
getMaxSuspendThreshold
public int getMaxSuspendThreshold()
- Specified by:
getMaxSuspendThresholdin interfaceRegistryResourceFetcherViewMBean
-
getSuspendThreshold
public int getSuspendThreshold()
- Specified by:
getSuspendThresholdin interfaceRegistryResourceFetcherViewMBean
-
setBackOffFactor
public void setBackOffFactor(int backOffFactor)
- Specified by:
setBackOffFactorin interfaceRegistryResourceFetcherViewMBean
-
setMaxSuspendThreshold
public void setMaxSuspendThreshold(int maxSuspendThreshold)
- Specified by:
setMaxSuspendThresholdin interfaceRegistryResourceFetcherViewMBean
-
setSuspendThreshold
public void setSuspendThreshold(int suspendThreshold)
- Specified by:
setSuspendThresholdin interfaceRegistryResourceFetcherViewMBean
-
-