All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.orb.LocatorProfileBody

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

public final class LocatorProfileBody
extends Object

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


Variable Index

 o host
 o object_name

Constructor Index

 o LocatorProfileBody()
 o LocatorProfileBody(String, String)

Method Index

 o toString()

Variables

 o object_name
 public String object_name
 o host
 public String host

Constructors

 o LocatorProfileBody
 public LocatorProfileBody()
 o LocatorProfileBody
 public LocatorProfileBody(String object_name,
                           String host)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index