All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.ObjLocation.DescHolder

java.lang.Object
   |
   +----com.visigenic.vbroker.ObjLocation.DescHolder

public final class DescHolder
extends Object
implements Streamable

IDL definition:
struct Desc {
Object ref;
::IIOP_1_1::ProfileBody iiop_locator;
string repository_id;
string instance_name;
boolean activable;
string agent_hostname;
};


Variable Index

 o value

Constructor Index

 o DescHolder()
 o DescHolder(Desc)

Method Index

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

Variables

 o value
 public Desc value

Constructors

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