|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ControllerService
| Method Summary | |
|---|---|
void |
closeTransportChannel(ChannelStateService channelState,
boolean force)
Close transport channel with the specified channel parameter. |
void |
closeTransportChannels()
Close transport channels and return the Map result. |
ChannelStateService |
getChannelState(ChannelService channel)
Get channel state with the specified channel parameter and return the ChannelStateService result. |
void |
restartTransport()
Restart transport. |
void |
scheduleTimeout(ChannelStateService channelState,
java.lang.Object startTime,
long responseTimeout)
Schedule timeout with the specified channel state, object and response timeout parameters. |
void |
start()
Start the notification service. |
void |
start(boolean output)
Start the transport. |
void |
stop()
Stop the notification service. |
void |
stop(boolean output)
Stop the transport. |
void |
trace(java.lang.String debugMessage)
Trace with the specified debug message parameter. |
| Methods inherited from interface org.eclipse.soda.dk.transport.service.MultiplexTransportListener |
|---|
channelChanged |
| Methods inherited from interface org.eclipse.soda.dk.transport.service.TransportListener |
|---|
transportChanged |
| Methods inherited from interface org.eclipse.soda.dk.transport.service.MessageListener |
|---|
messageReceived |
| Methods inherited from interface org.eclipse.soda.dk.transport.service.ErrorListener |
|---|
errorOccurred |
| Methods inherited from interface org.eclipse.soda.dk.transport.service.MultiplexMessageListener |
|---|
messageReceived |
| Methods inherited from interface org.eclipse.soda.dk.transport.service.MessageListener |
|---|
messageReceived |
| Methods inherited from interface org.eclipse.soda.dk.transport.service.ErrorListener |
|---|
errorOccurred |
| Method Detail |
|---|
void closeTransportChannel(ChannelStateService channelState,
boolean force)
channelState - The channel state (ChannelStateService) parameter.force - The force (boolean) parameter.void closeTransportChannels()
ChannelStateService getChannelState(ChannelService channel)
channel - The channel (ChannelService) parameter.
ChannelStateService) value.void restartTransport()
void scheduleTimeout(ChannelStateService channelState,
java.lang.Object startTime,
long responseTimeout)
channelState - The channel state (ChannelStateService) parameter.startTime - The start time (Object) parameter.responseTimeout - The response timeout (long) parameter.void start()
start(boolean)void start(boolean output)
output - The output (boolean) parameter.start()void stop()
stop(boolean)void stop(boolean output)
output - The output (boolean) parameter.stop()void trace(java.lang.String debugMessage)
debugMessage - The debug message (String) parameter.
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||