All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.Activation.ObjectStatusListHolder

java.lang.Object
   |
   +----com.visigenic.vbroker.Activation.ObjectStatusListHolder

public final class ObjectStatusListHolder
extends Object
implements Streamable

IDL definition:
typedef sequence<::Activation::ObjectStatus> ObjectStatusList;


Variable Index

 o value

Constructor Index

 o ObjectStatusListHolder()
 o ObjectStatusListHolder(ObjectStatus[])

Method Index

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

Variables

 o value
 public ObjectStatus value[]

Constructors

 o ObjectStatusListHolder
 public ObjectStatusListHolder()
 o ObjectStatusListHolder
 public ObjectStatusListHolder(ObjectStatus 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