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