public class AlgorithmContext
extends java.lang.Object
Constructor and Description |
---|
AlgorithmContext(boolean clusteringEnabled,
org.apache.axis2.context.ConfigurationContext cfgCtx,
java.lang.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.
|
java.lang.Object |
getProperty(java.lang.String key)
Get the property value corresponding to a specified key
|
void |
setCurrentEndpointIndex(int currentEPR)
The position of the current EPR
|
void |
setProperty(java.lang.String key,
java.lang.Object value)
Store a property in the algorithm context.
|
public AlgorithmContext(boolean clusteringEnabled, org.apache.axis2.context.ConfigurationContext cfgCtx, java.lang.String endpointName)
public int getCurrentEndpointIndex()
public void setCurrentEndpointIndex(int currentEPR)
currentEPR
- The current positionpublic org.apache.axis2.context.ConfigurationContext getConfigurationContext()
public java.lang.Object getProperty(java.lang.String key)
key
- The key of the propertypublic void setProperty(java.lang.String key, java.lang.Object value)
key
- The key of the propertyvalue
- The value of the propertyCopyright © 2005-2020 Apache Software Foundation. All Rights Reserved.