Uses of Class
com.webify.wsf.engine.context.UnknownContextException

Packages that use UnknownContextException
com.webify.wsf.engine.context   
com.webify.wsf.engine.context.remote   
 

Uses of UnknownContextException in com.webify.wsf.engine.context
 

Methods in com.webify.wsf.engine.context that throw UnknownContextException
 void ContextManager.completed(java.lang.String contextId)
          Indicate that the business activity associated with the given context ID is complete.
 Context ContextManager.getContext(java.lang.String contextId)
          Gets the contents of the context specified by given ID.
 void ContextManager.updateContext(Context context)
          Updates the contents of context identified by Context.getContextIdentifier().
 void ContextManager.updateContextTimeout(java.lang.String contextId, long timeout)
          Updates the timout of the Context specified by the given Id.
 

Uses of UnknownContextException in com.webify.wsf.engine.context.remote
 

Methods in com.webify.wsf.engine.context.remote that throw UnknownContextException
 void ContextManagerService.completed(CompletedDocument doc)
           
 ContextDocument ContextManagerService.getContext(GetDocument doc)
           
 void ContextManagerService.updateContext(UpdateDocument doc)
           
 



Copyright © 2002-2009 IBM. All Rights Reserved.