org.jboss.mq.il.rmi
Class RMIClientIL

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by org.jboss.mq.il.rmi.RMIClientIL
All Implemented Interfaces:
Serializable, Remote, ClientIL, RMIClientILRemote

public class RMIClientIL
extends UnicastRemoteObject
implements RMIClientILRemote

The RMI implementation of the ConnectionReceiver object

Version:
$Revision: 1.8.6.1 $
Author:
Norbert Lataille (Norbert.Lataille@m4x.org), Hiram Chirino (Cojonudo14@hotmail.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RMIClientIL(Connection c)
           
 
Method Summary
 void close()
          #Description of the Method
 void deleteTemporaryDestination(SpyDestination dest)
          #Description of the Method
 void pong(long serverTime)
          pong method comment.
 void receive(ReceiveRequest[] 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 c)
            throws RemoteException
Throws:
RemoteException
Method Detail

close

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

Specified by:
close in interface ClientIL
Specified by:
close in interface RMIClientILRemote
Throws:
Exception - Description of Exception

deleteTemporaryDestination

public void deleteTemporaryDestination(SpyDestination dest)
                                throws javax.jms.JMSException
#Description of the Method

Specified by:
deleteTemporaryDestination in interface ClientIL
Specified by:
deleteTemporaryDestination in interface RMIClientILRemote
Parameters:
dest - Description of Parameter
Throws:
javax.jms.JMSException - Description of Exception

receive

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

Specified by:
receive in interface ClientIL
Specified by:
receive in interface RMIClientILRemote
Parameters:
messages - Description of Parameter
Throws:
Exception - Description of Exception

pong

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

Specified by:
pong in interface ClientIL
Specified by:
pong in interface RMIClientILRemote
Parameters:
serverTime - Description of Parameter
Throws:
javax.jms.JMSException - Description of Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.