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

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

@Service(name="_get-service-description")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@ExecuteOn(value=DAS)
@TargetType(value=DAS)
@CommandLock(value=NONE)
public class GetServiceDescription
extends Object
implements AdminCommand

Utility CLI to get the service-description of a particular service in an application

Author:
ishan

Constructor Summary
GetServiceDescription()
           
 
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

GetServiceDescription

public GetServiceDescription()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.