//instanciate the new ConcurrencyManager
cm = (Component)getADLFactory().newComponent(tempName, null);
//Add the new concurrency manager into the composite
tpmCC.addFcSubComponent(cm);
//bind the server interface of the new concurrency manager
cmBC = Fractal.getBindingController(cm);
if (dbLocking) {
cmBC.bindFc(PConcurrencyManager.STATE_MANAGER_BINDING,
tpmCC.getFcInternalInterface("state-manager"));