org.demac
Interface Service

All Known Subinterfaces:
ContextManagementService, ContextNotificationService, ContextService, ContextTransformationService, ContextUpdateService, RemoteContextService, ServiceRegistry
All Known Implementing Classes:
BaseExecutionService, BaseExecutionServiceImpl, ConcurrencyService, ConcurrencyServiceImpl, ContextNotificationServiceImpl, ContextSerializerService, ContextServiceImpl, ContextTransformationServiceImpl, ContextUpdateServiceImpl, EventService, EventServiceImpl, ExecutionService, ExtendedExecutionService, ExtensionModule, FluctNetTransportService, InteractionService, InteractionServiceImpl, ManagementServiceImpl, Messenger, OldTransportServiceImpl, ProcessService, ProcessServiceImpl, RemoteContextServiceImpl, ServiceRegistryImpl, SynchronizationService, TransactionSupportService, TransactionSupportServiceImpl, TransportService, TransportServiceImpl, XMLContextSerializerService

public interface Service

Superinterface of all services in the DEMAC architecture.


Method Summary
 boolean isStarted()
          Method to determine whether the Service is started or not.
 void start()
          Method to start the service.
 void stop()
          Method to stop the service.
 

Method Detail

start

void start()
Method to start the service.


isStarted

boolean isStarted()
Method to determine whether the Service is started or not.

Returns:
the status

stop

void stop()
Method to stop the service.