|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.plugins.jbossas5.ApplicationServerOperationsDelegate
public class ApplicationServerOperationsDelegate
Handles performing operations (Start, Shut Down, and Restart) on a JBoss AS 5.x instance.
| Constructor Summary | |
|---|---|
ApplicationServerOperationsDelegate(ApplicationServerComponent serverComponent,
SystemInfo systemInfo)
|
|
| Method Summary | |
|---|---|
java.io.File |
getJavaHomePath()
Return the absolute path of this JBoss server's JAVA_HOME directory (e.g. |
java.io.File |
getShutdownScriptPath()
Return the absolute path of this JBoss server's shutdown script (e.g. |
java.io.File |
getStartScriptPath()
Return the absolute path of this JBoss server's start script (e.g. |
OperationResult |
invoke(ApplicationServerSupportedOperations operation,
Configuration parameters)
Performs the specified operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationServerOperationsDelegate(ApplicationServerComponent serverComponent,
SystemInfo systemInfo)
| Method Detail |
|---|
public OperationResult invoke(ApplicationServerSupportedOperations operation,
Configuration parameters)
throws java.lang.InterruptedException
RuntimeException will be thrown.
operation - the operation to performparameters - parameters to the operation call
java.lang.RuntimeException - if any errors occur while trying to perform the operation
java.lang.InterruptedException@NotNull public java.io.File getStartScriptPath()
@NotNull public java.io.File getShutdownScriptPath()
@Nullable public java.io.File getJavaHomePath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||