|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.uil | |
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 | |
abstract ServerIL |
ServerILJMXService.getServerIL()
|
ServerIL |
ServerILFactory.getServerIL()
|
ServerIL |
ServerIL.cloneServerIL()
#Description of the Method |
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 |
HTTPServerILService.getServerIL()
|
ServerIL |
HTTPServerILFactory.getServerIL()
|
ServerIL |
HTTPServerIL.cloneServerIL()
|
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 |
JVMServerILService.getServerIL()
Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it) |
ServerIL |
JVMServerILFactory.getServerIL()
Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it) |
ServerIL |
JVMServerIL.cloneServerIL()
No need to clone because there are no instance variables tha can get clobbered. |
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 |
OILServerILService.getServerIL()
Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it) |
ServerIL |
OILServerILFactory.getServerIL()
|
ServerIL |
OILServerIL.cloneServerIL()
Need to clone because there are instance variables tha can get clobbered. |
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 |
OIL2ServerILService.getServerIL()
Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it) |
ServerIL |
OIL2ServerILFactory.getServerIL()
|
ServerIL |
OIL2ServerIL.cloneServerIL()
Need to clone because there are instance variables tha can get clobbered. |
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 |
RMIServerILService.getServerIL()
Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it) |
ServerIL |
RMIServerIL.cloneServerIL()
No need to clone because there are no instance variables tha can get clobbered. |
Uses of ServerIL in org.jboss.mq.il.uil |
Classes in org.jboss.mq.il.uil that implement ServerIL | |
class |
UILServerIL
The JVM implementation of the ServerIL object |
Methods in org.jboss.mq.il.uil that return ServerIL | |
ServerIL |
UILServerILService.getServerIL()
Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it) |
ServerIL |
UILServerILFactory.getServerIL()
|
ServerIL |
UILServerIL.cloneServerIL()
Need to clone because there are instance variables tha can get clobbered. |
Uses of ServerIL in org.jboss.mq.il.uil2 |
Methods in org.jboss.mq.il.uil2 that return ServerIL | |
ServerIL |
UILServerILService.getServerIL()
Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it) |
ServerIL |
UILServerILFactory.getServerIL()
|
ServerIL |
UILServerIL.cloneServerIL()
Need to clone because there are instance variables tha can get clobbered. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |