| |
|
| java.lang.Object com.mockrunner.jms.DestinationManager
DestinationManager | public class DestinationManager (Code) | | The DestinationManager can be used
to create queues and topics, which is normally an
administrative act. Since queues and topics are ususally
acquired using JNDI in a J2EE environment, you can bind
the created objects to the mock context with the help
of
com.mockrunner.ejb.EJBTestModule.bindToContext .
|
DestinationManager | public DestinationManager()(Code) | | |
removeQueue | public void removeQueue(String name)(Code) | | Removes a formerly created Queue .
Parameters: name - the name of the Queue |
removeTopic | public void removeTopic(String name)(Code) | | Removes a formerly created Topic .
Parameters: name - the name of the Topic |
|
|
|