com.ibm.websphere.sib

Interface SIDestinationAddress


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

Method Summary

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

Method Detail

isTemporary

  1. 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

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

getBusName

  1. java.lang.String getBusName()
Get the Bus name for the Destination represented by this SIDestinationAddress.
Returns:
String The Bus name of the SIDestinationAddress.