com.ibm.websphere.sib
Interface SIDestinationAddress
- public interface SIDestinationAddress
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getBusName()
Get the Bus name for the Destination represented by this SIDestinationAddress.
|
|
getDestinationName()
Get the name of the Destination represented by this SIDestinationAddress.
|
|
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.