com.ibm.events.notification
Interface MessagePort
- All Superinterfaces:
- java.io.Serializable
- public interface MessagePort
- extends java.io.Serializable
This class is used to wrap JMS destinations that are configured for an
event group. It contains the JNDI names that are
needed to connect to a JMS destination.
- Since:
- 5.1.0
- Version:
- 1.7 6/8/04
Method Summary |
java.lang.String |
getConnectionFactoryJndiName()
This method is used to get the JNDI name for the JMS connection factory
that is associated with this JMS destination. |
java.lang.String |
getDestinationJndiName()
This method is used to get the JNDI name for this JMS destination. |
getConnectionFactoryJndiName
public java.lang.String getConnectionFactoryJndiName()
- This method is used to get the JNDI name for the JMS connection factory
that is associated with this JMS destination.
- Returns:
- The JNDI name for the connection factory.
getDestinationJndiName
public java.lang.String getDestinationJndiName()
- This method is used to get the JNDI name for this JMS destination.
- Returns:
- The JNDI name for the JMS destination.