/* */ throws CAException
/* */ {
/* 138 */ Vector localVector = (Vector)clientTable.get(this);
/* 139 */ if (localVector != null) {
/* 140 */ while (!localVector.isEmpty()) {
/* 141 */ CAObject localCAObject = (CAObject)localVector.elementAt(0);
/* 142 */ localCAObject.dispose();
/* */ }
/* */ }
/* 145 */ clientTable.remove(this);
/* 146 */ super.dispose();
/* */ }