public void perform( Transaction ta ) throws Exception {
// env.logWriter.newEntry (this, "DbCreateObj.perform()...", LogWriter.DEBUG);
ObjectContainer container = ta.createObjectAndPin( className, access, objName, sig, args, null );
try {
OzoneProxy resultingProxy = container.ozoneProxy();
getProxyObjectGate().addObjectReferencedByClient(resultingProxy);
if (Env.selfCheck) {
if (resultingProxy==null) { // The Proxy should never be null.