Method Summary |
|
public void | checkit(boolean readall) Check the MBean server connection and possibly change state in UNREACHABLE
or FAILED. |
public void | deployModule(String fileName) |
public int | getAllThreadsCount() |
public long | getBytesReceivedByConnectorTomcat() |
public long | getBytesSentByConnectorTomcat() |
public String | getClusterDaemonName() |
public int | getConnectionFailuresJCAConnection() |
public int | getConnectionFailuresJDBCResource() |
public int | getConnectionLeaksJCAConnection() |
public int | getConnectionLeaksJDBCResource() |
public int | getCurrentBusyJCAConnection() |
public int | getCurrentBusyJDBCResource() |
public int | getCurrentNumberOfEJB() |
public int | getCurrentNumberOfEntityBean() |
public int | getCurrentNumberOfMDB() |
public int | getCurrentNumberOfSBF() |
public int | getCurrentNumberOfSBL() |
public int | getCurrentOpenedJCAConnection() |
public int | getCurrentOpenedJDBCResource() |
public int | getCurrentThreadBusyByConnectorTomcat() |
public int | getCurrentThreadCountByConnectorTomcat() |
public Long | getCurrentTotalMemory() |
public Long | getCurrentUsedMemory() |
public int | getCurrentWorkerPoolSize() |
public int | getErrorCountByConnectorTomcat() |
public String | getHostName() |
public String | getJ2eeObjectName() |
public String | getJOnASVersion() |
public String | getJavaVendor() |
public String | getJavaVersion() |
public boolean | getJcaConnection() |
public boolean | getJdbcDatasource() |
public boolean | getJmsJoram() |
public int | getJmsQueuesNbMsgsDeliverSinceCreation() |
public int | getJmsQueuesNbMsgsReceiveSinceCreation() |
public int | getJmsQueuesNbMsgsSendToDMQSinceCreation() |
public int | getJmsTopicsNbMsgsDeliverSinceCreation() |
public int | getJmsTopicsNbMsgsReceiveSinceCreation() |
public int | getJmsTopicsNbMsgsSendToDMQSinceCreation() |
public String | getLoadCPU() |
public int | getMaxThreadsByConnectorTomcat() |
public int | getMaxWorkerPoolSize() |
public int | getMaxcheck() |
public MBeanServer | getMbeanServer() |
public int | getMinWorkerPoolSize() |
public void | getMonitoringInfo() Update non static information for this node. |
public long | getProcessingTimeByConnectorTomcat() |
public String | getProtocols() |
public int | getRejectedOpenJCAConnection() |
public int | getRejectedOpenJDBCResource() |
public int | getRequestCountByConnectorTomcat() |
public int | getServedOpenJCAConnection() |
public int | getServedOpenJDBCResource() |
public String | getServerName() |
public boolean | getTomcat() |
public int | getTotalBegunTransactions() |
public int | getTotalCommittedTransactions() |
public int | getTotalCurrentTransactions() |
public int | getTotalExpiredTransactions() |
public int | getTotalRolledbackTransactions() |
public boolean | getTransaction() |
public int | getWaiterCountJCAConnection() |
public int | getWaiterCountJDBCResource() |
public long | getWaitingTimeJCAConnection() |
public long | getWaitingTimeJDBCResource() |
public boolean | getWorkers() |
public boolean | isInfoSet() |
public void | notifyStarting(Collection urls) |
public void | notifyStopping() |
void | serverStarted() This method is called by checkit() when the represented server is not
in RUNNING state but its connection works. |
public void | setInfoSet(boolean infoSet) Set the indicator value to true after execting the getInfo() method,
and to false when detecting that server become unreacheable or stopping. |
public void | setMaxcheck(int maxcheck) |
public void | startit() |
public void | stopit() |
public void | undeployModule(String fileName) |
public void | uploadDeployModule(String fileName, boolean replaceExisting) Upload a file on remote server and deploy it.
Parameters: fileName - file to upload. |
public void | uploadFile(String fileName, boolean replaceExisting) Upload a file on remote server for deployment
Parameters: fileName - file to upload. |