public class AlgorithmContext extends Object
| Constructor and Description |
|---|
AlgorithmContext(boolean clusteringEnabled,
org.apache.axis2.context.ConfigurationContext cfgCtx,
String endpointName) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axis2.context.ConfigurationContext |
getConfigurationContext()
Get the configuration context instance .
|
int |
getCurrentEndpointIndex()
To get the position of the current EPR for use.
|
Object |
getProperty(String key)
Get the property value corresponding to a specified key
|
void |
setCurrentEndpointIndex(int currentEPR)
The position of the current EPR
|
void |
setProperty(String key,
Object value)
Store a property in the algorithm context.
|
public AlgorithmContext(boolean clusteringEnabled,
org.apache.axis2.context.ConfigurationContext cfgCtx,
String endpointName)
public int getCurrentEndpointIndex()
public void setCurrentEndpointIndex(int currentEPR)
currentEPR - The current positionpublic org.apache.axis2.context.ConfigurationContext getConfigurationContext()
public Object getProperty(String key)
key - The key of the propertypublic void setProperty(String key, Object value)
key - The key of the propertyvalue - The value of the propertyCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.