Package javax.jms
Interface ConnectionConsumer
-
public interface ConnectionConsumer
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 05:01:51 +0100 (Wed, 25 Oct 2006) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
ServerSessionPool
getServerSessionPool()
-
-
-
Method Detail
-
getServerSessionPool
ServerSessionPool getServerSessionPool() throws JMSException
- Throws:
JMSException
-
close
void close() throws JMSException
- Throws:
JMSException
-
-