|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageOutputStreamAccessor | |
---|---|
dimawo.middleware.communication | Contains the implementation of DiMaWo's communication framework. |
dimawo.middleware.communication.events | Provides the events handled by the
Communicator . |
dimawo.middleware.communication.outputStream | Provides the implementation of the thread sending messages submitted by
local components to a remote reception thread . |
Uses of MessageOutputStreamAccessor in dimawo.middleware.communication |
---|
Methods in dimawo.middleware.communication that return MessageOutputStreamAccessor | |
---|---|
MessageOutputStreamAccessor |
Connection.getAccessor(int uid,
Communicator com,
MOSCallBack cb)
|
Methods in dimawo.middleware.communication with parameters of type MessageOutputStreamAccessor | |
---|---|
void |
Communicator.accessorClosed(DAId remoteDaId,
MessageOutputStreamAccessor access)
Signals the closing of an MessageOutputStreamAccessor. |
void |
Connection.addConnectedComponent(MessageOutputStreamAccessor access)
Adds a component to the set connected components. |
void |
Connection.removeConnectedComponent(MessageOutputStreamAccessor access)
Removes a component from the set of connected components. |
Uses of MessageOutputStreamAccessor in dimawo.middleware.communication.events |
---|
Methods in dimawo.middleware.communication.events that return MessageOutputStreamAccessor | |
---|---|
MessageOutputStreamAccessor |
AccessorClosed.getAccessor()
|
Constructors in dimawo.middleware.communication.events with parameters of type MessageOutputStreamAccessor | |
---|---|
AccessorClosed(DAId remoteDaId,
MessageOutputStreamAccessor access)
|
Uses of MessageOutputStreamAccessor in dimawo.middleware.communication.outputStream |
---|
Methods in dimawo.middleware.communication.outputStream that return MessageOutputStreamAccessor | |
---|---|
MessageOutputStreamAccessor |
CloseConfirmationRequest.getAccessor()
|
Methods in dimawo.middleware.communication.outputStream with parameters of type MessageOutputStreamAccessor | |
---|---|
int |
MessageOutputStreamAccessor.compareTo(MessageOutputStreamAccessor other)
|
void |
MessageOutputStream.writeClose(MessageOutputStreamAccessor mos)
Signals an AccessorsHandler waits a close confirmation. |
Constructors in dimawo.middleware.communication.outputStream with parameters of type MessageOutputStreamAccessor | |
---|---|
CloseConfirmationRequest(MessageOutputStreamAccessor mos)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |