com.ibm.websphere.ems
Class CMMRequest

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

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)
          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

CMMRequest

public CMMRequest(CMMReplyCorrelator correlator)
Constructor.

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

getCorrelator

public final CMMReplyCorrelator getCorrelator()
Returns the correlator for sending replies to this request.

Returns:
the correlator