Uses of Class
c408h008.common.exceptions.ClientNameInUseException

Packages that use ClientNameInUseException
c408h008.server.service   
 

Uses of ClientNameInUseException in c408h008.server.service
 

Methods in c408h008.server.service that throw ClientNameInUseException
 OEMessage[] OmniEditorService.upload(OEMessage[] in0)
          Merges all the commands encapsulated by an array of OEMessage objects into the server buffer.
 OEMessage[] OmniEditorService.download(OEMessage in0)
          Sends the current state of the buffer to the requesting client.
 OEMessage[] OmniEditorService.move(OEMessage in0)
          Moves the client cursor to the specified position.
 OEMessage[] OmniEditorService.mark(OEMessage in0)
          Creates a mark at the current cursor position.
 OEMessage[] OmniEditorService.removeMark(OEMessage in0)
          Removes a client's mark.
 OEMessage[] OmniEditorService.select(OEMessage in0)
          Selects a block of text from the closest mark to the current cursor position.
 OEMessage[] OmniEditorService.insert(OEMessage in0)
          Inserts a block of text at the current cursor position.
 OEMessage[] OmniEditorService.delete(OEMessage in0)
          Delete the given block of text at the current cursor position.
 OEMessage[] OmniEditorService.guard(OEMessage in0)
          Guard a block of text to prevent others from editting or modifying it.
 OEMessage[] OmniEditorService.removeGuard(OEMessage in0)
          Removes the guard currently placed on the channel.