org.objectweb.joram.client.jms
Class ConnectionConsumer

java.lang.Object
  extended byorg.objectweb.joram.client.jms.ConnectionConsumer
All Implemented Interfaces:
javax.jms.ConnectionConsumer

public class ConnectionConsumer
extends java.lang.Object
implements javax.jms.ConnectionConsumer

Implements the javax.jms.ConnectionConsumer interface.


Method Summary
 void close()
          API method.
 javax.jms.ServerSessionPool getServerSessionPool()
          API method.
 java.lang.String toString()
          Returns a string image of the connection consumer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Returns a string image of the connection consumer.


getServerSessionPool

public javax.jms.ServerSessionPool getServerSessionPool()
                                                 throws javax.jms.JMSException
API method.

Specified by:
getServerSessionPool in interface javax.jms.ConnectionConsumer
Throws:
javax.jms.IllegalStateException - If the ConnectionConsumer is closed.
javax.jms.JMSException

close

public void close()
           throws javax.jms.JMSException
API method.

Specified by:
close in interface javax.jms.ConnectionConsumer
Throws:
javax.jms.JMSException - Actually never thrown.


Copyright ? 2004 Scalagent - All rights reserved