obixserver.core
Interface Service

All Known Subinterfaces:
ExternalModule, Module, ObjBroker
All Known Implementing Classes:
AbstractBaseModule, AbstractExternalModule, AlarmManager, CoreModule, ExternalNoopModule, NoopModule, ObixServerEngine, ObjBrokerImpl, OxExternalModuleManager, PushSimulatorModule, SimulatorModule

public interface Service

Defines interface that services must implement.


Method Summary
 void start()
          Starts the service.
 void stop()
          Stops the service.
 

Method Detail

start

void start()
           throws ObixserverException
Starts the service.

Throws:
ObixserverException - if an error occurs during start invocation.

stop

void stop()
          throws ObixserverException
Stops the service.

Throws:
ObixserverException - if an error occurs during stop invocation.


Copyright © 2006-2008 Peter Michalek All Rights Reserved.