com.monad.homerun.admin
Interface AdminService
public interface AdminService
AdminSerice sets up and maintains the server runtime environment.
It begins by starting all managers configured for use.
It keeps a reference to each manager, dispensing them upon request.
It also performs user authentication & authorization,
using object store user records and configuration info.
start
void start()
started
boolean started()
isServiceActive
boolean isServiceActive(java.lang.String svcName)
addObserver
void addObserver(java.util.Observer observer)
shutdown
void shutdown()
Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.