|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: Description: Copyright: Copyright (c) 2000 Company:
Method Summary | |
void |
broadcast(GMS_Message m)
Broadcast the message to all subscribers in this channel. |
GMS_DestinationSelector |
createDestinationSelector(java.lang.String name)
Creates an instance of the specified desintation selector type. |
GMS_Message |
createMessage(short msgType,
short bodyType)
Get a list of Destinations that are subscribed to this channel. |
GMS_Message |
request(GMS_Message m,
GMS_Destination dst,
long timeout)
Sends a message and waits for a response |
void |
sendMessage(GMS_Message m,
GMS_Destination d)
Multicast the message to a Destinations. |
Method Detail |
public GMS_DestinationSelector createDestinationSelector(java.lang.String name)
name
- The Class name (w/o package name. Assumes com.anabas.gxo)
of the destination selector to create.public GMS_Message createMessage(short msgType, short bodyType) throws GXO_Exception
type
- The type of the message as listed in the Message public
static final variables.public GMS_Message request(GMS_Message m, GMS_Destination dst, long timeout) throws GXO_Exception
timeout
- in milliseconds. 0 means infinite wait.public void sendMessage(GMS_Message m, GMS_Destination d) throws GXO_Exception
public void broadcast(GMS_Message m) throws GXO_Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |