|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JMSContainerInvokerMBean
MBean interface.
| Field Summary |
|---|
| 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 |
| Method Summary | |
|---|---|
boolean |
getCreateJBossMQDestination()
Get whether JBossMQ destinations should be constructed when the destination is not in JNDI |
boolean |
getDeliveryActive()
Get whether delivery is active |
long |
getKeepAliveMillis()
Get the keep alive millis |
int |
getMaxMessages()
Get the maximum number of messages |
int |
getMaxPoolSize()
Get the maximum pool size |
MessageDrivenMetaData |
getMetaData()
Get the message driven metadata |
int |
getMinPoolSize()
Get the minimum pool size |
void |
setKeepAliveMillis(long keepAlive)
Set the keep alive millis |
void |
setMaxMessages(int maxMessages)
Set the maximum number of messages |
void |
setMaxPoolSize(int maxPoolSize)
Set the maximum pool size |
void |
setMinPoolSize(int minPoolSize)
Set the minimum pool size |
void |
startDelivery()
Start delivery |
void |
stopDelivery()
Stop delivery |
| Methods inherited from interface org.jboss.system.ServiceMBean |
|---|
getName, getState, getStateString, jbossInternalLifecycle |
| Methods inherited from interface org.jboss.system.Service |
|---|
create, destroy, start, stop |
| Method Detail |
|---|
int getMinPoolSize()
void setMinPoolSize(int minPoolSize)
minPoolSize - the sizeint getMaxPoolSize()
void setMaxPoolSize(int maxPoolSize)
maxPoolSize - the sizelong getKeepAliveMillis()
void setKeepAliveMillis(long keepAlive)
keepAlive - the millisecondsint getMaxMessages()
void setMaxMessages(int maxMessages)
maxMessages - the number of messagesMessageDrivenMetaData getMetaData()
boolean getDeliveryActive()
boolean getCreateJBossMQDestination()
void startDelivery()
throws Exception
Exception - for any error
void stopDelivery()
throws Exception
Exception - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||