/* 84 */ if ((this.className == null) || (this.className.length() == 0))
/* 85 */ throw new IllegalArgumentException("Null className");
/* 86 */ if (this.manager == null) {
/* 87 */ throw new IllegalArgumentException("Null manager");
/* */ }
/* 89 */ DynamicCFlowDefinition dynamic = new DynamicCFlowDefinition(null, this.className, this.name);
/* 90 */ this.manager.addDynamicCFlow(this.name, dynamic);
/* */ }