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

Variable Index

 o host
A host name.
 o objectList
The list of adaptors.

Constructor Index

 o DiscoveryResponse()
Initializes this DiscoveryResponse.

Variables

 o host
 public String host
A host name.

 o objectList
 public Vector objectList
The list of adaptors. It is a vector of ObjectName. The method performFindHosts sets this vector to null.

Constructors

 o 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