|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mq.il.uil2.UILClientIL
public class UILClientIL
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.
Field Summary |
---|
Fields inherited from interface org.jboss.mq.il.uil2.msgs.MsgTypes |
---|
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()
The connection is closed |
void |
deleteTemporaryDestination(SpyDestination dest)
One TemporaryDestination has been deleted |
void |
pong(long serverTime)
Response to a ping sent by a client. |
void |
receive(ReceiveRequest[] messages)
A message has arrived for the Connection. |
protected void |
setSocketMgr(SocketManager socketMgr)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UILClientIL()
Method Detail |
---|
public void close() throws Exception
ClientIL
close
in interface ClientIL
Exception
- Description of Exceptionpublic void deleteTemporaryDestination(SpyDestination dest) throws Exception
ClientIL
deleteTemporaryDestination
in interface ClientIL
dest
- Description of Parameter
Exception
- Description of Exceptionpublic void pong(long serverTime) throws Exception
ClientIL
pong
in interface ClientIL
serverTime
- Description of Parameter
Exception
- Description of Exceptionpublic void receive(ReceiveRequest[] messages) throws Exception
ClientIL
receive
in interface ClientIL
messages
- Description of Parameter
Exception
- Description of Exceptionprotected void setSocketMgr(SocketManager socketMgr)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |