Uses of Interface
com.collation.platform.model.topology.app.j2ee.jboss.JBossInvocationLayer

Packages that use JBossInvocationLayer
com.collation.platform.model.topology.app.j2ee.jboss   
 

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

Subinterfaces of JBossInvocationLayer in com.collation.platform.model.topology.app.j2ee.jboss
 interface HAIL
          HAIL
 interface JBossHTTPInvocationLayer
          Represents a JBoss HTTP Invocation Layer
 interface JBossIL
          Represents a JBoss Invocation Layer
 interface JBossJVMInvocationLayer
          Represents a JBoss JVM Invocation Layer
 interface JBossOIL
          Represents a JBoss OIL Invocation Layer
 interface JBossRMIInvocationLayer
          Represents a JBoss RMI Invocation Layer
 

Methods in com.collation.platform.model.topology.app.j2ee.jboss that return JBossInvocationLayer
 JBossInvocationLayer[] JBossJMSServer.getJBossInvocationLayer()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.jboss with parameters of type JBossInvocationLayer
 void JBossJMSServer.setJBossInvocationLayer(JBossInvocationLayer[] layers)