IBM WebSphere Application ServerTM
Release 8

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.2 11/10/05

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.
 

Method Detail

getConnectionFactoryJndiName

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

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.

IBM WebSphere Application ServerTM
Release 8