|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoContextException | |
---|---|
com.webify.wsf.engine.context | |
com.webify.wsf.engine.context.remote |
Uses of NoContextException in com.webify.wsf.engine.context |
---|
Methods in com.webify.wsf.engine.context that throw NoContextException | |
---|---|
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() . |
Uses of NoContextException in com.webify.wsf.engine.context.remote |
---|
Methods in com.webify.wsf.engine.context.remote that throw NoContextException | |
---|---|
void |
ContextManagerService.completed(CompletedDocument doc)
|
ContextDocument |
ContextManagerService.getContext(GetDocument doc)
|
void |
ContextManagerService.updateContext(UpdateDocument doc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |