/*
* Reading properties.
*/
groupStartTimeout = ((Long) AccessController
.doPrivileged(new GetLongPropAction(
RMIProperties.ACTIVATION_EXECTIMEOUT_PROP,
groupStartTimeout))).longValue();
snapshotInterval = ((Long) AccessController
.doPrivileged(new GetLongPropAction(
RMIProperties.ACTIVATION_SNAPSHOTINTERVAL_PROP,
snapshotInterval))).longValue();
loggingDebug = ((Boolean) AccessController
.doPrivileged(new GetBooleanPropAction(
RMIProperties.ACTIVATION_LOG_DEBUG_PROP,
loggingDebug))).booleanValue();
maxConcurrentStartingGroups = ((Long) AccessController
.doPrivileged(new GetLongPropAction(
RMIProperties.MAXSTARTGROUP_PROP,
maxConcurrentStartingGroups))).longValue();
activationDebug = ((Boolean) AccessController
.doPrivileged(new GetBooleanPropAction(
RMIProperties.ACTIVATION_DEBUGEXEC_PROP, false)))