org.rhq.enterprise.server.system
Interface SystemInfoManagerLocal

All Known Implementing Classes:
SystemInfoManagerBean

public interface SystemInfoManagerLocal

Provide 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.
 

Method Detail

getSystemInformation

Map<String,String> getSystemInformation(org.rhq.core.domain.auth.Subject caller)
Return the system information to the caller. Returned content may vary depending on the caller and his rights to see various details

Parameters:
caller - User calling the method
Returns:
Map of system information.

dumpToLog

void dumpToLog(org.rhq.core.domain.auth.Subject caller)
Dump the system information to the server log file

Parameters:
caller -


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.