All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.IOP.ServiceContextListHolder

java.lang.Object
    |
    +----com.visigenic.vbroker.IOP.ServiceContextListHolder

public final class ServiceContextListHolder
extends Object
implements Streamable

IDL definition:
#pragma prefix "visigenic.com/IOP"
typedef sequence<::IOP::ServiceContext> ServiceContextList;


Variable Index

 o value

Constructor Index

 o ServiceContextListHolder()
 o ServiceContextListHolder(ServiceContext[])

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
public ServiceContext[] value

Constructors

 o ServiceContextListHolder
public ServiceContextListHolder()
 o ServiceContextListHolder
public ServiceContextListHolder(ServiceContext[] value)

Methods

 o _read
public void _read(InputStream input)
 o _write
public void _write(OutputStream output)
 o _type
public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index