org.glassfish.paas.orchestrator.provisioning.cli
Class GetServiceMetadata
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetServiceMetadata
public GetServiceMetadata()
execute
public void execute(AdminCommandContext context)
- Specified by:
execute in interface AdminCommand
Copyright © 2012. All Rights Reserved.