Public Member Functions

alma.acs.logging.engine.utils.IResourceChecker Interface Reference

Inheritance diagram for alma.acs.logging.engine.utils.IResourceChecker:
alma.acs.logging.engine.utils.ResourceChecker

List of all members.

Public Member Functions

long getTotalFreeMemory ()

Detailed Description

An interface for getting system resource.

Different implementations of this interface can be provided for testing puprposes.

Author:
acaproni

Member Function Documentation

long alma.acs.logging.engine.utils.IResourceChecker.getTotalFreeMemory (  ) 

The memory allocated that can be used by the application taking into account the memory not yet allocated by the JVM. Measured in bytes.

See also:
Runtime

Implemented in alma.acs.logging.engine.utils.ResourceChecker.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties