Package com.hp.ucmdb.api.host
Interface ServerService
public interface ServerService
Created with IntelliJ IDEA.
User: spivako
Date: 8/28/12
Time: 12:34 PM
To change this template use File | Settings | File Templates.
-
Method Summary
Modifier and TypeMethodDescriptionint
getEnvironmentVariable
(String name) long
getSystemProperties
(String name) boolean
boolean
isITSMA()
retrieveCMDBCapacity
(int customerId) Deprecated.Please use this method from the ServerCapacity sibling interface
-
Method Details
-
getCurrentServerDescription
ServerDescriptor getCurrentServerDescription() -
getServerTime
long getServerTime() -
getActiveUISessionsCountOnAllClusterServers
int getActiveUISessionsCountOnAllClusterServers() -
isIdmEnabled
boolean isIdmEnabled() -
isITSMA
boolean isITSMA() -
getEnvironmentVariable
-
getSystemProperties
-
getWriterName
String getWriterName() -
retrieveCMDBCapacity
Deprecated.Please use this method from the ServerCapacity sibling interfaceRetrieve the CMDB capacity for the customer specified by its customerId
-