Package org.apache.synapse.startup.tasks
Interface RegistryResourceFetcherViewMBean
-
- All Known Implementing Classes:
RegistryResourceFetcherView
public interface RegistryResourceFetcherViewMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivate()intgetBackOffFactor()intgetMaxSuspendThreshold()intgetState()StringgetStateName()intgetSuspendThreshold()voidsetBackOffFactor(int backOffFactor)voidsetMaxSuspendThreshold(int maxSuspendThreshold)voidsetSuspendThreshold(int suspendThreshold)voidsuspend()
-
-
-
Method Detail
-
activate
void activate()
-
suspend
void suspend()
-
getState
int getState()
-
getStateName
String getStateName()
-
getBackOffFactor
int getBackOffFactor()
-
getMaxSuspendThreshold
int getMaxSuspendThreshold()
-
getSuspendThreshold
int getSuspendThreshold()
-
setBackOffFactor
void setBackOffFactor(int backOffFactor)
-
setMaxSuspendThreshold
void setMaxSuspendThreshold(int maxSuspendThreshold)
-
setSuspendThreshold
void setSuspendThreshold(int suspendThreshold)
-
-