timeout =_timeout; } private void writeObject( ObjectOutputStream out ) throws IOException { out.writeLong( id ); out.writeInt( type ); out.writeUTF( hostname ); out.writeInt( port ); out.writeBoolean( enabled ); out.writeBoolean( enabled_recognizer ); out.writeInt( timeout ); } private void readObject( ObjectInputStream in ) throws IOException, ClassNotFoundException { id =in.readLong( ); type =in.readInt( ); hostname=in.readUTF( ); port =in.readInt( );