Method Summary |
|
public void | addDeployedObject(String objectName) Add an object name to the deployedObjects list. |
public void | addJavaVM(String objectName) Add an object name to the javaVMs list. |
public void | addNotificationListener(NotificationListener listner, NotificationFilter filter, java.lang.Object handback) Add a new listener. |
public void | addResource(String pObjectName) Add an object name to the resources list. |
public String | deployEar(String fileName) Deploy a J2EE application packaged in a EAR file
Parameters: fileName - the file name of the EAR to be be deployed. |
public String | deployJar(String fileName) Deploy a stand-alone J2EE module packaged in a JAR file
Parameters: fileName - the file name of the JAR to be be deployed. |
public String | deployRar(String fileName) Deploy a J2EE application packaged in a RAR file
Parameters: fileName - the file name of the RAR to be be deployed. |
public void | deployWar(String fileName) Deploy a stand-alone J2EE module packaged in a WAR file
Parameters: fileName - the file name of the WAR to be be deployed. |
public long | getCurrentTotalMemory() |
public long | getCurrentUsedMemory() |
public List | getDeployedObjects() |
public List | getJavaVMs() |
public String | getJonasBase() |
public String | getProtocols() |
public int | getRange() |
public List | getResources() |
public String | getServerName() |
public String | getServerVendor() |
public String | getServerVersion() |
public int | getSizeTableMeasures() |
public Long[] | getTableMeasures() |
public String | getVersions() |
public void | handleNotification(Notification notification, java.lang.Object handback) Treat the notifications emitted by the JMX server. |
public boolean | isActivated() |
public Boolean | isEarDeployed(String fileName) Test if the specified filename is already deployed or not. |
public Boolean | isJarDeployed(String fileName) Test if the specified filename is already deployed or not.
Parameters: fileName - the name of the jar file. |
public Boolean | isRarDeployed(String fileName) Test if the specified filename is already deployed or not.
Parameters: fileName - the name of the rar file. |
public Boolean | isWarDeployed(String fileName) Test if the specified filename is already deployed or not.
Parameters: fileName - the name of the war file. |
public void | removeDeployedObject(String objectName) Remove an object name to the deployedObjects list. |
public String | removeResource(String pObjectName) Remove an object name from the resources list. |
public void | runGC() |
public void | sendNotification(Notification notification) Send a notification to the listener. |
public void | setActivated(boolean pActivated) |
public void | setJonasBase(String jonasBase) |
public void | setRange(int range) |
public void | setSizeTableMeasures(int sizeMeasuresTable) |
public void | stop() |
public void | timeoutExpired(Object arg) |
public void | unDeployEar(String fileName) |
public void | unDeployJar(String fileName) |
public void | unDeployRar(String fileName) |
public void | unDeployWar(String fileName) |