1.0.0

org.eclipse.soda.dk.transport.service
Interface ControllerService

All Superinterfaces:
ErrorListener, MessageListener, TransportListener
All Known Implementing Classes:
Controller

public interface ControllerService
extends TransportListener

Version:
1.0.0

Method Summary
 void restartTransport()
          Restart transport.
 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)
          Output debug mesage to the log service.
 
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
 

Method Detail

restartTransport

void restartTransport()
Restart transport.


start

void start()
Start the notification service.

See Also:
start(boolean)

start

void start(boolean output)
Start the transport. if true output any errors else do not output errors.

Parameters:
output - The output (boolean) parameter.
See Also:
start()

stop

void stop()
Stop the notification service.

See Also:
stop(boolean)

stop

void stop(boolean output)
Stop the transport. if true output any errors else do not output errors.

Parameters:
output - The output (boolean) parameter.
See Also:
stop()

trace

void trace(java.lang.String debugMessage)
Output debug mesage to the log service. The debug message (String) parameter.

Parameters:
debugMessage - The debug message (String) parameter.

1.0.0

Copyright (c) 1999, 2007 IBM