Package | Description |
---|---|
org.glassfish.tools.ide.admin | |
org.glassfish.tools.ide.admin.cloud | |
org.glassfish.tools.ide.server.state |
Modifier and Type | Class and Description |
---|---|
class |
CommandAddResources
Command registers resources defined in provided xml file on specified target.
|
class |
CommandChangeAdminPassword
GlassFish server change administrator's password administration
command entity.
|
class |
CommandCreateAdminObject
Command that creates administered object with the specified JNDI name and
the interface definition for a resource adapter on server.
|
class |
CommandCreateCluster
GlassFish Server Cerate Cluster Command Entity.
|
class |
CommandCreateConnector
Command that creates connector resource with the specified JNDI name and
the interface definition for a resource adapter on server.
|
class |
CommandCreateConnectorConnectionPool
Command that creates a pool of connections to an enterprise information
system (EIS).
|
class |
CommandCreateInstance
GlassFish Server Create Instance Command Entity.
|
class |
CommandCreateJDBCConnectionPool
Command that creates JDBC connection pool on server.
|
class |
CommandCreateJDBCResource
Command that creates JDBC resource on server.
|
class |
CommandDeleteCluster
GlassFish Server Delete Cluster Command Entity.
|
class |
CommandDeleteInstance
GlassFish Server Delete Instance Command Entity.
|
class |
CommandDeleteResource
Command that deletes resource from server.
|
class |
CommandDeploy
GlassFish Server Deploy Command Entity.
|
class |
CommandDisable
GlassFish Server Disable (a deployed application) Command Entity.
|
class |
CommandEnable
GlassFish Server Enable (a deployed application) Command Entity.
|
class |
CommandFetchLogData
GlassFish Server View Log Command Entity.
|
class |
CommandGetProperty
Command that retrieves property (properties) from server.
|
class |
CommandJava
GlassFish server administration command entity with local Java SE support.
|
class |
CommandJavaClassPath
GlassFish server administration command entity with local Java SE support
and class path.
|
class |
CommandListComponents
Command that retrieves list of components defined on server.
|
class |
CommandListResources
Command that retrieves list of JDBC resources defined on server.
|
class |
CommandListWebServices
Command that retrieves list of web services defined on server.
|
class |
CommandLocation
Locations command used to determine locations (installation, domain etc.)
where the DAS is running.
|
class |
CommandRedeploy
GlassFish Server Redeploy Command Entity.
|
class |
CommandRestartDAS
GlassFish server restart DAS command entity.
|
class |
CommandSetProperty
Command that sets property (properties) on the server.
|
class |
CommandStartCluster
GlassFish Server Start Cluster Command Entity.
|
class |
CommandStartDAS
GlassFish Server Start DAS Command Entity.
|
class |
CommandStartInstance
GlassFish Server Start Instance Command Entity.
|
class |
CommandStopCluster
GlassFish Server Stop Cluster Command Entity.
|
class |
CommandStopDAS
GlassFish server stop DAS command entity.
|
class |
CommandStopInstance
GlassFish Server Stop Instance Command Entity.
|
class |
CommandTarget
Abstract GlassFish Server Command Entity containing target.
|
class |
CommandTargetName
Abstract GlassFish Server Command Entity containing name and target.
|
class |
CommandUndeploy
GlassFish Server Undeploy Command Entity.
|
class |
CommandVersion
GlassFish Server Version Command Entity.
|
Modifier and Type | Field and Description |
---|---|
(package private) Command |
Runner.command
Holding data for command execution.
|
Modifier and Type | Method and Description |
---|---|
(package private) Command |
Runner.getCommand()
Get GlassFish server administration command entity.
|
Modifier and Type | Method and Description |
---|---|
static <E extends Result> |
ServerAdmin.exec(ExecutorService executor,
GlassFishServer srv,
Command cmd)
Execute remote administration command on GlassFish server.
|
static <E extends Result> |
ServerAdmin.exec(ExecutorService executor,
GlassFishServer srv,
Command cmd,
IdeContext ide)
Deprecated.
IdeContext class will be removed. |
static <E extends Result> |
ServerAdmin.exec(ExecutorService executor,
GlassFishServer srv,
Command cmd,
IdeContext ide,
TaskStateListener... listeners)
Deprecated.
IdeContext class will be removed. |
static <E extends Result> |
ServerAdmin.exec(ExecutorService executor,
GlassFishServer srv,
Command cmd,
TaskStateListener... listeners)
Execute remote administration command on GlassFish server.
|
static <E extends Result> |
ServerAdmin.exec(GlassFishServer srv,
Command cmd)
Execute remote administration command on GlassFish server.
|
static <E extends Result> |
ServerAdmin.exec(GlassFishServer srv,
Command cmd,
IdeContext ide)
Deprecated.
IdeContext class will be removed. |
static <E extends Result> |
ServerAdmin.exec(GlassFishServer srv,
Command cmd,
IdeContext ide,
TaskStateListener... listeners)
Deprecated.
IdeContext class will be removed. |
static <E extends Result> |
ServerAdmin.exec(GlassFishServer srv,
Command cmd,
TaskStateListener... listeners)
Execute remote administration command on GlassFish server.
|
Runner |
AdminFactoryRest.getRunner(GlassFishServer srv,
Command cmd)
Build runner for REST command interface execution and connect it with
provided
Command instance. |
Runner |
AdminFactoryHttp.getRunner(GlassFishServer srv,
Command cmd)
Build runner for HTTP command interface execution and connect it with
provided
Command instance. |
abstract Runner |
AdminFactory.getRunner(GlassFishServer srv,
Command cmd)
Build runner for command interface execution and connect it with
provided
Command instance. |
(package private) Runner |
AdminFactory.newRunner(GlassFishServer srv,
Command cmd,
Class runnerClass)
Constructs an instance of selected
Runner child class. |
private static String |
RunnerHttpCreateJDBCResource.query(Command command)
Builds create JDBC resource query string for given command.
|
private static String |
RunnerHttpRedeploy.query(Command command)
Builds redeploy query string for given command.
|
private static String |
RunnerHttpCreateConnectorConnectionPool.query(Command command)
Builds create JDBC connection pool query string for given command.
|
private static String |
RunnerHttpEnableDisable.query(Command command)
Builds enable/disable query string for given command.
|
private static String |
RunnerHttpDeploy.query(Command command)
Builds deploy query string for given command.
|
private static String |
RunnerRestFetchLogData.query(Command command)
Extracts query string from passed View Log command entity.
|
(package private) static String |
RunnerHttpRestartDAS.query(Command command)
Builds restart DAS query string for given command.
|
private static String |
RunnerHttpCreateInstance.query(Command command)
Builds enable/disable query string for given command.
|
private static String |
RunnerHttpCreateConnector.query(Command command)
Builds create connector resource query string for given command.
|
private static String |
RunnerHttpCreateJDBCConnectionPool.query(Command command)
Builds create JDBC connection pool query string for given command.
|
private static String |
RunnerHttpAddResources.query(Command command)
Builds add-resources query string for given command.
|
(package private) static String |
RunnerHttpTarget.query(Command command)
Builds enable/disable query string for given command.
|
private static String |
RunnerHttpUndeploy.query(Command command)
Builds enable/disable query string for given command.
|
private static String |
RunnerHttpCreateAdminObject.query(Command command)
Builds create JDBC connection pool query string for given command.
|
private static String |
RunnerAsadminChangeAdminPassword.query(GlassFishServer server,
Command command)
Builds
change-admin-password command query string. |
Constructor and Description |
---|
Runner(GlassFishServer server,
Command command,
String path)
Constructs an instance of administration command executor using
HTTP interface.
|
Runner(GlassFishServer server,
Command command,
String path,
String query)
Constructs an instance of administration command executor using HTTP
interface.
|
RunnerAsadmin(GlassFishServer server,
Command command,
String query)
Constructs an instance of administration command executor using
command line asadmin interface.
|
RunnerAsadminChangeAdminPassword(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
command line asadmin interface.
|
RunnerHttp(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttp(GlassFishServer server,
Command command,
String query)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttp(GlassFishServer server,
Command command,
String path,
String query)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpAddResources(GlassFishServer server,
Command command,
IdeContext ide)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpCreateAdminObject(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpCreateConnector(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpCreateConnectorConnectionPool(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpCreateInstance(GlassFishServer server,
Command command,
IdeContext ide)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpCreateJDBCConnectionPool(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpCreateJDBCResource(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpDeleteInstance(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpDeleteResource(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpDeploy(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpEnableDisable(GlassFishServer server,
Command command)
Constructs an instance of admin command executor using HTTP interface.
|
RunnerHttpGetProperty(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpListComponents(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpListResources(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpListWebServices(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpLocation(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpRedeploy(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpRestartDAS(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpSetProperty(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpTarget(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpUndeploy(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerJava(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
command line asadmin interface.
|
RunnerJava(GlassFishServer server,
Command command,
String query)
Constructs an instance of administration command executor using
command line asadmin interface.
|
RunnerLocal(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using local
file access interface.
|
RunnerRest(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRest(GlassFishServer server,
Command command,
String query)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRest(GlassFishServer server,
Command command,
String path,
String query)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestAddResources(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestCreateCluster(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestCreateConnector(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestCreateConnectorPool(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestCreateInstance(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestCreateJDBCConnectionPool(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestCreateJDBCResource(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestDeleteCluster(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestDeleteInstance(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestDeleteResource(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestDeploy(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestEnableDisable(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestFetchLogData(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerRestGetProperty(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestList(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestListApplications(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestListResources(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestListWebServices(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestLocation(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerRestSetProperty(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestStartCluster(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestStartInstance(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestStopCluster(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestStopDAS(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestStopInstance(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestUndeploy(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandCloud
GlassFish cloud administration command entity.
|
class |
CommandCloudDeploy
GlassFish cloud deploy command entity.
|
Constructor and Description |
---|
RunnerHttpCloud(GlassFishServer server,
Command command,
String query)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerHttpCloud(GlassFishServer server,
Command command,
String path,
String query)
Constructs an instance of administration command executor using
HTTP interface.
|
RunnerRestCloud(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestCloud(GlassFishServer server,
Command command,
String query)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestCloud(GlassFishServer server,
Command command,
String path,
String query)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestCloudDeploy(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface for deploy command.
|
Modifier and Type | Field and Description |
---|---|
private Command |
RunnerTask.cmd
Server administration command to be executed.
|
private Command |
StatusJob.RunnerTask.command
Server administration command to be executed.
|
Modifier and Type | Method and Description |
---|---|
(package private) Command |
StatusJob.RunnerTask.getCommand()
Get server administration command to be executed.
|
Constructor and Description |
---|
StatusJob.RunnerTask(GlassFishStatusCheck type,
Command cmd,
StatusJob.Listener listener)
Constructs an instance of individual job runner task.
|
Copyright © 2013. All Rights Reserved.