org.jboss.mq.il.rmi
Interface RMIClientILRemote

All Superinterfaces:
ClientIL (src) , java.rmi.Remote
All Known Implementing Classes:
RMIClientIL (src)

public interface RMIClientILRemote
extends ClientIL (src) , java.rmi.Remote

The RMI implementation of the ConnectionReceiver object


Method Summary
 void close()
          #Description of the Method
 void deleteTemporaryDestination(SpyDestination (src)  dest)
          #Description of the Method
 void pong(long serverTime)
          #Description of the Method
 void receive(ReceiveRequest (src) [] messages)
          #Description of the Method
 

Method Detail

close

public void close()
           throws java.lang.Exception
#Description of the Method

Specified by:
close in interface ClientIL (src)
Throws:
java.lang.Exception - Description of Exception

deleteTemporaryDestination

public void deleteTemporaryDestination(SpyDestination (src)  dest)
                                throws java.lang.Exception
#Description of the Method

Specified by:
deleteTemporaryDestination in interface ClientIL (src)
Parameters:
dest - Description of Parameter
Throws:
java.lang.Exception - Description of Exception

receive

public void receive(ReceiveRequest (src) [] messages)
             throws java.lang.Exception
#Description of the Method

Specified by:
receive in interface ClientIL (src)
Parameters:
messages - Description of Parameter
Throws:
java.lang.Exception - Description of Exception

pong

public void pong(long serverTime)
          throws java.lang.Exception
#Description of the Method

Specified by:
pong in interface ClientIL (src)
Parameters:
serverTime - Description of Parameter
Throws:
java.lang.Exception - Description of Exception