|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryResponse
The DiscoveryResponse
is used by the DiscoveryClient
class to represent the result of a discovery operation.
DiscoveryClient
, Serialized FormField Summary | |
java.lang.String |
host
The host name. |
java.util.Vector |
objectList
The list of adaptors. |
Constructor Summary | |
DiscoveryResponse()
Initializes this DiscoveryResponse . |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public java.lang.String host
public java.util.Vector objectList
ObjectName
. The method
performFindHosts
sets this vector to null.Constructor Detail |
public DiscoveryResponse()
DiscoveryResponse
.
The string host
and the vector objectList
are initialized to null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |