| | |
| | | localString += serverId + " " + serverURL + " " + getServiceId() |
| | | + " " + this.getOperationId(); |
| | | else |
| | | localString += this.getName(); |
| | | localString += this.getClass().getCanonicalName()+ " " + operationId; |
| | | return localString; |
| | | } |
| | | /** |
| | |
| | | { |
| | | |
| | | this.operationId = startECLSessionMsg.getOperationId(); |
| | | this.setName(this.getClass().getCanonicalName()+ " " + operationId); |
| | | |
| | | isPersistent = startECLSessionMsg.isPersistent(); |
| | | lastDraftCN = startECLSessionMsg.getLastDraftChangeNumber(); |
| | |
| | | |
| | | if (debugEnabled()) |
| | | TRACER.debugInfo( |
| | | this.getName() + " initialized: " + |
| | | this.getClass().getCanonicalName()+ " " + operationId + |
| | | " initialized: " + |
| | | " " + dumpState() + " " + |
| | | " " + clDomCtxtsToString("")); |
| | | |