|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JmsServerStubIfc in org.exolab.jms.client |
Methods in org.exolab.jms.client that return JmsServerStubIfc | |
static JmsServerStubIfc |
JmsClientStubFactory.createJmsServerStub()
This class method creates and returns a stub to the remote server entity. |
JmsServerStubIfc |
JmsConnectionFactory.getProxy()
Return a reference to the server proxy. |
Uses of JmsServerStubIfc in org.exolab.jms.client.http |
Classes in org.exolab.jms.client.http that implement JmsServerStubIfc | |
class |
HttpJmsServerStub
This class is repsonsible for opening an http connection to the server and creating HttpJmsConnections. |
class |
SslHttpJmsServerStub
This class is repsonsible for opening an https connection to the server and creating HttpJmsConnections. |
Uses of JmsServerStubIfc in org.exolab.jms.client.intravm |
Classes in org.exolab.jms.client.intravm that implement JmsServerStubIfc | |
class |
IntravmJmsServerStub
This class is a client stub facilitating communication with the server in an intra-VM configuration. |
Uses of JmsServerStubIfc in org.exolab.jms.client.mipc |
Classes in org.exolab.jms.client.mipc that implement JmsServerStubIfc | |
class |
IpcJmsServerStub
This class is repsonsible for opening an ipc connection to the server and creating IpcJmsConnections. |
class |
SslJmsServerStub
Open an MIPC connection to the server using SSL connections. |
Uses of JmsServerStubIfc in org.exolab.jms.client.rmi |
Classes in org.exolab.jms.client.rmi that implement JmsServerStubIfc | |
class |
RmiJmsServerStub
This class is responsible for returning a reference to the remote JMS server. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |