Uses of Interface
org.exolab.jms.client.rmi.RemoteJmsMessageListenerIfc

Packages that use RemoteJmsMessageListenerIfc
org.exolab.jms.client.rmi   
org.exolab.jms.server.rmi   
 

Uses of RemoteJmsMessageListenerIfc in org.exolab.jms.client.rmi
 

Classes in org.exolab.jms.client.rmi that implement RemoteJmsMessageListenerIfc
 class RmiJmsMessageListener
          This is an implementation of the RemoteJmsMessageListenerIfc interface.
 class RmiJmsSessionStub
          This class is repsonsible for managing a reference to a remote session object in additon to registering itself as an object, with the RMI registry.
 

Uses of RemoteJmsMessageListenerIfc in org.exolab.jms.server.rmi
 

Methods in org.exolab.jms.server.rmi with parameters of type RemoteJmsMessageListenerIfc
 void RemoteJmsServerSessionIfc.setMessageListener(RemoteJmsMessageListenerIfc listener)
          All server side sessions register with the consumer manager for message consumption (i.e push-model).
 void RmiJmsServerSession.setMessageListener(RemoteJmsMessageListenerIfc listener)
          All server side sessions register with the consumer manager for message consumption (i.e push-model).
 



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