FileDocCategorySizeDatePackage
ORBProxyHolder.javaAPI DocJava SE 6 API1169Tue Jun 10 01:46:36 BST 2008com.sun.corba.se.PortableActivationIDL

ORBProxyHolder

public final class ORBProxyHolder extends Object implements org.omg.CORBA.portable.Streamable
ORB callback interface, passed to Activator in registerORB method.

Fields Summary
public com.sun.corba.se.PortableActivationIDL.ORBProxy
value
Constructors Summary
public ORBProxyHolder()


    
  
  
public ORBProxyHolder(com.sun.corba.se.PortableActivationIDL.ORBProxy initialValue)

    value = initialValue;
  
Methods Summary
public void_read(org.omg.CORBA.portable.InputStream i)

    value = com.sun.corba.se.PortableActivationIDL.ORBProxyHelper.read (i);
  
public org.omg.CORBA.TypeCode_type()

    return com.sun.corba.se.PortableActivationIDL.ORBProxyHelper.type ();
  
public void_write(org.omg.CORBA.portable.OutputStream o)

    com.sun.corba.se.PortableActivationIDL.ORBProxyHelper.write (o, value);