Modifier and Type | Class and Description |
---|---|
class |
CommandException
GlassFish IDE SDK Exception related to server administration command package
problems.
|
Modifier and Type | Method and Description |
---|---|
static ResultString |
CommandAddResources.addResource(GlassFishServer server,
File xmlResourceFile,
String target)
Add resource to target server.
|
static ResultString |
CommandAddResources.addResource(GlassFishServer server,
File xmlResourceFile,
String target,
long timeout)
Add resource to target server.
|
static ResultString |
CommandCreateJDBCConnectionPool.createJDBCConnectionPool(GlassFishServer server,
String connectionPoolId,
String dataSourceClassName,
String resType,
Map<String,String> properties)
create JDBC connection pool.
|
static ResultString |
CommandCreateJDBCConnectionPool.createJDBCConnectionPool(GlassFishServer server,
String connectionPoolId,
String dataSourceClassName,
String resType,
Map<String,String> properties,
long timeout)
Create JDBC connection pool.
|
static ResultString |
CommandCreateJDBCResource.createJDBCResource(GlassFishServer server,
String connectionPoolId,
String jndiName,
String target,
Map<String,String> properties)
Create JDBC resource.
|
static ResultString |
CommandCreateJDBCResource.createJDBCResource(GlassFishServer server,
String connectionPoolId,
String jndiName,
String target,
Map<String,String> properties,
long timeout)
Create JDBC resource.
|
static ResultString |
CommandDeploy.deploy(GlassFishServer server,
File application,
TaskStateListener listener)
Deploy task that deploys application on server.
|
static ResultMap<String,String> |
CommandGetProperty.getProperties(GlassFishServer server,
String propertyPattern)
Retrieve properties from server.
|
static ResultMap<String,String> |
CommandGetProperty.getProperties(GlassFishServer server,
String propertyPattern,
long timeout)
Retrieve properties from server with timeout.
|
static ResultMap<String,List<String>> |
CommandListComponents.listComponents(GlassFishServer server,
String target)
List components.
|
static ResultString |
CommandRestartDAS.restartDAS(GlassFishServer server,
boolean debug)
Restarts running DAS server.
|
static ResultString |
CommandRestartDAS.restartDAS(GlassFishServer server,
boolean debug,
boolean force,
boolean kill)
Restarts running DAS server.
|
static ResultString |
CommandSetProperty.setProperty(GlassFishServer server,
CommandSetProperty command)
Put property to server.
|
static ResultString |
CommandSetProperty.setProperty(GlassFishServer server,
CommandSetProperty command,
long timeout)
Put property to server.
|
static ResultString |
CommandStartCluster.startCluster(GlassFishServer server,
String target)
Starts cluster.
|
static ResultString |
CommandStartInstance.startInstance(GlassFishServer server,
String target)
Starts server instance.
|
static ResultString |
CommandStopCluster.stopCluster(GlassFishServer server,
String target)
Stops cluster.
|
static ResultString |
CommandStopDAS.stopDAS(GlassFishServer server)
Stops running DAS server.
|
static ResultString |
CommandStopInstance.stopInstance(GlassFishServer server,
String target)
Stops server instance.
|
Modifier and Type | Class and Description |
---|---|
class |
DataException
GlassFish IDE SDK Exception related to server administration command package
problems.
|
Modifier and Type | Class and Description |
---|---|
class |
FetchLogException
GlassFish IDE SDK Exception related to reading logs from server.
|
Modifier and Type | Method and Description |
---|---|
static ResultProcess |
ServerTasks.startServer(GlassFishServer server,
StartupArgs args)
Convenient method to start glassfish in START mode.
|
static ResultProcess |
ServerTasks.startServer(GlassFishServer server,
StartupArgs args,
ServerTasks.StartMode mode)
Starts local GF server.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerConfigException
GlassFish IDE SDK Exception related to server configuration problems.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerStateException
GlassFish IDE SDK Exception related to server configuration problems.
|
Modifier and Type | Class and Description |
---|---|
class |
JarException
Utils JAR Exception related to JAR file handling problems.
|
Copyright © 2013. All Rights Reserved.