org.omg.PortableServer.ServantLocatorPackage

Class CookieHolder

Implemented Interfaces:
Streamable

public class CookieHolder
extends java.lang.Object
implements Streamable

This class is ORB-vendor specific. A "dummy" implementation is provided so that the "official" org.omg.* packages may be compiled. In order to actually use a Java ORB, the ORB vendor's implementation will provide a "real" implementation of the class. In order to be conformant the class shall support the signatures specified here, but will have an orb-specific implementation. The class may support additional vendor specific functionality. It shall have at least the inheritance relationships specified here. Any additional (vendor specific) inheritance relationships may only be with other classes and interfaces that are guaranteed to be present in the JDK core.

Field Summary

java.lang.Object
value

Constructor Summary

CookieHolder()
CookieHolder(java.lang.Object intial)

Method Summary

void
_read(InputStream input)
TypeCode
_type()
void
_write(OutputStream output)

Field Details

value

public java.lang.Object value

Constructor Details

CookieHolder

public CookieHolder()


CookieHolder

public CookieHolder(java.lang.Object intial)

Method Details

_read

public void _read(InputStream input)
Specified by:
_read in interface Streamable


_type

public TypeCode _type()
Specified by:
_type in interface Streamable


_write

public void _write(OutputStream output)
Specified by:
_write in interface Streamable