org.jboss.ejb.plugins.jms
Interface JMSContainerInvokerMBean
- All Superinterfaces:
- org.jboss.system.Service, org.jboss.system.ServiceMBean
- All Known Implementing Classes:
- JMSContainerInvoker
public interface JMSContainerInvokerMBean
- extends org.jboss.system.ServiceMBean
MBean interface.
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
getMinPoolSize
int getMinPoolSize()
setMinPoolSize
void setMinPoolSize(int minPoolSize)
getMaxPoolSize
int getMaxPoolSize()
setMaxPoolSize
void setMaxPoolSize(int maxPoolSize)
getKeepAliveMillis
long getKeepAliveMillis()
setKeepAliveMillis
void setKeepAliveMillis(long keepAlive)
getMaxMessages
int getMaxMessages()
setMaxMessages
void setMaxMessages(int maxMessages)
getMetaData
MessageDrivenMetaData getMetaData()
getDeliveryActive
boolean getDeliveryActive()
getCreateJBossMQDestination
boolean getCreateJBossMQDestination()
startDelivery
void startDelivery()
throws Exception
- Throws:
Exception
stopDelivery
void stopDelivery()
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.