org.robokind.api.common.lifecycle.utils
Class ManagedServiceGroup

java.lang.Object
  extended by org.robokind.api.common.lifecycle.utils.ManagedServiceGroup

public class ManagedServiceGroup
extends Object

Author:
Matthew Stevenson

Field Summary
protected  Properties myServiceProperties
           
static String PROP_GROUP_ID
           
 
Constructor Summary
ManagedServiceGroup(ManagedServiceFactory factory, List<ServiceLifecycleProvider> lifecycles, String groupId, Properties registrationProperties)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_GROUP_ID

public static final String PROP_GROUP_ID
See Also:
Constant Field Values

myServiceProperties

protected Properties myServiceProperties
Constructor Detail

ManagedServiceGroup

public ManagedServiceGroup(ManagedServiceFactory factory,
                           List<ServiceLifecycleProvider> lifecycles,
                           String groupId,
                           Properties registrationProperties)
Method Detail

start

public void start()

stop

public void stop()


Copyright © 2011-2013. All Rights Reserved.