All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryResponse
java.lang.Object
|
+----com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryResponse
- public class DiscoveryResponse
- extends Object
- implements Serializable
The DiscoveryResponse is used by the DiscoveryClient
class to represent the result of a discovery operation.
- See Also:
- DiscoveryClient
-
host
- A host name.
-
objectList
- The list of adaptors.
-
DiscoveryResponse()
- Initializes this
DiscoveryResponse.
host
public String host
- A host name.
objectList
public Vector objectList
- The list of adaptors.
It is a vector of
ObjectName. The method
performFindHosts sets this vector to null.
DiscoveryResponse
public DiscoveryResponse()
- Initializes this
DiscoveryResponse. The string
host and the vector objectList are initialized to null.
All Packages Class Hierarchy This Package Previous Next Index