com.sun.enterprise.v3.admin
Class GetRestartRequiredCommand

java.lang.Object
  extended by com.sun.enterprise.v3.admin.GetRestartRequiredCommand
All Implemented Interfaces:
AdminCommand

@Service(name="_get-restart-required")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@CommandLock(value=NONE)
public class GetRestartRequiredCommand
extends Object
implements AdminCommand

Return the "restart required" flag.

Author:
Bill Shannon

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

GetRestartRequiredCommand

public GetRestartRequiredCommand()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.