org.jboss.mq.il.oil
Class OILClientIL

java.lang.Object
  extended by org.jboss.mq.il.oil.OILClientIL
All Implemented Interfaces:
Serializable, ClientIL

public final class OILClientIL
extends Object
implements ClientIL, Serializable

The RMI implementation of the ConnectionReceiver object

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

Field Summary
protected  boolean enableTcpNoDelay
          If the TcpNoDelay option should be used on the socket.
 
Method Summary
 void close()
          #Description of the Method
 void deleteTemporaryDestination(SpyDestination dest)
          #Description of the Method
 void pong(long serverTime)
          #Description of the Method
 void receive(ReceiveRequest[] messages)
          #Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enableTcpNoDelay

protected boolean enableTcpNoDelay
If the TcpNoDelay option should be used on the socket.

Method Detail

close

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

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

deleteTemporaryDestination

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

Specified by:
deleteTemporaryDestination in interface ClientIL
Parameters:
dest - Description of Parameter
Throws:
Exception - Description of Exception

pong

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

Specified by:
pong in interface ClientIL
Parameters:
serverTime - Description of Parameter
Throws:
Exception - Description of Exception

receive

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

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


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