BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.workarea
Class AsciiWorkContext

java.lang.Object
  extended byweblogic.workarea.AsciiWorkContext
All Implemented Interfaces:
PrimitiveWorkContext, Serializable, WorkContext

public class AsciiWorkContext
extends Object
implements PrimitiveWorkContext, Serializable

An implementation for propagating simple 8-bit ASCII string-based WorkContexts.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
AsciiWorkContext()
           
 
Method Summary
 boolean equals(Object obj)
           
 Object get()
          Returns the data associated with this PrimitiveWorkContext.
 void readContext(WorkContextInput in)
           
 String toString()
           
 void writeContext(WorkContextOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsciiWorkContext

public AsciiWorkContext()
Method Detail

equals

public boolean equals(Object obj)

get

public Object get()
Description copied from interface: PrimitiveWorkContext
Returns the data associated with this PrimitiveWorkContext.

Specified by:
get in interface PrimitiveWorkContext

readContext

public void readContext(WorkContextInput in)
                 throws IOException
Description copied from interface: WorkContext
Reads the implementation of WorkContext from the WorkContextInput data stream.

Specified by:
readContext in interface WorkContext
Throws:
IOException

toString

public String toString()

writeContext

public void writeContext(WorkContextOutput out)
                  throws IOException
Description copied from interface: WorkContext
Writes the implementation of WorkContext to the WorkContextOutput data stream.

Specified by:
writeContext in interface WorkContext
Throws:
IOException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.