org.omg.Dynamic
Class  RequestContextHolder
java.lang.Object
  |
  +--org.omg.Dynamic.RequestContextHolder
- All Implemented Interfaces: 
- Streamable
- public final class RequestContextHolder- extends java.lang.Object- implements Streamable
Holder class for : RequestContext
- Author: 
- OpenORB Compiler
| Field Summary | 
|  java.lang.String[] | valueInternal RequestContext value
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
value
public java.lang.String[] value
- Internal RequestContext value
RequestContextHolder
public RequestContextHolder()
- Default constructor
RequestContextHolder
public RequestContextHolder(java.lang.String[] initial)
- Constructor with value initialisation- 
- Parameters:
- initial- the initial value
 
_read
public void _read(InputStream istream)
- Read RequestContext from a marshalled stream- 
- Specified by: 
- _readin interface- Streamable
 
- 
- Parameters:
- istream- the input stream
 
_write
public void _write(OutputStream ostream)
- Write RequestContext into a marshalled stream- 
- Specified by: 
- _writein interface- Streamable
 
- 
- Parameters:
- ostream- the output stream
 
_type
public TypeCode _type()
- Return the RequestContext TypeCode- 
- Specified by: 
- _typein interface- Streamable
 
- 
- Returns:
- a TypeCode