Uses of Class
com.sun.enterprise.admin.servermgmt.InstanceException

Packages that use InstanceException
com.sun.enterprise.admin.servermgmt   
 

Uses of InstanceException in com.sun.enterprise.admin.servermgmt
 

Methods in com.sun.enterprise.admin.servermgmt that throw InstanceException
 void InstancesManager.createInstance()
          Creates a server instance.
 void InstancesManager.deleteInstance()
          Deletes an instance identified by the given name.
 int InstancesManager.getInstanceStatus()
          Returns status of an instance.
 boolean InstancesManager.isRestartNeeded()
           
 void InstancesManager.killRelatedProcesses()
           
 String[] InstancesManager.listInstances()
          Lists all the instances.
 Process InstancesManager.startInstance()
          Starts the instance.
 Process InstancesManager.startInstance(String[] interativeOptions)
          Starts the instance.
 Process InstancesManager.startInstance(String[] interativeOptions, String[] commandLineArgs)
          Starts the instance.
 Process InstancesManager.startInstance(String[] interativeOptions, String[] commandLineArgs, Properties envProps)
          Starts the instance.
 void InstancesManager.stopInstance()
          Stops the instance.
 boolean InstancesManager.stopInstanceWithinTime(int timeout)
          Trys to stop the instance with the specified timeout.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.