org.isam.exehda
Class ServiceManager

java.lang.Object
  |
  +--org.isam.exehda.ServiceManager

public class ServiceManager
extends java.lang.Object


Constructor Summary
ServiceManager(ProfileManager profileManager)
           
 
Method Summary
 boolean bootstrapServices(java.lang.String profileName)
           
 java.lang.String getActiveProfile()
           
 java.lang.Object getServiceProxy(java.lang.String serviceName)
           
 boolean shutdownServices()
           
 boolean startService(java.lang.String serviceName)
           
 boolean stopService(java.lang.String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceManager

public ServiceManager(ProfileManager profileManager)
Method Detail

bootstrapServices

public boolean bootstrapServices(java.lang.String profileName)

shutdownServices

public boolean shutdownServices()

startService

public boolean startService(java.lang.String serviceName)

stopService

public boolean stopService(java.lang.String serviceName)

getServiceProxy

public java.lang.Object getServiceProxy(java.lang.String serviceName)

getActiveProfile

public java.lang.String getActiveProfile()