|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseMsg | |
org.jboss.mq.il.uil2 | |
org.jboss.mq.il.uil2.msgs |
Uses of BaseMsg in org.jboss.mq.il.uil2 |
Methods in org.jboss.mq.il.uil2 with parameters of type BaseMsg | |
void |
UILClientILService.handleMsg(BaseMsg msg)
Callback from the SocketManager |
void |
SocketManagerHandler.handleMsg(BaseMsg msg)
Handle the message |
void |
SocketManager.sendMessage(BaseMsg msg)
Send a two-way message and block the calling thread until the msg reply is received. |
void |
SocketManager.sendReply(BaseMsg msg)
Send a one-way message. |
void |
SocketManager.ReadTask.handleMsg(BaseMsg msg)
Handle the message or respond with an error |
void |
ServerSocketManagerHandler.handleMsg(BaseMsg msg)
The callback from the SocketManager |
Uses of BaseMsg in org.jboss.mq.il.uil2.msgs |
Subclasses of BaseMsg in org.jboss.mq.il.uil2.msgs | |
class |
AcknowledgementRequestMsg
|
class |
AddMsg
|
class |
BrowseMsg
|
class |
CheckIDMsg
|
class |
CheckUserMsg
|
class |
CloseMsg
|
class |
ConnectionTokenMsg
|
class |
CreateDestMsg
|
class |
DeleteSubscriptionMsg
|
class |
DeleteTemporaryDestMsg
|
class |
EnableConnectionMsg
|
class |
GetIDMsg
|
class |
PingMsg
|
class |
ReceiveMsg
|
class |
ReceiveRequestMsg
|
class |
SubscribeMsg
|
class |
TemporaryDestMsg
|
class |
TransactMsg
|
class |
UnsubscribeMsg
|
Methods in org.jboss.mq.il.uil2.msgs that return BaseMsg | |
static BaseMsg |
BaseMsg.createMsg(int msgType)
Create a BaseMsg subclass based on the msgType. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |