All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.Activation.ObjectStatusHolder

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

public final class ObjectStatusHolder
extends Object
implements Streamable

IDL definition:
struct ObjectStatus {
long unique_id;
::Activation::State activation_state;
Object objRef;
};


Variable Index

 o value

Constructor Index

 o ObjectStatusHolder()
 o ObjectStatusHolder(ObjectStatus)

Method Index

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

Variables

 o value
 public ObjectStatus value

Constructors

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