com.ibm.websphere.sib
Interface SIDestinationAddress
-
public interface SIDestinationAddressThe SIDestinationAdress is the public interface which represents an SIBus Destination.
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetBusName()Get the Bus name for the Destination represented by this SIDestinationAddress.java.lang.StringgetDestinationName()Get the name of the Destination represented by this SIDestinationAddress.booleanisTemporary()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.
-
-