org.omg.PortableServer.ServantLocatorPackage
public final class CookieHolder extends Object implements Streamable
See Also: ServantLocatorOperations
Field Summary | |
---|---|
Object | value
The wrapped java.lang.Object. |
Constructor Summary | |
---|---|
CookieHolder()
Create the unitialised instance of this holder. | |
CookieHolder(Object initial)
Create the instance, intialising the {@link #value} field to the passed
value. |
Method Summary | |
---|---|
void | _read(InputStream input)
java.lang.Object is outside the scope of the CORBA standards and the read
operation cannot be supported in a language-neutral way.
|
TypeCode | _type()
There is no CORBA typecode that would specifically match a java.lang.Object.
|
void | _write(OutputStream output)
java.lang.Object is outside the scope of the CORBA standards and the write
operation cannot be supported in a language-neutral way.
|
Throws: NO_IMPLEMENT always.
Throws: NO_IMPLEMENT always.
Throws: NO_IMPLEMENT always.