|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.ems.CMMRequest
Represents an inbound request. Contains a correlator that may be used to send a reply. Typically sub-classed to return specific parameter types from the request.
Constructor Summary | |
---|---|
CMMRequest(CMMReplyCorrelator correlator)
Constructor. |
Method Summary | |
---|---|
CMMReplyCorrelator |
getCorrelator()
Returns the correlator for sending replies to this request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMMRequest(CMMReplyCorrelator correlator)
correlator
- the correlator that may be used to send a replyMethod Detail |
public final CMMReplyCorrelator getCorrelator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |