com.sun.jaw.impl.agent.services.jawdiscovery
Class DiscoveryResponse

java.lang.Object
  |
  +--com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryResponse

public class DiscoveryResponse
extends java.lang.Object
implements java.io.Serializable

The DiscoveryResponse is used by the DiscoveryClient class to represent the result of a discovery operation.

See Also:
DiscoveryClient, Serialized Form

Field 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

host

public java.lang.String host
The host name.

objectList

public java.util.Vector objectList
The list of adaptors. It is a vector of ObjectName. The method performFindHosts sets this vector to null.
Constructor Detail

DiscoveryResponse

public DiscoveryResponse()
Initializes this DiscoveryResponse.

The string host and the vector objectList are initialized to null.