FileDocCategorySizeDatePackage
ServerProxyHolder.javaAPI DocJava SE 5 API1197Fri Aug 26 17:56:50 BST 2005com.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);