|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttachableMultipleDuplexInputChannels
Interface for components which want to attach multiple IDuplexInputChannel
.
Communication components implementing this interface can attach multiple duplex input channels and listens via them to messages.
Method Summary | |
---|---|
void |
attachDuplexInputChannel(IDuplexInputChannel duplexInputChannel)
Attaches the duplex input channel and starts listening to messages. |
void |
detachDuplexInputChannel()
Detaches the duplex input channel. |
void |
detachDuplexInputChannel(java.lang.String channelId)
Detaches the duplex input channel. |
java.lang.Iterable<IDuplexInputChannel> |
getAttachedDuplexInputChannels()
Returns attached input channels. |
boolean |
isDuplexInputChannelAttached()
Returns true if the duplex input channel is attached. |
Method Detail |
---|
void attachDuplexInputChannel(IDuplexInputChannel duplexInputChannel) throws java.lang.Exception
duplexInputChannel
-
java.lang.Exception
IDuplexInputChannel
void detachDuplexInputChannel()
boolean isDuplexInputChannelAttached()
void detachDuplexInputChannel(java.lang.String channelId) throws java.lang.Exception
channelId
-
java.lang.Exception
java.lang.Iterable<IDuplexInputChannel> getAttachedDuplexInputChannels()
IDuplexInputChannel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |