{
ServerConnection serverConnection = getConnectionManager().getConnection();
int protocolId = ClientServerProtocol.PROTOCOL_FILES;
int opcode = ClientServerProtocol.Files.OP_KEYWORDS;
serverConnection.send(protocolId, opcode, new ConnectionWriterInterface()
{
public void run(ObjectOutputStream os) throws IOException
{
os.writeInt(getId());
os.writeObject(keywords);