com.sun.enterprise.server.logging.commands
Class SetLogLevel

java.lang.Object
  extended by com.sun.enterprise.server.logging.commands.SetLogLevel
All Implemented Interfaces:
AdminCommand

@ExecuteOn(value={DAS,INSTANCE})
@TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG})
@Service(name="set-log-levels")
@CommandLock(value=NONE)
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class SetLogLevel
extends java.lang.Object
implements AdminCommand

Created by IntelliJ IDEA. User: cmott, naman mehta Date: Jul 8, 2009 Time: 11:48:20 AM To change this template use File | Settings | File Templates.


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

SetLogLevel

public SetLogLevel()
Method Detail

execute

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


Copyright © 2012 GlassFish Community. All Rights Reserved.