super(interceptors, methodHash, advisedMethod, unadvisedMethod, advisor); this.id = id;
throw new RuntimeException("NOT IMPLEMENTED");
return id;
super.readExternal(in); id = in.readObject();
StringBuffer sb = new StringBuffer(100); sb.append("["); sb.append("id=").append(id); sb.append(", MethodInvocation=").append(super.toString()); sb.append("]"); return sb.toString();
super.writeExternal(out); out.writeObject(id);