|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttachableDuplexInputChannel
Interface for components which want to attach one IDuplexInputChannel
.
Communication components implementing this interface can attach the duplex input channel and
receive messages and sends response messages.
Method Summary | |
---|---|
void |
attachDuplexInputChannel(IDuplexInputChannel duplexInputChannel)
Attaches the duplex input channel and starts listening to messages. |
void |
detachDuplexInputChannel()
Detaches the duplex input channel and stops listening to messages. |
IDuplexInputChannel |
getAttachedDuplexInputChannel()
Returns attached duplex input channel. |
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()
IDuplexInputChannel getAttachedDuplexInputChannel()
IDuplexInputChannel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |