public class RegistryResourceFetcher extends Object implements org.apache.synapse.task.Task, ManagedLifecycle
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT |
static String |
SEQUENCE |
static String |
TEXT |
static 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 String SEQUENCE
public static final String ENDPOINT
public static final String XML
public static final 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–2017 Apache Software Foundation. All rights reserved.