All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.orb.LocatorProfileBodyHolder

java.lang.Object
   |
   +----com.visigenic.vbroker.orb.LocatorProfileBodyHolder

public final class LocatorProfileBodyHolder
extends Object
implements Streamable

IDL definition:
struct LocatorProfileBody {
string object_name;
string host;
};


Variable Index

 o value

Constructor Index

 o LocatorProfileBodyHolder()
 o LocatorProfileBodyHolder(LocatorProfileBody)

Method Index

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

Variables

 o value
 public LocatorProfileBody value

Constructors

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