IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sib
Interface SIDestinationAddress


public interface SIDestinationAddress

The SIDestinationAdress is the public interface which represents an SIBus Destination.


Method Summary
 java.lang.String getBusName()
          Get the Bus name for the Destination represented by this SIDestinationAddress.
 java.lang.String getDestinationName()
          Get the name of the Destination represented by this SIDestinationAddress.
 boolean isTemporary()
          Determine whether the SIDestinationAddress represents a Temporary or Permanent Destination.
 

Method Detail

isTemporary

boolean isTemporary()
Determine whether the SIDestinationAddress represents a Temporary or Permanent Destination.

Returns:
boolean true if the Destination is Temporary, false if it is permanent.

getDestinationName

java.lang.String getDestinationName()
Get the name of the Destination represented by this SIDestinationAddress.

Returns:
String The name of the Destination.

getBusName

java.lang.String getBusName()
Get the Bus name for the Destination represented by this SIDestinationAddress.

Returns:
String The Bus name of the SIDestinationAddress.

IBM WebSphere Application ServerTM
Release 8