ListenerPort MBean

Management interface for JMS MessageListenerService ListenerPort


Attribute Summary
java.lang.StringjmsConnJNDIName
           The JNDI name for the JMS ConnectionFactory in use by this ListenerPort.
java.lang.StringjmsDestJNDIName
           The JNDI name for the JMS Queue or Topic in use by this ListenerPort.
java.lang.IntegermaxSessions
           The value of max sessions in use by this ListenerPort.
java.lang.IntegermaxRetries
           The value of max retries in use by this ListenerPort.
java.lang.IntegermaxMessages
           The value of max messages in use by this ListenerPort.
java.lang.Booleanstarted
           Indicates whether this ListenerPort is started.

Operation Summary
voidstart()
           Start the ListenerPort.
voidstop()
           Stop the ListenerPort.

Attribute Detail

jmsConnJNDIName

public java.lang.String jmsConnJNDIName
The JNDI name for the JMS ConnectionFactory in use by this ListenerPort.

jmsDestJNDIName

public java.lang.String jmsDestJNDIName
The JNDI name for the JMS Queue or Topic in use by this ListenerPort.

maxSessions

public java.lang.Integer maxSessions
The value of max sessions in use by this ListenerPort.

maxRetries

public java.lang.Integer maxRetries
The value of max retries in use by this ListenerPort.

maxMessages

public java.lang.Integer maxMessages
The value of max messages in use by this ListenerPort.

started

public java.lang.Boolean started
Indicates whether this ListenerPort is started.

Operation Detail

start

public void start()
Start the ListenerPort.

stop

public void stop()
Stop the ListenerPort.

Copyright IBM Corp. 1996-2003