org.glassfish.javaee.core.deployment
Class GetContextRootCommand

java.lang.Object
  extended by org.glassfish.javaee.core.deployment.GetContextRootCommand
All Implemented Interfaces:
AdminCommand

@Service(name="_get-context-root")
@ExecuteOn(value=DAS)
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@CommandLock(value=NONE)
public class GetContextRootCommand
extends java.lang.Object
implements AdminCommand

Get context root command


Constructor Summary
GetContextRootCommand()
           
 
Method Summary
 void execute(AdminCommandContext context)
          Entry point from the framework into the command execution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetContextRootCommand

public GetContextRootCommand()
Method Detail

execute

public void execute(AdminCommandContext context)
Entry point from the framework into the command execution

Specified by:
execute in interface AdminCommand
Parameters:
context - context for the command.


Copyright © 2012 GlassFish Community. All Rights Reserved.