org.jboss.mq.il.oil2
Class OIL2ClientIL

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

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

The OIL2 implementation of the ClientIL object

See Also:
Serialized Form

Constructor Summary
OIL2ClientIL()
           
 
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
 void setRequestListner(OIL2ServerILService.RequestListner (src)  requestListner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OIL2ClientIL

public OIL2ClientIL()
Method Detail

setRequestListner

public void setRequestListner(OIL2ServerILService.RequestListner (src)  requestListner)

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