long getFreeMem
    (
    );
    string getHostIP
    (
        in string host
    );
    Jaguar::Properties getServerJavaVMSystemProperties
    (
    );
    long getTotalMem
    (
    );
    void JClassLoaderRefresh
    (
        in string entityType,
        in string entityName
    );
Leave these two functions for now. They are only used during a refresh and monitoring. There is no dire need to make these as fast as possible.
    long JCMgetCounter
    (
        in string cachename,
        in short flag
    );
    long JCMrefresh
    (
        in string entityType,
        in string entityName
    );
    void runGC
    (
    );
    void runSessionInvalidator
    (
    );