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 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()
-
-
-
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)
-
-