|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.ejb.plugins.inflow.JBossMessageEndpointFactory
org.jboss.ejb.plugins.inflow.JBossJMSMessageEndpointFactory
org.jboss.ejb.plugins.jms.JMSContainerInvoker
public class JMSContainerInvoker
EJBProxyFactory for JMS MessageDrivenBeans
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.ejb.GenericEntityObjectFactory |
---|
GenericEntityObjectFactory.UTIL |
Field Summary |
---|
Fields inherited from class org.jboss.ejb.plugins.inflow.JBossJMSMessageEndpointFactory |
---|
jmsra |
Fields inherited from class org.jboss.ejb.plugins.inflow.JBossMessageEndpointFactory |
---|
activationSig, activationSpec, container, createActivationSpecSig, deliveryActive, interceptors, interfaces, invokerBinding, invokerMetaData, messagingTypeClass, metaData, nextProxyId, properties, proxyFactory, resourceAdapterName, resourceAdapterObjectName, trace |
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
---|
log, server, SERVICE_CONTROLLER_SIG, serviceName |
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 |
Constructor Summary | |
---|---|
JMSContainerInvoker()
|
Method Summary | |
---|---|
boolean |
getCreateJBossMQDestination()
Get whether JBossMQ destinations should be constructed when the destination is not in JNDI |
long |
getKeepAliveMillis()
Get the keep alive millis |
int |
getMaxMessages()
Get the maximum number of messages |
int |
getMaxPoolSize()
Get the maximum pool size |
org.jboss.metadata.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 |
protected void |
setupProxyParameters()
Set up the proxy parametrs |
Methods inherited from class org.jboss.ejb.plugins.inflow.JBossJMSMessageEndpointFactory |
---|
augmentActivationConfigProperties, resolveMessageListener, resolveResourceAdapterName |
Methods inherited from class org.jboss.ejb.plugins.inflow.JBossMessageEndpointFactory |
---|
activate, createActivationSpec, createEndpoint, deactivate, getConfig, getContainer, getDeliveryActive, getEJBHome, getEJBMetaData, getEntityCollection, getEntityEJBObject, getStatefulSessionEJBObject, getStatelessSessionEJBObject, isDeliveryTransacted, isIdentical, resolveResourceAdapter, setContainer, setDeliveryActive, setInvokerBinding, setInvokerMetaData, startDelivery, startService, stopDelivery, stopDelivery, stopService, toString |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
---|
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.ejb.EJBProxyFactory |
---|
getEJBHome, getEJBMetaData, getEntityCollection, getEntityEJBObject, getStatefulSessionEJBObject, getStatelessSessionEJBObject, isIdentical, setInvokerBinding, setInvokerMetaData |
Methods inherited from interface org.jboss.ejb.ContainerPlugin |
---|
setContainer |
Methods inherited from interface org.jboss.ejb.plugins.jms.JMSContainerInvokerMBean |
---|
getDeliveryActive |
Methods inherited from interface org.jboss.ejb.plugins.inflow.JBossMessageEndpointFactoryMBean |
---|
getConfig, startDelivery, stopDelivery, stopDelivery |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Constructor Detail |
---|
public JMSContainerInvoker()
Method Detail |
---|
protected void setupProxyParameters() throws DeploymentException
JBossMessageEndpointFactory
setupProxyParameters
in class JBossMessageEndpointFactory
DeploymentException
public org.jboss.metadata.MessageDrivenMetaData getMetaData()
JMSContainerInvokerMBean
getMetaData
in interface JMSContainerInvokerMBean
public boolean getCreateJBossMQDestination()
JMSContainerInvokerMBean
getCreateJBossMQDestination
in interface JMSContainerInvokerMBean
public long getKeepAliveMillis()
JMSContainerInvokerMBean
getKeepAliveMillis
in interface JMSContainerInvokerMBean
public int getMaxMessages()
JMSContainerInvokerMBean
getMaxMessages
in interface JMSContainerInvokerMBean
public int getMaxPoolSize()
JMSContainerInvokerMBean
getMaxPoolSize
in interface JMSContainerInvokerMBean
public int getMinPoolSize()
JMSContainerInvokerMBean
getMinPoolSize
in interface JMSContainerInvokerMBean
public void setKeepAliveMillis(long keepAlive)
JMSContainerInvokerMBean
setKeepAliveMillis
in interface JMSContainerInvokerMBean
keepAlive
- the millisecondspublic void setMaxMessages(int maxMessages)
JMSContainerInvokerMBean
setMaxMessages
in interface JMSContainerInvokerMBean
maxMessages
- the number of messagespublic void setMaxPoolSize(int maxPoolSize)
JMSContainerInvokerMBean
setMaxPoolSize
in interface JMSContainerInvokerMBean
maxPoolSize
- the sizepublic void setMinPoolSize(int minPoolSize)
JMSContainerInvokerMBean
setMinPoolSize
in interface JMSContainerInvokerMBean
minPoolSize
- the size
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |