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

ORBPortInfoListHolder

public final class ORBPortInfoListHolder extends Object implements org.omg.CORBA.portable.Streamable
A list of ORB and port information for a particular endpoint type.

Fields Summary
public com.sun.corba.se.PortableActivationIDL.ORBPortInfo[]
value
Constructors Summary
public ORBPortInfoListHolder()


    
  
  
public ORBPortInfoListHolder(com.sun.corba.se.PortableActivationIDL.ORBPortInfo[] initialValue)

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

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

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

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