com.sun.enterprise.admin.servermgmt.services
Class WindowsService

java.lang.Object
  extended by com.sun.enterprise.admin.servermgmt.services.ServiceAdapter
      extended by com.sun.enterprise.admin.servermgmt.services.NonSMFServiceAdapter
          extended by com.sun.enterprise.admin.servermgmt.services.WindowsService
All Implemented Interfaces:
Service

public class WindowsService
extends NonSMFServiceAdapter

Warning: there is lots of file twiddling going on in this class. It is the nature of the beast.

Author:
Byron Nevins

Method Summary
 void createServiceInternal()
           
 void deleteServiceInternal()
           
 String getLocationArgsStart()
           
 String getLocationArgsStop()
           
 String getSuccessMessage()
           
 void initializeInternal()
           
 String toString()
           
 void writeReadmeFile(String msg)
           
 
Methods inherited from class com.sun.enterprise.admin.servermgmt.services.NonSMFServiceAdapter
getManifestFilePath, getManifestFileTemplatePath, getServiceProperties, getTimeoutSeconds, isConfigValid, setServiceProperties, setTimeoutSeconds, tokensAndValues
 
Methods inherited from class com.sun.enterprise.admin.servermgmt.services.ServiceAdapter
createService, deleteService, getInfo, getLocationArgsRestart, getServerDirs, isDomain, isInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

createServiceInternal

public final void createServiceInternal()
                                 throws RuntimeException
Throws:
RuntimeException

deleteServiceInternal

public void deleteServiceInternal()

getSuccessMessage

public final String getSuccessMessage()

writeReadmeFile

public final void writeReadmeFile(String msg)

toString

public String toString()
Overrides:
toString in class Object

getLocationArgsStart

public final String getLocationArgsStart()

getLocationArgsStop

public final String getLocationArgsStop()

initializeInternal

public final void initializeInternal()


Copyright © 2012 GlassFish Community. All Rights Reserved.