jrun.jms.wrapper.enterprise
Class AbstractMessageProcessorWrapper

java.lang.Object
  |
  +--jrun.jms.wrapper.enterprise.AbstractMessageProcessorWrapper
Direct Known Subclasses:
JRunMessageConsumerWrapper, JRunMessageProducerWrapper

public class AbstractMessageProcessorWrapper
extends java.lang.Object


Constructor Summary
AbstractMessageProcessorWrapper()
           
 
Method Summary
 void close()
           
 java.lang.Object getDelegate()
           
 SessionWrapper getSessionWrapper()
           
 boolean isClosed()
           
 void setDelegate(java.lang.Object delegate)
           
 void setSessionWrapper(SessionWrapper sw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMessageProcessorWrapper

public AbstractMessageProcessorWrapper()
Method Detail

getDelegate

public java.lang.Object getDelegate()

setDelegate

public void setDelegate(java.lang.Object delegate)

setSessionWrapper

public void setSessionWrapper(SessionWrapper sw)

getSessionWrapper

public SessionWrapper getSessionWrapper()

close

public void close()
           throws javax.jms.JMSException

isClosed

public boolean isClosed()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.