|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.anabas.ibus.GMS_PublisherImpl
Title: Description: Copyright: Copyright (c) 2000 Company:
Constructor Summary | |
GMS_PublisherImpl(com.anabas.ibus.TopicPublisher publisher,
com.anabas.ibus.TopicSession s,
GMS_StreamImpl parent)
|
Method Summary | |
void |
broadcast(GMS_Message m)
Deliver a broadcast. |
void |
broadcast(GMS_Message m,
boolean noLocal)
Broadcasts a message with explicit noLocal. |
static javax.jms.Message |
convertMessage(GMS_Message m)
|
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 d,
long timeout)
Requests a message and block on the first reply. |
void |
sendMessage(GMS_Message m,
GMS_Destination d)
Sends a message to a destination. |
void |
sendMessage(GMS_Message m,
GMS_Destination d,
boolean noLocal)
Sends a message to a destination. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public GMS_PublisherImpl(com.anabas.ibus.TopicPublisher publisher, com.anabas.ibus.TopicSession s, GMS_StreamImpl parent)
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 static javax.jms.Message convertMessage(GMS_Message m) throws GXO_Exception
public GMS_Message request(GMS_Message m, GMS_Destination d, long timeout) throws GXO_Exception
public void sendMessage(GMS_Message m, GMS_Destination d, boolean noLocal) throws GXO_Exception
public void sendMessage(GMS_Message m, GMS_Destination d) throws GXO_Exception
public void broadcast(GMS_Message m) throws GXO_Exception
public void broadcast(GMS_Message m, boolean noLocal) throws GXO_Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |