org.jboss.mq.il.oil
Class OILClientIL

java.lang.Object
  extended byorg.jboss.mq.il.oil.OILClientIL
All Implemented Interfaces:
ClientIL (src) , java.io.Serializable

public final class OILClientIL
extends java.lang.Object
implements ClientIL (src) , java.io.Serializable

The RMI implementation of the ConnectionReceiver object

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 (src)  dest)
          #Description of the Method
 void pong(long serverTime)
          #Description of the Method
 void receive(ReceiveRequest (src) [] 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 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

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

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