FileDocCategorySizeDatePackage
ServiceContextListHolder.javaAPI DocJava SE 6 API1041Tue Jun 10 01:33:18 BST 2008org.omg.IOP

ServiceContextListHolder

public final class ServiceContextListHolder extends Object implements org.omg.CORBA.portable.Streamable
An array of service contexts, forming a service context list.

Fields Summary
public org.omg.IOP.ServiceContext[]
value
Constructors Summary
public ServiceContextListHolder()


    
  
  
public ServiceContextListHolder(org.omg.IOP.ServiceContext[] initialValue)

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

    value = org.omg.IOP.ServiceContextListHelper.read (i);
  
public org.omg.CORBA.TypeCode_type()

    return org.omg.IOP.ServiceContextListHelper.type ();
  
public void_write(org.omg.CORBA.portable.OutputStream o)

    org.omg.IOP.ServiceContextListHelper.write (o, value);