public class RegistryResourceFetcher extends java.lang.Object implements org.apache.synapse.task.Task, ManagedLifecycle
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENDPOINT |
static java.lang.String |
SEQUENCE |
static java.lang.String |
TEXT |
static java.lang.String |
XML |
Constructor and Description |
---|
RegistryResourceFetcher() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
This method should implement the destroying of the
implemented parts of the configuration.
|
void |
execute() |
int |
getBackOffFactor() |
org.apache.axiom.om.OMElement |
getItems() |
int |
getMaxSuspendThreshold() |
State |
getState() |
int |
getSuspendThreshold() |
void |
init(SynapseEnvironment se)
This method should implement the initialization of the
implemented parts of the configuration.
|
void |
reset() |
void |
setBackOffFactor(int backOffFactor) |
void |
setItems(org.apache.axiom.om.OMElement items) |
void |
setMaxSuspendThreshold(int maxSuspendThreshold) |
void |
setState(State state) |
void |
setSuspendThreshold(int suspendThreshold) |
public static final java.lang.String SEQUENCE
public static final java.lang.String ENDPOINT
public static final java.lang.String XML
public static final java.lang.String TEXT
public org.apache.axiom.om.OMElement getItems()
public void setItems(org.apache.axiom.om.OMElement items)
public int getSuspendThreshold()
public int getMaxSuspendThreshold()
public int getBackOffFactor()
public void setBackOffFactor(int backOffFactor)
public void setMaxSuspendThreshold(int maxSuspendThreshold)
public void setSuspendThreshold(int suspendThreshold)
public void init(SynapseEnvironment se)
ManagedLifecycle
init
in interface ManagedLifecycle
se
- SynapseEnvironment to be used for initializationpublic void destroy()
ManagedLifecycle
destroy
in interface ManagedLifecycle
public void execute()
execute
in interface org.apache.synapse.task.Task
public void setState(State state)
public State getState()
public void reset()
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.