com.sun.enterprise.v3.server
Class SystemTasksImpl

java.lang.Object
  extended by com.sun.enterprise.v3.server.SystemTasksImpl
All Implemented Interfaces:
SystemTasks, org.glassfish.hk2.PostConstruct

@Service
public class SystemTasksImpl
extends Object
implements SystemTasks, org.jvnet.hk2.component.PostConstruct

Init run level service to take care of vm related tasks.

Author:
Jerome Dochez, Byron Nevins

Constructor Summary
SystemTasksImpl()
           
 
Method Summary
 void postConstruct()
           
 void writePidFile()
          Write the process ID to a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemTasksImpl

public SystemTasksImpl()
Method Detail

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.glassfish.hk2.PostConstruct

writePidFile

public void writePidFile()
Description copied from interface: SystemTasks
Write the process ID to a file.

Specified by:
writePidFile in interface SystemTasks


Copyright © 2012. All Rights Reserved.