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

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

@ExecuteOn(value=INSTANCE,
           ifOffline=Error)
@Service(name="rotate-log")
@TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE})
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class RotateLog
extends java.lang.Object
implements AdminCommand

Author:
cmott

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

RotateLog

public RotateLog()
Method Detail

execute

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


Copyright © 2012 GlassFish Community. All Rights Reserved.