|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.ems.CMMRequest
public class 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)
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis |
Method Summary | |
---|---|
CMMReplyCorrelator |
getCorrelator()
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis |
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()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |