Uses of Interface
org.exolab.jms.client.JmsServerStubIfc

Packages that use JmsServerStubIfc
org.exolab.jms.client   
org.exolab.jms.client.http   
org.exolab.jms.client.intravm   
org.exolab.jms.client.mipc   
org.exolab.jms.client.rmi   
 

Uses of JmsServerStubIfc in org.exolab.jms.client
 

Methods in org.exolab.jms.client that return JmsServerStubIfc
 JmsServerStubIfc JmsConnectionFactory.getProxy()
          Return a reference to the server proxy.
static JmsServerStubIfc JmsClientStubFactory.createJmsServerStub()
          This class method creates and returns a stub to the remote server entity.
 

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.
 



Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.