Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
Remote System Explorer DataStore
Release 1.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
H
Handler
- class org.eclipse.dstore.core.model.
Handler
.
The Handler class is the base class for the threaded mechanisms in the DataStore.
Handler()
- Constructor for class org.eclipse.dstore.core.model.
Handler
Constructor
handle()
- Method in class org.eclipse.dstore.core.client.
ClientCommandHandler
handle()
- Method in class org.eclipse.dstore.core.miners.miner.
Miner
handle()
- Method in class org.eclipse.dstore.core.model.
CommandHandler
Periodically called to send commands from the queue.
handle()
- Method in class org.eclipse.dstore.core.model.
Handler
Implemented to provide the periodic activity to be done in a handler.
handle()
- Method in class org.eclipse.dstore.core.model.
UpdateHandler
Periodically called on the handler thread to sends data updates.
handle()
- Method in class org.eclipse.dstore.core.server.
ServerUpdateHandler
Periodically called on the handler thread to sends data updates.
handle()
- Method in class org.eclipse.dstore.core.util.
DataElementRemover
handleCommand(DataElement)
- Method in class org.eclipse.dstore.core.miners.miner.
Miner
Handle commands that are routed to this miner.
handleDocument(DataElement)
- Method in class org.eclipse.dstore.core.client.
ClientReceiver
Called when new data is received from the server side.
handleDocument(DataElement)
- Method in class org.eclipse.dstore.core.server.
ServerReceiver
Implementation for handling the receiving on documents on the server side.
handleDocument(DataElement)
- Method in class org.eclipse.dstore.core.util.
Receiver
Implemented to provide a means of handling received input
handleError(Throwable)
- Method in class org.eclipse.dstore.core.client.
ClientReceiver
Called when an error occurs
handleError(Throwable)
- Method in class org.eclipse.dstore.core.server.
ServerReceiver
handleError(Throwable)
- Method in class org.eclipse.dstore.core.util.
Receiver
Implemented to provide a means of handling errors in the communication layer
handleInput()
- Method in class org.eclipse.dstore.core.util.
Receiver
Periodically called to receive data from the socket
handshakeCompleted(HandshakeCompletedEvent)
- Method in class org.eclipse.dstore.core.server.
ServerLauncher.ConnectionListener
Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
Remote System Explorer DataStore
Release 1.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
Guidelines for using DataStore APIs
.