Name

CookieHolder

Synopsis

A holder class generated for the IDL PortableServer::ServantLocator::Cookie type.

                  Classes
public final class CookieHolder implements org.omg.CORBA.portable.Streamable {
// Public Constructors
   public CookieHolder();  
   public CookieHolder( Object initial);  
// Methods Implementing Streamable
   public void _read( org.omg.CORBA.portable.InputStream is);  
   public org.omg.CORBA.TypeCode _type();  
   public void _write(
        org.omg.CORBA.portable.OutputStream os);  
// Public Instance Fields
   public Object value;  
}

Passed To

_ServantLocatorStub.preinvoke(), ServantLocatorOperations.preinvoke()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.