org.jboss.mq.il.uil2
Class UILClientIL

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

public class UILClientIL
extends java.lang.Object
implements ClientIL (src) , MsgTypes (src) , java.io.Serializable

UILClient is the server side interface for callbacks into the client. It is created on the client and sent to the server via the ConnectionToken.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.jboss.mq.il.uil2.msgs.MsgTypes (src)
m_acknowledge, m_addMessage, m_authenticate, m_browse, m_checkID, m_checkUser, m_close, m_connectionClosing, m_createQueue, m_createTopic, m_deleteTemporaryDestination, m_destroySubscription, m_getID, m_getTemporaryQueue, m_getTemporaryTopic, m_ping, m_pong, m_receive, m_receiveRequest, m_setEnabled, m_setSpyDistributedConnection, m_subscribe, m_transact, m_unsubscribe
 
Constructor Summary
UILClientIL()
           
 
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
protected  void setSocketMgr(SocketManager (src)  socketMgr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UILClientIL

public UILClientIL()
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

setSocketMgr

protected void setSocketMgr(SocketManager (src)  socketMgr)