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

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

@ExecuteOn(value=DAS)
@Service(name="_load-default-log-attributes")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@CommandLock(value=NONE)
public class LoadDefaultLogAttributes
extends java.lang.Object
implements AdminCommand

Created by IntelliJ IDEA. User: naman Date: 6 Apr, 2011 Time: 3:32:16 PM To change this template use File | Settings | File Templates.


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

LoadDefaultLogAttributes

public LoadDefaultLogAttributes()
Method Detail

execute

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


Copyright © 2012 GlassFish Community. All Rights Reserved.