org.jboss.mq.il.rmi
Class RMIClientIL

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended byorg.jboss.mq.il.rmi.RMIClientIL
All Implemented Interfaces:
ClientIL (src) , java.rmi.Remote, RMIClientILRemote (src) , java.io.Serializable

public class RMIClientIL
extends java.rmi.server.UnicastRemoteObject
implements RMIClientILRemote (src)

The RMI implementation of the ConnectionReceiver object

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RMIClientIL(Connection (src)  c)
           
 
Method Summary
 void close()
          #Description of the Method
 void deleteTemporaryDestination(SpyDestination (src)  dest)
          #Description of the Method
 void pong(long serverTime)
          pong method comment.
 void receive(ReceiveRequest (src) [] messages)
          #Description of the Method
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RMIClientIL

public RMIClientIL(Connection (src)  c)
            throws java.rmi.RemoteException
Method Detail

close

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

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

deleteTemporaryDestination

public void deleteTemporaryDestination(SpyDestination (src)  dest)
                                throws JMSException (src) 
#Description of the Method

Specified by:
deleteTemporaryDestination in interface RMIClientILRemote (src)
Parameters:
dest - Description of Parameter
Throws:
JMSException (src) - Description of Exception

receive

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

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

pong

public void pong(long serverTime)
          throws JMSException (src) 
pong method comment.

Specified by:
pong in interface RMIClientILRemote (src)
Parameters:
serverTime - Description of Parameter
Throws:
JMSException (src) - Description of Exception