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

EndPointInfoHolder

public final class EndPointInfoHolder extends Object implements org.omg.CORBA.portable.Streamable
com/sun/corba/se/PortableActivationIDL/EndPointInfoHolder.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl Tuesday, June 10, 2008 1:46:34 AM GMT-08:00

Fields Summary
public com.sun.corba.se.PortableActivationIDL.EndPointInfo
value
Constructors Summary
public EndPointInfoHolder()


    
  
  
public EndPointInfoHolder(com.sun.corba.se.PortableActivationIDL.EndPointInfo initialValue)

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

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

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

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