org.rhq.enterprise.server.system
Class SystemInfoManagerBean
java.lang.Object
org.rhq.enterprise.server.system.SystemInfoManagerBean
- All Implemented Interfaces:
- SystemInfoManagerLocal
public class SystemInfoManagerBean
- extends Object
- implements SystemInfoManagerLocal
Get system information
- Author:
- Heiko W. Rupp
|
Method Summary |
void |
dumpToLog(org.rhq.core.domain.auth.Subject caller)
Dump the system information to the server log file |
Map<String,String> |
getSystemInformation(org.rhq.core.domain.auth.Subject caller)
Return the system information to the caller. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemInfoManagerBean
public SystemInfoManagerBean()
getSystemInformation
public Map<String,String> getSystemInformation(org.rhq.core.domain.auth.Subject caller)
- Description copied from interface:
SystemInfoManagerLocal
- Return the system information to the caller.
Returned content may vary depending on the caller and his rights to
see various details
- Specified by:
getSystemInformation in interface SystemInfoManagerLocal
- Parameters:
caller - User calling the method
- Returns:
- Map of system information.
dumpToLog
public void dumpToLog(org.rhq.core.domain.auth.Subject caller)
- Description copied from interface:
SystemInfoManagerLocal
- Dump the system information to the server log file
- Specified by:
dumpToLog in interface SystemInfoManagerLocal
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.