Uses of Class
com.sun.enterprise.admin.servermgmt.InstanceException
-
Packages that use InstanceException Package Description com.sun.enterprise.admin.servermgmt -
-
Uses of InstanceException in com.sun.enterprise.admin.servermgmt
Methods in com.sun.enterprise.admin.servermgmt that throw InstanceException Modifier and Type Method Description voidInstancesManager. createInstance()Creates a server instance.voidInstancesManager. deleteInstance()Deletes an instance identified by the given name.intInstancesManager. getInstanceStatus()Returns status of an instance.booleanInstancesManager. isRestartNeeded()voidInstancesManager. killRelatedProcesses()String[]InstancesManager. listInstances()Lists all the instances.ProcessInstancesManager. startInstance()Starts the instance.ProcessInstancesManager. startInstance(String[] interativeOptions)Starts the instance.ProcessInstancesManager. startInstance(String[] interativeOptions, String[] commandLineArgs)Starts the instance.ProcessInstancesManager. startInstance(String[] interativeOptions, String[] commandLineArgs, Properties envProps)Starts the instance.voidInstancesManager. stopInstance()Stops the instance.booleanInstancesManager. stopInstanceWithinTime(int timeout)Trys to stop the instance with the specified timeout.
-