this.oktemp = oktemp ; this.id = id ;
if (obj == null) return false ; if (!(obj instanceof ObjectKeyImpl)) return false ; ObjectKeyImpl other = (ObjectKeyImpl)obj ; return oktemp.equals( other.oktemp ) && id.equals( other.id ) ;
EncapsOutputStream os = new EncapsOutputStream( (ORB)orb ) ; write( os ) ; return os.toByteArray() ;
return id ;
return oktemp.getServerRequestDispatcher( orb, id ) ;
return oktemp ;
return oktemp.hashCode() ^ id.hashCode() ;
oktemp.write( id, os ) ;