|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dd.host.api.GetHostReq
GetHostReq
requests the
HostInfo
of certain host
from the PtrMgr
stage.
Field Summary | |
---|---|
SecureHash[] |
hostguids
Array of guids of
hosts to retrieve from the
PtrMgr stage. |
static short |
POLICY_CACHEONLY
|
static short |
POLICY_NONE
|
SinkIF |
sink
Requestor sink to use to return
the response . |
Object |
userData
Requestor defined object to be returned in the response . |
Constructor Summary | |
---|---|
GetHostReq(SecureHash[] hostguids,
Object userData,
SinkIF sink)
Constructor: Creates a new GetHostReq . |
|
GetHostReq(SecureHash hostguid,
Object userData,
SinkIF sink)
Constructor: Creates a new GetHostReq . |
Method Summary | |
---|---|
String |
toString()
Specified by java.lang.Object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final short POLICY_NONE
public static final short POLICY_CACHEONLY
public SecureHash[] hostguids
guids
of
hosts
to retrieve from the
PtrMgr
stage.
public Object userData
response
.
public SinkIF sink
sink
to use to return
the response
.
Constructor Detail |
public GetHostReq(SecureHash[] hostguids, Object userData, SinkIF sink)
GetHostReq
.
public GetHostReq(SecureHash hostguid, Object userData, SinkIF sink)
GetHostReq
.
Method Detail |
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |