|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface allows you to retrieve the metrics specific to a CMS cluster. This information is useful to monitor CMS clusters, and includes metrics on the CMS database, licenses, scheduled jobs, and user connections.
| Method Summary | |
java.lang.String[] |
getClusterMembers()
Returns a list of CMS machines in the cluster. |
java.lang.String |
getCMSBuildDate()
Returns the build date of the CMS database. |
java.lang.String |
getCMSDatabaseName()
Returns the name of the CMS database. |
java.lang.String |
getCMSDatabaseServerName()
Returns the description of the CMS database. |
java.lang.String |
getCMSDatabaseUserName()
Returns the user name of the CMS database. |
java.lang.String |
getCMSDataSourceName()
Returns the CMS data source name. |
java.lang.String |
getCMSPrivateBuildNumber()
Returns the private build number of the CMS. |
java.lang.String |
getCMSProductVersion()
Returns the product version of the CMS. |
java.lang.String |
getCMSResourceVersion()
Returns the version number of the CMS resource DLL. |
int |
getFailedJobs()
Returns the total number of failed jobs in the cluster. |
int |
getLicensesConcurrent()
Returns the total number of concurrent licenses for the cluster. |
int |
getLicensesNamedUsers()
Returns the total number of named user licenses for the cluster. |
int |
getLicensesProcessors()
Returns the total number of licensed processors for the cluster. |
int |
getPendingJobs()
Returns the number of pending jobs in the cluster. |
int |
getRunningJobs()
Returns the current number of running jobs in the cluster. |
int |
getSuccessJobs()
Returns the number of successful jobs in the cluster. |
int |
getUserConnectedConcurrent()
Returns the total number of connected users with concurrent licensing in the cluster. |
int |
getUserConnectedNamedUsers()
Returns the total number of connected users with named licensing in the cluster. |
int |
getUserExistingConcurrent()
Returns the total number of existing users with concurrent licensing in the cluster. |
int |
getUserExistingNamedUsers()
Returns the total number of existing users with named licensing in the cluster. |
int |
getUserTokenConnections()
Returns the total number of connections made to the cluster by servers using a server connection that does not use a license count. |
int |
getWaitingJobs()
Returns the total number of waiting jobs in the cluster. |
| Method Detail |
public java.lang.String[] getClusterMembers()
throws SDKException
Returns a list of CMS machines in the cluster.
String objects containing the names of the CMS
host machines.
SDKException - This is thrown if the process is unsuccessful.
public int getFailedJobs()
throws SDKException
Returns the total number of failed jobs in the cluster.
int specifying the total number of failed jobs in the cluster.
SDKException - This is thrown if the process is unsuccessful.
public int getPendingJobs()
throws SDKException
Returns the number of pending jobs in the cluster.
int specifying the total number of pending jobs in the cluster.
SDKException - This is thrown if the process is unsuccessful.
public int getRunningJobs()
throws SDKException
Returns the current number of running jobs in the cluster.
int specifying the current number of running jobs in the
cluster.
SDKException - This is thrown if the process is unsuccessful.
public int getSuccessJobs()
throws SDKException
Returns the number of successful jobs in the cluster.
int specifying the number of successful jobs in the cluster.
SDKException - This is thrown if the process is unsuccessful.
public int getWaitingJobs()
throws SDKException
Returns the total number of waiting jobs in the cluster.
int specifying the number of waiting jobs in the cluster.
SDKException - This is thrown if the process is unsuccessful.
public int getLicensesConcurrent()
throws SDKException
Returns the total number of concurrent licenses for the cluster.
int specifying the total number of concurrent licenses for
the cluster.
SDKException - This is thrown if the process is unsuccessful.
public int getLicensesNamedUsers()
throws SDKException
Returns the total number of named user licenses for the cluster.
int specifying the total number of named user licenses
for the cluster.
SDKException - This is thrown if the process is unsuccessful.
public int getLicensesProcessors()
throws SDKException
Returns the total number of licensed processors for the cluster.
int specifying the total number of licensed processors for
the cluster.
SDKException - This is thrown if the process is unsuccessful.
public java.lang.String getCMSBuildDate()
throws SDKException
Returns the build date of the CMS database.
String containing the build date of the CMS database.
SDKException - This is thrown if the process is unsuccessful.
public java.lang.String getCMSDatabaseName()
throws SDKException
Returns the name of the CMS database.
String containing the name of the CMS database.
SDKException - This is thrown if the process is unsuccessful.
public java.lang.String getCMSDatabaseServerName()
throws SDKException
Returns the description of the CMS database.
String containing the description of the CMS database.
SDKException - This is thrown if the process is unsuccessful.
public java.lang.String getCMSDatabaseUserName()
throws SDKException
Returns the user name of the CMS database.
String containing the user name of the CMS database.
SDKException - This is thrown if the process is unsuccessful.
public java.lang.String getCMSDataSourceName()
throws SDKException
Returns the CMS data source name.
String containing the CMS data source name.
SDKException - This is thrown if the process is unsuccessful.
public java.lang.String getCMSPrivateBuildNumber()
throws SDKException
Returns the private build number of the CMS.
String containing the private build number of the CMS.
SDKException - This is thrown if the process is unsuccessful.
public java.lang.String getCMSProductVersion()
throws SDKException
Returns the product version of the CMS.
String containing the product version of the CMS.
SDKException - This is thrown if the process is unsuccessful.
public java.lang.String getCMSResourceVersion()
throws SDKException
Returns the version number of the CMS resource DLL.
String containing the version number of the CMS resource
DLL.
SDKException - This is thrown if the process is unsuccessful.
public int getUserConnectedConcurrent()
throws SDKException
Returns the total number of connected users with concurrent licensing in the cluster.
int specifying the total number of connected users with
concurrent licensing in the cluster.
SDKException - This is thrown if the process is unsuccessful.
public int getUserConnectedNamedUsers()
throws SDKException
Returns the total number of connected users with named licensing in the cluster.
int specifying the total number of connected users with
named licensing in the cluster.
SDKException - This is thrown if the process is unsuccessful.
public int getUserExistingConcurrent()
throws SDKException
Returns the total number of existing users with concurrent licensing in the cluster.
int specifying the total number of existing users with
concurrent licensing in the cluster.
SDKException - This is thrown if the process is unsuccessful.
public int getUserExistingNamedUsers()
throws SDKException
Returns the total number of existing users with named licensing in the cluster.
int specifying the total number of existing users with
named licensing in the cluster.
SDKException - This is thrown if the process is unsuccessful.
public int getUserTokenConnections()
throws SDKException
Returns the total number of connections made to the cluster by servers using a server connection that does not use a license count.
int specifying the total number of token connections in the
cluster.
SDKException - This is thrown if the process is unsuccessful.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||