org.fuin.jmsmvc4swing.base
Interface IControllerReceiver

All Known Implementing Classes:
ControllerReceiver

public interface IControllerReceiver

Controller Task.


Method Summary
 boolean isStopped()
          Checks if the JMS subscription is already cancelled.
 void start()
          Opens the JMS connection and listens for an appropriate start message.
 void stop()
          Terminate the JMS subscription.
 

Method Detail

start

void start()
Opens the JMS connection and listens for an appropriate start message.


isStopped

boolean isStopped()
Checks if the JMS subscription is already cancelled.

Returns:
If there is no longer a connection TRUE else FALSE.

stop

void stop()
Terminate the JMS subscription.



Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.