|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.messaging.channel.plugins.handler.AbstractChannel (src)
org.jboss.messaging.channel.plugins.handler.ExclusiveChannel
An exclusive channel has just one subscriber
Field Summary |
Fields inherited from class org.jboss.messaging.channel.plugins.handler.AbstractChannel (src) |
consumer, handler |
Constructor Summary | |
ExclusiveChannel(Consumer (src) consumer,
ExclusiveChannelHandler (src) handler)
Create a new ExclusiveChannel. |
Method Summary | |
void |
send(MessageReference (src) message)
Send a message to the channel. |
Methods inherited from class org.jboss.messaging.channel.plugins.handler.AbstractChannel (src) |
close, receive |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExclusiveChannel(Consumer (src) consumer, ExclusiveChannelHandler (src) handler)
consumer
- the consumerhandler
- the handlerMethod Detail |
public void send(MessageReference (src) message)
Channel (src)
send
in interface Channel (src)
send
in class AbstractChannel (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |