Uses of Interface
org.jboss.mq.il.ServerIL

Packages that use ServerIL
org.jboss.mq   
org.jboss.mq.il   
org.jboss.mq.il.http   
org.jboss.mq.il.jvm   
org.jboss.mq.il.oil   
org.jboss.mq.il.oil2   
org.jboss.mq.il.rmi   
org.jboss.mq.il.uil2   
 

Uses of ServerIL in org.jboss.mq
 

Fields in org.jboss.mq declared as ServerIL
protected  ServerIL Connection.serverIL
          This is our connection to the JMS server
 

Methods in org.jboss.mq that return ServerIL
 ServerIL GenericConnectionFactory.createServerIL()
          Creates a new instance of the ServerIL
 ServerIL Connection.getServerIL()
          Gets the ServerIL attribute of the Connection object
 

Constructors in org.jboss.mq with parameters of type ServerIL
GenericConnectionFactory(ServerIL server, Properties props)
          The constructor takes a ServerIL and the Connection Properties parameters, The connection properties are allways required since they are used to setup the ClientIL, but the ServerIL can be null if the connection properties defines a ServerILFactory so that the SeverIL can be created on the client side.
 

Uses of ServerIL in org.jboss.mq.il
 

Methods in org.jboss.mq.il that return ServerIL
 ServerIL ServerIL.cloneServerIL()
          #Description of the Method
abstract  ServerIL ServerILJMXService.getServerIL()
           
 ServerIL ServerILFactory.getServerIL()
           
 

Uses of ServerIL in org.jboss.mq.il.http
 

Classes in org.jboss.mq.il.http that implement ServerIL
 class HTTPServerIL
          Client proxy to the server.
 

Methods in org.jboss.mq.il.http that return ServerIL
 ServerIL HTTPServerIL.cloneServerIL()
           
 ServerIL HTTPServerILService.getServerIL()
           
 ServerIL HTTPServerILFactory.getServerIL()
           
 

Uses of ServerIL in org.jboss.mq.il.jvm
 

Classes in org.jboss.mq.il.jvm that implement ServerIL
 class JVMServerIL
          The JVM implementation of the ServerIL object
 

Methods in org.jboss.mq.il.jvm that return ServerIL
 ServerIL JVMServerIL.cloneServerIL()
          No need to clone because there are no instance variables tha can get clobbered.
 ServerIL JVMServerILService.getServerIL()
          Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it)
 ServerIL JVMServerILFactory.getServerIL()
          Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it)
 

Uses of ServerIL in org.jboss.mq.il.oil
 

Classes in org.jboss.mq.il.oil that implement ServerIL
 class OILServerIL
          The JVM implementation of the ServerIL object
 

Methods in org.jboss.mq.il.oil that return ServerIL
 ServerIL OILServerIL.cloneServerIL()
          Need to clone because there are instance variables tha can get clobbered.
 ServerIL OILServerILService.getServerIL()
          Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it)
 ServerIL OILServerILFactory.getServerIL()
           
 

Uses of ServerIL in org.jboss.mq.il.oil2
 

Classes in org.jboss.mq.il.oil2 that implement ServerIL
 class OIL2ServerIL
          The JVM implementation of the ServerIL object
 

Methods in org.jboss.mq.il.oil2 that return ServerIL
 ServerIL OIL2ServerIL.cloneServerIL()
          Need to clone because there are instance variables tha can get clobbered.
 ServerIL OIL2ServerILService.getServerIL()
          Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it)
 ServerIL OIL2ServerILFactory.getServerIL()
           
 

Uses of ServerIL in org.jboss.mq.il.rmi
 

Subinterfaces of ServerIL in org.jboss.mq.il.rmi
 interface RMIServerILRemote
          The JVM implementation of the ServerIL object
 

Classes in org.jboss.mq.il.rmi that implement ServerIL
 class RMIServerIL
          The JVM implementation of the ServerIL object
 

Methods in org.jboss.mq.il.rmi that return ServerIL
 ServerIL RMIServerIL.cloneServerIL()
          No need to clone because there are no instance variables tha can get clobbered.
 ServerIL RMIServerILService.getServerIL()
          Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it)
 

Uses of ServerIL in org.jboss.mq.il.uil2
 

Classes in org.jboss.mq.il.uil2 that implement ServerIL
 class UILServerIL
          The UILServerIL is created on the server and copied to the client during connection factory lookups.
 

Methods in org.jboss.mq.il.uil2 that return ServerIL
 ServerIL UILServerIL.cloneServerIL()
          Need to clone because there are instance variables tha can get clobbered.
 ServerIL UILServerILService.getServerIL()
          Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it)
 ServerIL UILServerILFactory.getServerIL()
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.