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

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

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

Subinterfaces of WebSphereJ2EEResource in com.collation.platform.model.topology.app.j2ee.websphere
 interface WebSphereJDBCConnectionPool
          Represents a WebSphere JDBC Connection Pool
 interface WebSphereJDBCDataSource
          Represents a WebSphere JDBC Data Source.
 interface WebSphereJDBCProvider
          Represents a JDBC Provider deployed to a WebSphere environment.
 interface WebSphereJMSDestination
          Represents a JMS Destination deployed to a WebSphere environment.
 interface WebSphereJMSProvider
          Represents a JMS Provider deployed to a WebSphere environment.
 interface WebSphereJMSQueue
          Represents a WebSphere JMS Queue (Point-to-Point messaging).
 interface WebSphereJMSServer
          Represents a WebSphere JMS Server.
 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 WebSphereJ2EEResource
 WebSphereJ2EEResource WebSphereJ2EEResourceProperty.getParent()
           
 WebSphereJ2EEResource WebSphereAuthMappingModule.getParent()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type WebSphereJ2EEResource
 void WebSphereJ2EEResourceProperty.setParent(WebSphereJ2EEResource cp)
           
 void WebSphereAuthMappingModule.setParent(WebSphereJ2EEResource cp)