IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.ems
Class CMMRequest

java.lang.Object
  extended by com.ibm.websphere.ems.CMMRequest
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JMSRequest

Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

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

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.

See Also:
Serialized Form

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

CMMRequest

public CMMRequest(CMMReplyCorrelator correlator)
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

Constructor.

Parameters:
correlator - the correlator that may be used to send a reply
Method Detail

getCorrelator

public final CMMReplyCorrelator getCorrelator()
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

Returns the correlator for sending replies to this request.

Returns:
the correlator

IBM WebSphere Application ServerTM
Release 7