|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidChannelException | |
---|---|
c408h008.server.service |
Uses of InvalidChannelException in c408h008.server.service |
---|
Methods in c408h008.server.service that throw InvalidChannelException | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |