|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICMSAdmin
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()
Deprecated. As of version 12.0. |
java.lang.String |
getCMSBuildDate()
Deprecated. As of version 12.0. |
java.lang.String |
getCMSDatabaseName()
Deprecated. As of version 12.0. |
java.lang.String |
getCMSDatabaseServerName()
Deprecated. As of version 12.0. |
java.lang.String |
getCMSDatabaseUserName()
Deprecated. As of version 12.0. |
java.lang.String |
getCMSDataSourceName()
Deprecated. As of version 12.0. |
java.lang.String |
getCMSPrivateBuildNumber()
Deprecated. As of version 12.0. |
java.lang.String |
getCMSProductVersion()
Deprecated. As of version 12.0. |
java.lang.String |
getCMSResourceVersion()
Deprecated. As of version 12.0. |
int |
getFailedJobs()
Deprecated. As of version 12.0. |
int |
getLicensesConcurrent()
Deprecated. As of version 12.0. |
int |
getLicensesNamedUsers()
Deprecated. As of version 12.0. |
int |
getLicensesProcessors()
Deprecated. As of version 12.0. |
int |
getPendingJobs()
Deprecated. As of version 12.0. |
int |
getRunningJobs()
Deprecated. As of version 12.0. |
int |
getSuccessJobs()
Deprecated. As of version 12.0. |
int |
getUserConnectedConcurrent()
Deprecated. As of version 12.0. |
int |
getUserConnectedNamedUsers()
Deprecated. As of version 12.0. |
int |
getUserExistingConcurrent()
Deprecated. As of version 12.0. |
int |
getUserExistingNamedUsers()
Deprecated. As of version 12.0. |
int |
getUserTokenConnections()
Deprecated. As of version 12.0. |
int |
getWaitingJobs()
Deprecated. As of version 12.0. |
| Method Detail |
|---|
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 | ||||||||