|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttachableDuplexOutputChannel
Interface for components which want to attach one IDuplexOutputChannel
.
Communication components implementing this interface can attach the duplex output channel and
sends messages and receive response messages.
Method Summary | |
---|---|
void |
attachDuplexOutputChannel(IDuplexOutputChannel duplexOutputChannel)
Attaches the duplex output channel and opens the connection and starts listening to response messages. |
void |
detachDuplexOutputChannel()
Detaches the duplex output channel and stops listening to response messages. |
IDuplexOutputChannel |
getAttachedDuplexOutputChannel()
Returns attached duplex output channel. |
boolean |
isDuplexOutputChannelAttached()
Returns true if the reference to the duplex output channel is stored. |
Method Detail |
---|
void attachDuplexOutputChannel(IDuplexOutputChannel duplexOutputChannel) throws java.lang.Exception
duplexOutputChannel
- Duplex output channel to be attached.
java.lang.Exception
IDuplexOutputChannel
void detachDuplexOutputChannel()
java.lang.Exception
boolean isDuplexOutputChannelAttached()
IDuplexOutputChannel getAttachedDuplexOutputChannel()
IDuplexOutputChannel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |