org.glassfish.paas.orchestrator.provisioning.cli
Class StartSharedService

java.lang.Object
  extended by org.glassfish.paas.orchestrator.provisioning.cli.StartSharedService
All Implemented Interfaces:
AdminCommand

@Service(name="start-shared-service")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@ExecuteOn(value=DAS)
@TargetType(value=DAS)
public class StartSharedService
extends Object
implements AdminCommand


Constructor Summary
StartSharedService()
           
 
Method Summary
 void execute(AdminCommandContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartSharedService

public StartSharedService()
Method Detail

execute

public void execute(AdminCommandContext context)
Specified by:
execute in interface AdminCommand


Copyright © 2012. All Rights Reserved.