org.iids.aos.systemservices
Class AbstractSystemService

java.lang.Object
  extended by org.iids.aos.systemservices.AbstractSystemService
Direct Known Subclasses:
AgentScapeApiMain, BinaryAgentServer, HostManager, Injector, JavaAgentServer, KernelTester, LocationManager, NegotiationTest, WSGatewayService

public abstract class AbstractSystemService
extends java.lang.Object

Author:
hidde

Constructor Summary
AbstractSystemService()
           
 
Method Summary
 void shutdown()
           
abstract  void start(java.util.Map<java.lang.String,java.lang.String> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSystemService

public AbstractSystemService()
Method Detail

start

public abstract void start(java.util.Map<java.lang.String,java.lang.String> parameters)
                    throws StartupException
Throws:
StartupException

shutdown

public void shutdown()
              throws java.lang.UnsupportedOperationException
Throws:
java.lang.UnsupportedOperationException


Copyright ? 2003, 2004 IIDS Group. All Rights Reserved.