FileDocCategorySizeDatePackage
CookieHolder.javaAPI DocJava SE 5 API1095Fri Aug 26 14:58:36 BST 2005org.omg.PortableServer.ServantLocatorPackage

CookieHolder

public final class CookieHolder extends Object implements org.omg.CORBA.portable.Streamable
The native type PortableServer::ServantLocator::Cookie is mapped to java.lang.Object. A CookieHolder class is provided for passing the Cookie type as an out parameter. The CookieHolder class follows exactly the same pattern as the other holder classes for basic types.

Fields Summary
public Object
value
Constructors Summary
public CookieHolder()

 
public CookieHolder(Object initial)

	value = initial;
    
Methods Summary
public void_read(org.omg.CORBA.portable.InputStream is)

        throw new org.omg.CORBA.NO_IMPLEMENT();
    
public org.omg.CORBA.TypeCode_type()

        throw new org.omg.CORBA.NO_IMPLEMENT();
    
public void_write(org.omg.CORBA.portable.OutputStream os)

        throw new org.omg.CORBA.NO_IMPLEMENT();