Package | Description |
---|---|
com.caucho.ejb.message | |
com.caucho.jms | |
com.caucho.jms.connection | |
com.caucho.jms.jca | |
com.caucho.jms.resource | |
javax.jms |
Modifier and Type | Class and Description |
---|---|
class |
MessageListenerAdapter |
Modifier and Type | Method and Description |
---|---|
Session |
Jms.createListener(Connection conn,
Destination queue,
MessageListener listener)
Creates a session and listener.
|
Modifier and Type | Method and Description |
---|---|
MessageListener |
MessageConsumerImpl.getMessageListener()
Returns the message listener
|
MessageListener |
JmsSession.getMessageListener()
Returns the message listener
|
Modifier and Type | Method and Description |
---|---|
void |
MessageConsumerImpl.setMessageListener(MessageListener listener)
Sets the message listener
|
void |
JmsSession.setMessageListener(MessageListener listener)
Sets the message listener
|
void |
MessageConsumerImpl.setMessageListener(MessageListener listener,
long pollInterval)
Sets the message listener with a poll interval
|
Modifier and Type | Class and Description |
---|---|
class |
ListenerEndpoint
The JMS MessageListener endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
ListenerEndpoint.setListener(MessageListener listener)
Sets the listener.
|
Modifier and Type | Method and Description |
---|---|
MessageListener |
ListenerResource.ListenerConfig.newInstance()
Creates a new MessageListener
|
Modifier and Type | Method and Description |
---|---|
MessageListener |
MessageConsumer.getMessageListener() |
MessageListener |
Session.getMessageListener() |
Modifier and Type | Method and Description |
---|---|
void |
MessageConsumer.setMessageListener(MessageListener listener) |
void |
Session.setMessageListener(MessageListener listener) |