Uses of Class
com.sun.enterprise.admin.servermgmt.InstanceException
Packages that use InstanceException
-
Uses of InstanceException in com.sun.enterprise.admin.servermgmt
Methods in com.sun.enterprise.admin.servermgmt that throw InstanceExceptionModifier and TypeMethodDescriptionvoidInstancesManager.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.InstancesManager.startInstance()Starts the instance.InstancesManager.startInstance(String[] interativeOptions) Starts the instance.InstancesManager.startInstance(String[] interativeOptions, String[] commandLineArgs) Starts the instance.InstancesManager.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.