public interface RegistryResourceFetcherViewMBean
Modifier and Type | Method and 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() |
void activate()
void suspend()
int getState()
String getStateName()
int getBackOffFactor()
int getMaxSuspendThreshold()
int getSuspendThreshold()
void setBackOffFactor(int backOffFactor)
void setMaxSuspendThreshold(int maxSuspendThreshold)
void setSuspendThreshold(int suspendThreshold)
Copyright © 2005–2023 Apache Software Foundation. All rights reserved.