FileDocCategorySizeDatePackage
ServerProxyHolder.javaAPI DocJava SE 6 API1202Tue Jun 10 01:46:34 BST 2008com.sun.corba.se.PortableActivationIDL

ServerProxyHolder

public final class ServerProxyHolder extends Object implements org.omg.CORBA.portable.Streamable
Server callback interface, passed to Activator in registerServer method.

Fields Summary
public com.sun.corba.se.PortableActivationIDL.ServerProxy
value
Constructors Summary
public ServerProxyHolder()


    
  
  
public ServerProxyHolder(com.sun.corba.se.PortableActivationIDL.ServerProxy initialValue)

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

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

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

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