edu.ntnu.cikmr.services
Class ServiceManager
java.lang.Object
edu.ntnu.cikmr.services.AbstractService
edu.ntnu.cikmr.services.ServiceManager
- All Implemented Interfaces:
- Service
public class ServiceManager
- extends AbstractService
Title:
Description:
Copyright: Copyright (c) 2007
Company:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceManager
public ServiceManager()
get
public Service get(java.lang.Class service)
add
public void add(Service s)
remove
public void remove(Service s)
startServices
public void startServices()
stopServices
public void stopServices()
init
public void init(ServiceManager manager)
start
public void start(PeerGroup peerGroup)
throws java.io.IOException
- Throws:
java.io.IOException
stop
public void stop()
throws java.io.IOException
- Throws:
java.io.IOException
isStarted
public boolean isStarted()