org.iids.aos.systemservices
Interface SystemService

All Known Subinterfaces:
AgentServer, HostManager, KernelTester, LocationManager, LocationService, LookupService, WSGateway, XmlRpcableAOSapi
All Known Implementing Classes:
LocalAgentServer, LocalHostManager, LocalLocationManager, WSGatewayAgentModule, WSGatewayAgentModule.WSGatewayAgent

public interface SystemService

This interface is used to verify is the right classes are used in the communicator. All bindable interfaces should extends this interface.

Author:
hidde@cs.vu.nl

Method Summary
 void pingService()
           
 void shutdown()
           
 void unbind()
           
 

Method Detail

unbind

void unbind()

shutdown

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

pingService

void pingService()


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