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

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

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

Returns the service metadata associated with an application archive. This internal command is used by the GUI (cloud console) and the IDE plugin to get the service-dependencies and detailed ServiceDescriptions associated that the OE and SPEs have discovered for the user provided application archive. This command runs on CPAS and does not acquire any lock as there is no state modified by the command.

Author:
Jagadish Ramu

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

GetServiceMetadata

public GetServiceMetadata()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.