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

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

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

Created by IntelliJ IDEA. User: cmott, naman mehta Date: Aug 26, 2009 Time: 5:32:17 PM To change this template use File | Settings | File Templates.


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

ListLoggerLevels

public ListLoggerLevels()
Method Detail

execute

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


Copyright © 2012 GlassFish Community. All Rights Reserved.