Network Deployment (Distributed operating systems), v8.0 > Reference > Developer detailed usage information
SIDestinationAddress
The SIDestinationAddress public interface represents a service integration bus destination.
The API has three methods:
- isTemporary: This method determines whether the SIDestinationAddress represents a temporary or permanent Destination, returning a Boolean value.
- getDestinationName: Method to retrieve the name of the Destination represented by this SIDestinationAddress.
- getBusName: Method to retrieve the bus name of the Destination represented by this SIDestinationAddress.
For more information about the SIDestinationAddress interface, see the SIDestinationAddress generated API information.