Uses of Class
org.apache.axis2.context.AbstractContext
-
Packages that use AbstractContext Package Description org.apache.axis2.clustering.state org.apache.axis2.context org.apache.axis2.scripting -
-
Uses of AbstractContext in org.apache.axis2.clustering.state
Methods in org.apache.axis2.clustering.state with parameters of type AbstractContext Modifier and Type Method Description voidClusteringContextListener. contextCreated(AbstractContext context)voidClusteringContextListener. contextRemoved(AbstractContext context)static StateClusteringCommandCollectionStateClusteringCommandFactory. getCommandCollection(AbstractContext[] contexts, Map excludedReplicationPatterns)static StateClusteringCommandStateClusteringCommandFactory. getRemoveCommand(AbstractContext abstractContext)static StateClusteringCommandStateClusteringCommandFactory. getUpdateCommand(AbstractContext context, String[] propertyNames)static StateClusteringCommandStateClusteringCommandFactory. getUpdateCommand(AbstractContext context, Map excludedPropertyPatterns, boolean includeAllProperties)booleanDefaultStateManager. isContextClusterable(AbstractContext context)booleanStateManager. isContextClusterable(AbstractContext context)This is a check to see whether the properties in an instance ofAbstractContextshould be replicated.voidDefaultStateManager. removeContext(AbstractContext context)voidStateManager. removeContext(AbstractContext context)This method is called whenAbstractContextis removed from the systemstatic voidReplicator. replicate(AbstractContext abstractContext)Replicate all serializable properties stored in the givenabstractContext.static voidReplicator. replicate(AbstractContext abstractContext, String[] propertyNames)Replicate all the properties given inpropertyNamesin the specifiedabstractContextvoidDefaultStateManager. updateContext(AbstractContext context)voidDefaultStateManager. updateContext(AbstractContext context, String[] propertyNames)voidStateManager. updateContext(AbstractContext context)This method is called when properties in anAbstractContextare updated.voidStateManager. updateContext(AbstractContext context, String[] propertyNames)This method is called when one need to update/replicate only certains properties in the specifiedcontextvoidDefaultStateManager. updateContexts(AbstractContext[] contexts)voidStateManager. updateContexts(AbstractContext[] contexts)This method is called when properties in a collection ofAbstractContexts are updated.voidPropertyUpdater. updateProperties(AbstractContext abstractContext) -
Uses of AbstractContext in org.apache.axis2.context
Subclasses of AbstractContext in org.apache.axis2.context Modifier and Type Class Description classConfigurationContextAxis2 states are held in two information models, called description hierarchy and context hierarchy.classMessageContextAxis2 states are held in two information models, called description hierarchy and context hierarchy.classOperationContextAn OperationContext represents a running "instance" of an operation, which is represented by an AxisOperation object.classServiceContextWell this is never clearly defined, what it does or the life-cycle.classServiceGroupContextclassSessionContextAll the engine components are stateless across the executions and all the states should be kept in the Contexts, there are three context Global, Session and Message.Fields in org.apache.axis2.context declared as AbstractContext Modifier and Type Field Description protected AbstractContextAbstractContext. parentMethods in org.apache.axis2.context that return AbstractContext Modifier and Type Method Description AbstractContextAbstractContext. getParent()Methods in org.apache.axis2.context with parameters of type AbstractContext Modifier and Type Method Description voidContextListener. contextCreated(AbstractContext context)A context has been addedvoidContextListener. contextRemoved(AbstractContext context)A context has been removedbooleanAbstractContext. isAncestor(AbstractContext context)voidAbstractContext. setParent(AbstractContext context)Constructors in org.apache.axis2.context with parameters of type AbstractContext Constructor Description AbstractContext(AbstractContext parent)SessionContext(AbstractContext parent) -
Uses of AbstractContext in org.apache.axis2.scripting
Subclasses of AbstractContext in org.apache.axis2.scripting Modifier and Type Class Description classScriptMessageContextScriptMessageContext decorates the Axis2 MessageContext adding methods to use the message payload XML in a way natural to the scripting language.
-