java.io.Serializable, PrimitiveWorkContext, WorkContextpublic class AsciiWorkContext extends java.lang.Object implements PrimitiveWorkContext, java.io.Serializable
WorkContexts.| Modifier and Type | Method | Description | 
|---|---|---|
boolean | 
equals(java.lang.Object obj) | 
|
java.lang.Object | 
get() | 
 Returns the data associated with this  
PrimitiveWorkContext. | 
void | 
readContext(WorkContextInput in) | 
 Reads the implementation of  
WorkContext from the
 WorkContextInput data stream. | 
java.lang.String | 
toString() | 
|
void | 
writeContext(WorkContextOutput out) | 
 Writes the implementation of  
WorkContext to the
 WorkContextOutput data stream. | 
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object get()
PrimitiveWorkContextPrimitiveWorkContext.get in interface PrimitiveWorkContextpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic void writeContext(WorkContextOutput out) throws java.io.IOException
WorkContextWorkContext to the
 WorkContextOutput data stream.writeContext in interface WorkContextjava.io.IOExceptionpublic void readContext(WorkContextInput in) throws java.io.IOException
WorkContextWorkContext from the
 WorkContextInput data stream.readContext in interface WorkContextjava.io.IOException