org.exolab.jms.client
Interface JmsServerStubIfc
- All Superinterfaces:
- ServerConnectionFactory
- All Known Implementing Classes:
- JmsServerStubImpl
- public interface JmsServerStubIfc
- extends ServerConnectionFactory
This is the interface for the JMS server stub. The stub really defines what
calls can be made across the client server boundary.
- Version:
- $Revision: 1.2 $ $Date: 2005/03/18 03:36:37 $
- Author:
- Jim Alateras
Method Summary |
void |
setExceptionListener(javax.jms.ExceptionListener listener)
Set the exception listener so that the client can be notified of client
disconnection events. |
setExceptionListener
public void setExceptionListener(javax.jms.ExceptionListener listener)
- Set the exception listener so that the client can be notified of client
disconnection events.
- Parameters:
listener
- the exception listener
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.