All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.ObjLocation.Desc

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

public final class Desc
extends Object

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 activable
 o agent_hostname
 o iiop_locator
 o instance_name
 o ref
 o repository_id

Constructor Index

 o Desc()
 o Desc(Object, ProfileBody, String, String, boolean, String)

Method Index

 o toString()

Variables

 o ref
 public Object ref
 o iiop_locator
 public ProfileBody iiop_locator
 o repository_id
 public String repository_id
 o instance_name
 public String instance_name
 o activable
 public boolean activable
 o agent_hostname
 public String agent_hostname

Constructors

 o Desc
 public Desc()
 o Desc
 public Desc(Object ref,
             ProfileBody iiop_locator,
             String repository_id,
             String instance_name,
             boolean activable,
             String agent_hostname)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index