public class RegistryResourceFetcherView extends Object implements RegistryResourceFetcherViewMBean
| Constructor and Description |
|---|
RegistryResourceFetcherView(RegistryResourceFetcher resourceFetcher) |
| 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() |
public RegistryResourceFetcherView(RegistryResourceFetcher resourceFetcher)
public void activate()
activate in interface RegistryResourceFetcherViewMBeanpublic void suspend()
suspend in interface RegistryResourceFetcherViewMBeanpublic int getState()
getState in interface RegistryResourceFetcherViewMBeanpublic String getStateName()
getStateName in interface RegistryResourceFetcherViewMBeanpublic int getBackOffFactor()
getBackOffFactor in interface RegistryResourceFetcherViewMBeanpublic int getMaxSuspendThreshold()
getMaxSuspendThreshold in interface RegistryResourceFetcherViewMBeanpublic int getSuspendThreshold()
getSuspendThreshold in interface RegistryResourceFetcherViewMBeanpublic void setBackOffFactor(int backOffFactor)
setBackOffFactor in interface RegistryResourceFetcherViewMBeanpublic void setMaxSuspendThreshold(int maxSuspendThreshold)
setMaxSuspendThreshold in interface RegistryResourceFetcherViewMBeanpublic void setSuspendThreshold(int suspendThreshold)
setSuspendThreshold in interface RegistryResourceFetcherViewMBeanCopyright © 2005–2019 Apache Software Foundation. All rights reserved.