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

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

@ExecuteOn(value=DAS)
@Service(name="collect-log-files")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class CollectLogFiles
extends java.lang.Object
implements AdminCommand

Created by IntelliJ IDEA. User: naman Date: 6 Jul, 2010 Time: 3:27:24 PM To change this template use File | Settings | File Templates.


Constructor Summary
CollectLogFiles()
           
 
Method Summary
 boolean deleteDir(java.io.File dir)
           
 void execute(AdminCommandContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectLogFiles

public CollectLogFiles()
Method Detail

execute

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

deleteDir

public boolean deleteDir(java.io.File dir)


Copyright © 2012 GlassFish Community. All Rights Reserved.