Modifier and Type | Field and Description |
---|---|
static String |
DD_CONTENT_KEY
The key to store the deployment descriptor content in the deployment
descriptor map.
|
static String |
DD_PATH_KEY
The key to store the deployment descriptor path in the deployment
descriptor map.
|
static String |
MODULE_NAME_KEY
The key to store the module name in the deployment descriptor map.
|
Modifier and Type | Method and Description |
---|---|
String |
executeREST(String command)
Execute a REST command.
|
String |
getContextRoot(String applicationName,
String moduleName)
Return the context root of a specified module.
|
List<Map<String,String>> |
getDeploymentConfigurations(String applicationName)
Return a list of deployment descriptor maps for the specified
application.
|
String[] |
getJMXServiceURLs() |
String |
getJVMReport(String which)
Which: all | summary | memory| class | thread log
|
String |
getRESTBaseURL()
Return the base URL for use with
executeREST(java.lang.String) . |
Map<String,ServerRuntime> |
getServerRuntime() |
Map<String,String> |
getSubComponentsOfModule(String applicationName,
String moduleName)
Return the subcomponents (ejb/web) of a specified module.
|
String[] |
getSupportedCipherSuites() |
boolean |
isStartedInDebugMode() |
void |
restartDomain() |
void |
stopDomain() |
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
getChildren, getName, getParent
static final String MODULE_NAME_KEY
getDeploymentConfigurations
,
Constant Field Valuesstatic final String DD_PATH_KEY
getDeploymentConfigurations
,
Constant Field Valuesstatic final String DD_CONTENT_KEY
getDeploymentConfigurations
,
Constant Field Values@ManagedOperation(impact=1) void stopDomain()
@ManagedOperation(impact=1) void restartDomain()
@ManagedOperation(impact=0) List<Map<String,String>> getDeploymentConfigurations(@Param(name="applicationName") String applicationName)
the
- application name@ManagedOperation(impact=0) Map<String,String> getSubComponentsOfModule(@Param(name="applicationName") String applicationName, @Param(name="moduleName") String moduleName)
applicationName
- the application namemoduleName
- the module name@ManagedOperation(impact=0) String getContextRoot(@Param(name="applicationName") String applicationName, @Param(name="moduleName") String moduleName)
applicationName
- the application namemoduleName
- the module name@ManagedOperation(impact=1) String executeREST(@Param(name="command") String command)
@ManagedAttribute String getRESTBaseURL()
executeREST(java.lang.String)
. Example:
http://localhost:4848/__asadmin/
Example only, the host and port are typically different. A trailing "/" is
included; simply append the command string and call executeREST(java.lang.String)
.@ManagedAttribute String[] getSupportedCipherSuites()
@ManagedAttribute @Description(value="Return the available JMXServiceURLs in no particular order") String[] getJMXServiceURLs()
@ManagedOperation(impact=0) @Description(value="Return a summary report of the specified type") String getJVMReport(@Param(name="which") String which)
@ManagedAttribute Map<String,ServerRuntime> getServerRuntime()
@ManagedAttribute @Description(value="Whether the server was started with --debug") boolean isStartedInDebugMode()
Copyright © 2018. All rights reserved.