com.ibm.websphere.workarea
Class NotOriginator
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.exception.DistributedException
com.ibm.websphere.workarea.WorkAreaException
com.ibm.websphere.workarea.NotOriginator
All implemented interfaces:
DistributedExceptionEnabled, java.io.Serializable
- public class NotOriginator
- extends WorkAreaException
userWorkArea.begin("client");
userWorkArea.set("key", "value");
only that client may set context into, remove context from, or complete that WorkArea; any
attempt to do so during the processing of a remote call will throw a NotOriginator. Downstream
nodes may override imported context by beginning a nested WorkArea and setting a new property with
the same key; these changes will not be returned to the invoking process at the end of the remote call.
If a WorkArea partition is defined with bidirection propagation, a downstream process may set context into, or remove context from a WorkArea begun by the originator of the call. These additions or changes will propagate back to the originator. However, even in the bidirectional case, a downstream process still may not complete a WorkArea begun by an upstream process. Doing so will result in a NotOriginator exception.
Version:
1.0
See Also:
Constructor Summary
| Constructor and Description |
|---|
NotOriginator()
|
NotOriginator(java.lang.String s)
|
Method Summary
| Methods inherited from class com.ibm.websphere.exception.DistributedException |
|---|
getException, getExceptionInfo, getMessage, getOriginalException, getPreviousException, printStackTrace, printStackTrace, printStackTrace, printSuperStackTrace, printSuperStackTrace, setDefaultMessage, setLocalizationInfo |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
NotOriginator
- public NotOriginator()
NotOriginator
- public NotOriginator(java.lang.String s)