|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.inprise.vbroker.ObjLocation.Desc
public final class Desc
This interface contains information you use to describe the characteristics of an object. You pass
this structure as an argument to several of the Location Service methods described in this package.
The Desc
structure, or a sequence of them, is returned by some of the Location Service methods.
Field Summary | |
---|---|
boolean |
activable
If true , this object is registered with the Object Activation
Daemon. |
java.lang.String |
agent_hostname
The name of the host running the Smart Agent with which this object is registered. |
ProfileBodyValue |
iiop_locator
A strcuture containing IIOP specific information about this object, e.g. |
java.lang.String |
instance_name
The object's instance name. |
Object |
ref
A reference to the object being described. |
java.lang.String |
repository_id
The object's repository identifier. |
Constructor Summary | |
---|---|
Desc()
|
|
Desc(boolean activable,
java.lang.String agent_hostname,
Object ref,
ProfileBodyValue iiop_locator,
java.lang.String repository_id,
java.lang.String instance_name)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean activable
true
, this object is registered with the Object Activation
Daemon. It false
, the object was started manually and is
registered with the OSAgent.
public java.lang.String agent_hostname
public Object ref
public ProfileBodyValue iiop_locator
public java.lang.String repository_id
public java.lang.String instance_name
Constructor Detail |
---|
public Desc()
public Desc(boolean activable, java.lang.String agent_hostname, Object ref, ProfileBodyValue iiop_locator, java.lang.String repository_id, java.lang.String instance_name)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |