|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.workarea.StringWorkContext
public class StringWorkContext
An implementation for propagating simple string-based WorkContext
s.
Constructor Summary | |
---|---|
StringWorkContext()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Object |
get()
Returns the data associated with this PrimitiveWorkContext . |
void |
readContext(WorkContextInput in)
Reads the implementation of WorkContext from the
WorkContextInput data stream. |
String |
toString()
|
void |
writeContext(WorkContextOutput out)
Writes the implementation of WorkContext to the
WorkContextOutput data stream. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StringWorkContext()
Method Detail |
---|
public String toString()
toString
in class Object
public Object get()
PrimitiveWorkContext
PrimitiveWorkContext
.
get
in interface PrimitiveWorkContext
public boolean equals(Object obj)
equals
in class Object
public void writeContext(WorkContextOutput out) throws IOException
WorkContext
WorkContext
to the
WorkContextOutput
data stream.
writeContext
in interface WorkContext
IOException
public void readContext(WorkContextInput in) throws IOException
WorkContext
WorkContext
from the
WorkContextInput
data stream.
readContext
in interface WorkContext
IOException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |