Uses of Interface
com.collation.platform.model.topology.app.SoftwareResource

Packages that use SoftwareResource
com.collation.platform.model.topology.app   
com.collation.platform.model.topology.app.j2ee   
com.collation.platform.model.topology.app.j2ee.jboss   
com.collation.platform.model.topology.app.j2ee.oracleapp   
com.collation.platform.model.topology.app.j2ee.weblogic   
com.collation.platform.model.topology.app.j2ee.websphere   
 

Uses of SoftwareResource in com.collation.platform.model.topology.app
 

Methods in com.collation.platform.model.topology.app that return SoftwareResource
 SoftwareResource[] AppServer.getResources()
           
 

Methods in com.collation.platform.model.topology.app with parameters of type SoftwareResource
 void AppServer.setResources(SoftwareResource[] res)
           
 

Uses of SoftwareResource in com.collation.platform.model.topology.app.j2ee
 

Subinterfaces of SoftwareResource in com.collation.platform.model.topology.app.j2ee
 interface J2EEResource
          JSR77 - Represents resources utilized by the J2EE Server to provide the J2EE standard services required by the J2EE platform architecture.
 interface JavaMail
          JSR77 - Represents a Java Mail resource.
 interface JCAConnection
          JSR77 - Represents a JCA Connection
 interface JCAConnectionFactory
          JSR77 - Represents a JCA Connection Factory
 interface JCAConnectionPool
          JSR77 - Represents a JCA Connection Pool
 interface JCAManagedConnectionFactory
          JSR77 - Represents a JCA Managed Connection Factory
 interface JDBC
          JSR77 - Represents a JDBC resource.
 interface JDBCConnection
          JSR77 - Represents a JDBC Connection
 interface JDBCConnectionPool
          JSR77 - Represents a JDBC Connection Pool.
 interface JDBCDataSource
          JSR77 - Represents a JDBC Data Source
 interface JDBCDriver
          JSR77 - Represents a JDBC Driver
 interface JMS
          JSR77 - Represents a Java Message Service (JMS) resource.
 interface JMSConnection
          JSR77 - Represents a JMS Connection
 interface JMSEndpoint
          JSR77 - Represents a JMS Endpoint
 interface JMSSession
          JSR77 - Represents a JMS Session
 interface JNDI
          JSR77 - Represents a Java Naming and Directory Interface resource.
 interface JTA
          JSR77 - Represents a Java Transaction API resource.
 interface RMI_IIOP
          JSR77 - Represents an RMI_IIOP resource.
 interface URL
          JSR77 - Represents a URL resource.
 

Uses of SoftwareResource in com.collation.platform.model.topology.app.j2ee.jboss
 

Subinterfaces of SoftwareResource in com.collation.platform.model.topology.app.j2ee.jboss
 interface JBossJNDIService
          JBossJNDIService
 interface JBossMailService
          JBossMailService -
 interface JBossManagedConnectionFactory
          JBossManagedConnectionFactory
 interface JBossManagedConnectionPool
          JBossManagedConnectionPool
 interface JBossTransactionCM
          JBossTransactionCM
 

Uses of SoftwareResource in com.collation.platform.model.topology.app.j2ee.oracleapp
 

Subinterfaces of SoftwareResource in com.collation.platform.model.topology.app.j2ee.oracleapp
 interface OracleAppJ2EEWebSite
          OracleAppJ2EEWebSite
 interface OracleAppJDBCConnectionPool
          OracleAppJDBCConnectionPool
 interface OracleAppJDBCDataSource
          OracleAppJDBCDataSource
 interface OracleAppJDBCDriver
          OracleAppJDBCDriver
 interface OracleAppJMSDestination
          OracleAppJMSDestination
 interface OracleAppJMSServer
          OracleAppJMSServer
 interface OracleAppJTAResource
          OracleAppJTAResource
 

Uses of SoftwareResource in com.collation.platform.model.topology.app.j2ee.weblogic
 

Subinterfaces of SoftwareResource in com.collation.platform.model.topology.app.j2ee.weblogic
 interface WebLogicJDBCConnectionPool
          Represents a generic WebLogic JDBC Connection Pool which could be either standard or multi-pool.
 interface WebLogicJDBCDataSource
          Represents a WebLogic JDBC Data Source.
 interface WebLogicJDBCDriver
          Represents a JDBC Driver deployed to a WebLogic environment.
 interface WebLogicJDBCMultiPool
          Represents a WebLogic JDBC Multi Pool, which is a pool of connection pools.
 interface WebLogicJDBCTxDataSource
          Represents a WebLogic JDBC Data Source that supports distributed transactions.
 interface WebLogicJMSServer
          Represents a WebLogic JMS Server.
 

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

Subinterfaces of SoftwareResource in com.collation.platform.model.topology.app.j2ee.websphere
 interface WebSphereJ2EEResource
          JSR77 - Represents resources utilized by the J2EE Server to provide the J2EE standard services required by the J2EE platform architecture.
 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).