void callJTASwitch
(
in short MethodID,
in long rmid,
in Jaguar::xid x,
in long flags,
in string strArg,
out long retcode,
out Jaguar::xidseq xid_Seq
);
long getFreeMem
(
);
string getHostIP
(
in string host
);
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
(
);