|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@GridMBeanDescription(value="MBean provides access to the JMS communication SPI configuration.") public interface GridJmsCommunicationSpiMBean
Management bean that provides read-only access to the JMS communication
SPI configuration. Beside connectivity this bean shows message delivery mode,
queue/topic transaction mode and messages priority.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

| Method Summary | |
|---|---|
javax.jms.ConnectionFactory |
getConnectionFactory()
Returns JMS connection factory. |
String |
getConnectionFactoryName()
Returns name of the JMS connection factory in JNDI tree. |
int |
getDeliveryMode()
Gets messages delivery mode. |
Map<Object,Object> |
getJndiEnvironment()
Gets naming context variables which are used by node to establish JNDI tree connection. |
String |
getPassword()
Gets JMS connection password for connectivity authentication. |
int |
getPriority()
Gets messages delivery priority as defined in Message. |
javax.jms.Queue |
getQueue()
Gets JMS queue. |
String |
getQueueName()
Gets JNDI name for JMS queue. |
long |
getTimeToLive()
Gets messages lifetime. |
javax.jms.Topic |
getTopic()
Gets JMS topic. |
String |
getTopicName()
Gets JNDI name of the JMS topic. |
String |
getUser()
Gets JMS connection user name for connectivity authentication. |
boolean |
isTransacted()
Indicates whether JMS messages are transacted or not. |
| Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean |
|---|
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion |
| Method Detail |
|---|
@GridMBeanDescription(value="Indicates whether JMS messages are transacted or not.") boolean isTransacted()
@GridMBeanDescription(value="Messages delivery mode.") int getDeliveryMode()
DeliveryMode.PERSISTENT or
DeliveryMode.NON_PERSISTENT.@GridMBeanDescription(value="Message priority.") int getPriority()
Message.
The lower the faster.
@GridMBeanDescription(value="Time-to-live value in milliseconds.") long getTimeToLive()
@GridMBeanDescription(value="Name of the queue in JNDI tree.") String getQueueName()
@GridMBeanDescription(value="JMS queue.") javax.jms.Queue getQueue()
@GridMBeanDescription(value="Name of JMS topic in JNDI tree.") String getTopicName()
@GridMBeanDescription(value="JMS topic.") javax.jms.Topic getTopic()
@GridMBeanDescription(value="Map of JNDI environment variables.") Map<Object,Object> getJndiEnvironment()
@GridMBeanDescription(value="Connection factory name.") String getConnectionFactoryName()
@GridMBeanDescription(value="Connection factory.") javax.jms.ConnectionFactory getConnectionFactory()
@GridMBeanDescription(value="Name of the user.") String getUser()
@GridMBeanDescription(value="User password.") String getPassword()
|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|
|