| |
|
| org.jboss.ejb.plugins.jms.JMSContainerInvokerMBean
All known Subclasses: org.jboss.ejb.plugins.jms.JMSContainerInvoker,
JMSContainerInvokerMBean | public interface JMSContainerInvokerMBean extends org.jboss.system.ServiceMBean(Code) | | MBean interface.
author: Adrian Brock version: $Revision: 57209 $ |
getCreateJBossMQDestination | boolean getCreateJBossMQDestination()(Code) | | Get whether JBossMQ destinations should be constructed
when the destination is not in JNDI
true to create |
getDeliveryActive | boolean getDeliveryActive()(Code) | | Get whether delivery is active
true when active |
getKeepAliveMillis | long getKeepAliveMillis()(Code) | | Get the keep alive millis
the milliseconds |
getMaxMessages | int getMaxMessages()(Code) | | Get the maximum number of messages
the number of messages |
getMaxPoolSize | int getMaxPoolSize()(Code) | | Get the maximum pool size
the maximum pool size |
getMinPoolSize | int getMinPoolSize()(Code) | | Get the minimum pool size
the minimum pool size |
setKeepAliveMillis | void setKeepAliveMillis(long keepAlive)(Code) | | Set the keep alive millis
Parameters: keepAlive - the milliseconds |
setMaxMessages | void setMaxMessages(int maxMessages)(Code) | | Set the maximum number of messages
Parameters: maxMessages - the number of messages |
setMaxPoolSize | void setMaxPoolSize(int maxPoolSize)(Code) | | Set the maximum pool size
Parameters: maxPoolSize - the size |
setMinPoolSize | void setMinPoolSize(int minPoolSize)(Code) | | Set the minimum pool size
Parameters: minPoolSize - the size |
|
|
|