|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.0.3

| 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, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion |
| Method Detail |
|---|
boolean isTransacted()
int getDeliveryMode()
DeliveryMode.PERSISTENT or
DeliveryMode.NON_PERSISTENT.int getPriority()
Message.
The lower the faster.
long getTimeToLive()
String getQueueName()
javax.jms.Queue getQueue()
String getTopicName()
javax.jms.Topic getTopic()
Map<Object,Object> getJndiEnvironment()
String getConnectionFactoryName()
javax.jms.ConnectionFactory getConnectionFactory()
String getUser()
String getPassword()
|
GridGain 2.0.3
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.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|