Uses of Class
c408h008.common.message.OEMessage

Packages that use OEMessage
c408h008.common.exceptions   
c408h008.server.service   
 

Uses of OEMessage in c408h008.common.exceptions
 

Methods in c408h008.common.exceptions that return OEMessage
 OEMessage[] OEException.getMessages()
          Gets the commands being returned to the client.
 

Methods in c408h008.common.exceptions with parameters of type OEMessage
 void OEException.setMessages(OEMessage[] commands)
          Sets the commands being returned to the client.
 

Uses of OEMessage in c408h008.server.service
 

Methods in c408h008.server.service that return OEMessage
 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.
 

Methods in c408h008.server.service with parameters of type OEMessage
 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.