Uses of Interface
com.collation.platform.model.topology.app.j2ee.websphere.WebSphereJMSDestination

Packages that use WebSphereJMSDestination
com.collation.platform.model.topology.app.j2ee.websphere   
 

Uses of WebSphereJMSDestination in com.collation.platform.model.topology.app.j2ee.websphere
 

Subinterfaces of WebSphereJMSDestination in com.collation.platform.model.topology.app.j2ee.websphere
 interface WebSphereJMSQueue
          Represents a WebSphere JMS Queue (Point-to-Point messaging).
 interface WebSphereJMSTopic
          Represents a WebSphere JMS Topic (Publish/Subscribe messaging).
 interface WebSphereMQJMSDestination
          Represents a WebSphere MQ JMS Destination (Publish/Subscribe messaging).
 interface WebSphereMQJMSQueue
          Represents a WebSphere JMS Topic (Publish/Subscribe messaging).
 interface WebSphereMQJMSTopic
          Represents a WebSphere JMS Topic (Publish/Subscribe messaging).
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere that return WebSphereJMSDestination
 WebSphereJMSDestination[] WebSphereJMSServer.getDestinations()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type WebSphereJMSDestination
 void WebSphereJMSServer.setDestinations(WebSphereJMSDestination[] destinations)