return (SecurityManager)_securityManagerPool.get(contextId);
Does the SM pool has this SM alreadyparamString the context Id of the SecurityManagerreturntrue, if SM present, false otherwise return _securityManagerPool.containsKey(contextId);
return _securityManagerPool.containsKey(contextId);
synchronized(_securityManagerPool){ _securityManagerPool.put(contextId, smf); }
synchronized (_securityManagerPool){ _securityManagerPool.remove(contextId); }