org.jpos.q2.iso
Interface RemoteQMUX

All Superinterfaces:
Remote
All Known Implementing Classes:
QMUXProxy

public interface RemoteQMUX
extends Remote

RMI based QMUX proxy

Since:
1.6
Version:
$Revision: 2854 $ $Date: 2010-01-02 10:34:31 +0000 (Sat, 02 Jan 2010) $
Author:
Mark Salter
See Also:
QMUX

Method Summary
 boolean isConnected()
           
 ISOMsg request(ISOMsg m, long timeout)
           
 void request(ISOMsg m, long timeout, ISOResponseListener r, Object handBack)
           
 

Method Detail

request

ISOMsg request(ISOMsg m,
               long timeout)
               throws ISOException,
                      RemoteException
Parameters:
m - message to send
timeout - time to wait for a message
Returns:
received message or null
Throws:
ISOException
RemoteException

request

void request(ISOMsg m,
             long timeout,
             ISOResponseListener r,
             Object handBack)
             throws ISOException,
                    RemoteException
Throws:
ISOException
RemoteException

isConnected

boolean isConnected()
                    throws RemoteException
Returns:
true if connected
Throws:
RemoteException


Copyright © 1998-2012 jPOS.org. All Rights Reserved.