| Package | Description |
|---|---|
| com.sun.enterprise.admin.servermgmt |
| Modifier and Type | Method and Description |
|---|---|
void |
InstancesManager.createInstance()
Deprecated.
Creates a server instance.
|
void |
InstancesManager.deleteInstance()
Deprecated.
Deletes an instance identified by the given name.
|
int |
InstancesManager.getInstanceStatus()
Deprecated.
Returns status of an instance.
|
boolean |
InstancesManager.isRestartNeeded()
Deprecated.
|
void |
InstancesManager.killRelatedProcesses()
Deprecated.
|
String[] |
InstancesManager.listInstances()
Deprecated.
Lists all the instances.
|
Process |
InstancesManager.startInstance()
Deprecated.
Starts the instance.
|
Process |
InstancesManager.startInstance(String[] interativeOptions)
Deprecated.
Starts the instance.
|
Process |
InstancesManager.startInstance(String[] interativeOptions,
String[] commandLineArgs)
Deprecated.
Starts the instance.
|
Process |
InstancesManager.startInstance(String[] interativeOptions,
String[] commandLineArgs,
Properties envProps)
Deprecated.
Starts the instance.
|
void |
InstancesManager.stopInstance()
Deprecated.
Stops the instance.
|
boolean |
InstancesManager.stopInstanceWithinTime(int timeout)
Deprecated.
Tries to stop the instance with the specified timeout.Returns true if success; false if failure
|
Copyright © 2019. All rights reserved.