Uses of Class
org.apache.axis2.context.AbstractContext

Packages that use AbstractContext
org.apache.axis2.clustering.context   
org.apache.axis2.context   
org.apache.axis2.scripting   
 

Uses of AbstractContext in org.apache.axis2.clustering.context
 

Methods in org.apache.axis2.clustering.context with parameters of type AbstractContext
 void ClusteringContextListener.contextCreated(AbstractContext context)
           
 void ClusteringContextListener.contextRemoved(AbstractContext context)
           
static ContextClusteringCommandCollection ContextClusteringCommandFactory.getCommandCollection(AbstractContext[] contexts, java.util.Map excludedReplicationPatterns)
           
static ContextClusteringCommand ContextClusteringCommandFactory.getRemoveCommand(AbstractContext abstractContext)
           
static ContextClusteringCommand ContextClusteringCommandFactory.getUpdateCommand(AbstractContext context, java.util.Map excludedPropertyPatterns, boolean includeAllProperties)
           
static ContextClusteringCommand ContextClusteringCommandFactory.getUpdateCommand(AbstractContext context, java.lang.String[] propertyNames)
           
 boolean DefaultContextManager.isContextClusterable(AbstractContext context)
           
 boolean ContextManager.isContextClusterable(AbstractContext context)
           
 void DefaultContextManager.removeContext(AbstractContext context)
           
 void ContextManager.removeContext(AbstractContext context)
          This method is called when AbstractContext is removed from the system
static void Replicator.replicate(AbstractContext abstractContext)
          Replicate all serializable properties stored in the given abstractContext.
static void Replicator.replicate(AbstractContext abstractContext, java.lang.String[] propertyNames)
          Replicate all the properties given in propertyNames in the specified abstractContext
 void DefaultContextManager.updateContext(AbstractContext context)
           
 void ContextManager.updateContext(AbstractContext context)
          This method is called when properties in an AbstractContext are updated.
 void DefaultContextManager.updateContext(AbstractContext context, java.lang.String[] propertyNames)
           
 void ContextManager.updateContext(AbstractContext context, java.lang.String[] propertyNames)
          This method is called when one need to update/replicate only certains properties in the specified context
 void DefaultContextManager.updateContexts(AbstractContext[] contexts)
           
 void ContextManager.updateContexts(AbstractContext[] contexts)
          This method is called when properties in a collection of AbstractContexts are updated.
 void PropertyUpdater.updateProperties(AbstractContext abstractContext)
           
 

Uses of AbstractContext in org.apache.axis2.context
 

Subclasses of AbstractContext in org.apache.axis2.context
 class ConfigurationContext
          Axis2 states are held in two information models, called description hierarchy and context hierarchy.
 class MessageContext
          Axis2 states are held in two information models, called description hierarchy and context hierarchy.
 class OperationContext
          An OperationContext represents a running "instance" of an operation, which is represented by an AxisOperation object.
 class ServiceContext
          Well this is never clearly defined, what it does or the life-cycle.
 class ServiceGroupContext
           
 class SessionContext
          All 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
protected  AbstractContext AbstractContext.parent
           
 

Methods in org.apache.axis2.context that return AbstractContext
 AbstractContext AbstractContext.getParent()
           
 

Methods in org.apache.axis2.context with parameters of type AbstractContext
 void ContextListener.contextCreated(AbstractContext context)
          A context has been added
 void ContextListener.contextRemoved(AbstractContext context)
          A context has been removed
 boolean AbstractContext.isAncestor(AbstractContext context)
           
 void AbstractContext.setParent(AbstractContext context)
           
 

Constructors in org.apache.axis2.context with parameters of type AbstractContext
AbstractContext(AbstractContext parent)
           
SessionContext(AbstractContext parent)
           
 

Uses of AbstractContext in org.apache.axis2.scripting
 

Subclasses of AbstractContext in org.apache.axis2.scripting
 class ScriptMessageContext
          ScriptMessageContext decorates the Axis2 MessageContext adding methods to use the message payload XML in a way natural to the scripting language.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.