|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.sib.SIDestinationAddressFactory
public abstract class SIDestinationAddressFactory
A singleton SIDestinationAddressFactory is created at static initialization and is subsequently used for the creation of all SIDestinationAddresss.
Constructor Summary | |
---|---|
SIDestinationAddressFactory()
|
Method Summary | |
---|---|
abstract SIDestinationAddress |
createSIDestinationAddress(java.lang.String destinationName,
boolean localOnly)
Create a new SIDestinationAddress to represent an SIBus Destination. |
abstract SIDestinationAddress |
createSIDestinationAddress(java.lang.String destinationName,
boolean localOnly,
java.lang.String busName)
Create a new SIDestinationAddress to represent an SIBus Destination. |
abstract SIDestinationAddress |
createSIDestinationAddress(java.lang.String destinationName,
java.lang.String busName)
Create a new SIDestinationAddress to represent an SIBus Destination. |
static SIDestinationAddressFactory |
getInstance()
Get the singleton SIDestinationAddressFactory which is to be used for creating SIDestinationAddress instances. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SIDestinationAddressFactory()
Method Detail |
---|
public static SIDestinationAddressFactory getInstance()
public abstract SIDestinationAddress createSIDestinationAddress(java.lang.String destinationName, boolean localOnly) throws java.lang.NullPointerException
destinationName
- The name of the SIBus DestinationlocalOnly
- Indicates that the Destination should be limited
to only the queue or mediation point on the Messaging
Engine that the application is connected to, if one
exists. If no such message point exists then the option
is ignored.
java.lang.NullPointerException
- Thrown if the destinationName parameter is null.public abstract SIDestinationAddress createSIDestinationAddress(java.lang.String destinationName, java.lang.String busName) throws java.lang.NullPointerException
destinationName
- The name of the SIBus DestinationbusName
- The name of the bus on which this SIBus Destination
exists.
java.lang.NullPointerException
- Thrown if the destinationName parameter is null.public abstract SIDestinationAddress createSIDestinationAddress(java.lang.String destinationName, boolean localOnly, java.lang.String busName) throws java.lang.NullPointerException
destinationName
- The name of the SIBus DestinationlocalOnly
- Indicates that the Destination should be limited
to only the queue or mediation point on the Messaging
Engine that the application is connected to, if one
exists. If no such message point exists then the option
is ignored.busName
- The name of the bus on which this SIBus Destination
exists.
java.lang.NullPointerException
- Thrown if the destinationName parameter is null.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |