Remote System Explorer DataStore
Release 1.0
A B C D E F G H I J K L M N O P Q R S T U V W X _

S

SERIALIZED_TYPE - Static variable in class org.eclipse.dstore.core.model.DataStoreResources
 
SERVER_FAILURE - Static variable in interface org.eclipse.dstore.core.model.IDataStoreConstants
 
SERVER_OLDER - Static variable in class org.eclipse.dstore.core.client.ClientConnection
 
SPIRIT - Static variable in class org.eclipse.dstore.core.model.DataStoreResources
 
SPIRIT_ON_INITIAL_SIZE - Static variable in class org.eclipse.dstore.core.model.DataStore
 
STR_AMP - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_APOS - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_BUFFER - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_BUFFER_END - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_BUFFER_START - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_CLASS - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_DATAELEMENT - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_FILE - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_GT - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_LT - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_QUOTE - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_REQUEST_CLASS - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_SEMI - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_SERIALIZED - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_STATUS - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_STATUS_ALMOST_DONE - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
STR_STATUS_DONE - Static variable in class org.eclipse.dstore.core.util.XMLparser
 
SchemaRegistry - class org.eclipse.dstore.core.model.SchemaRegistry.
SchemaRegistry implements the interface for external tools to contribute their schemas to the DataStore.
SchemaRegistry() - Constructor for class org.eclipse.dstore.core.model.SchemaRegistry
 
Sender - class org.eclipse.dstore.core.util.Sender.
This class is used for sending data to a socket in the DataStore communication layer.
Sender(Socket, DataStore) - Constructor for class org.eclipse.dstore.core.util.Sender
Constructor
Server - class org.eclipse.dstore.core.server.Server.
Server is the standard way of instantiating and controlling a remote DataStore.
Server() - Constructor for class org.eclipse.dstore.core.server.Server
Creates a new Server with default DataStore and connection attributes.
Server(String) - Constructor for class org.eclipse.dstore.core.server.Server
Creates a new Server that waits on the specified socket port.
Server(String, String) - Constructor for class org.eclipse.dstore.core.server.Server
Creates a new Server that waits on the specified socket port for the specified time interval before shutting down.
Server(String, String, String) - Constructor for class org.eclipse.dstore.core.server.Server
Creates a new Server that waits on the specified socket port for the specified time interval before shutting down.
ServerAttributes - class org.eclipse.dstore.core.server.ServerAttributes.
This class is used to store attributes that are required for configurating a remote connection.
ServerAttributes() - Constructor for class org.eclipse.dstore.core.server.ServerAttributes
Constructor
ServerCommandHandler - class org.eclipse.dstore.core.server.ServerCommandHandler.
The ServerCommandHandler is reponsible for maintaining a queue of commands and periodically routing commands from the queue to the appropriate miners.
ServerCommandHandler(ArrayList) - Constructor for class org.eclipse.dstore.core.server.ServerCommandHandler
Constructor
ServerLauncher - class org.eclipse.dstore.core.server.ServerLauncher.
This class is the DataStore daemon.
ServerLauncher() - Constructor for class org.eclipse.dstore.core.server.ServerLauncher
Constructor
ServerLauncher(String) - Constructor for class org.eclipse.dstore.core.server.ServerLauncher
Constructor
ServerLauncher(String, String) - Constructor for class org.eclipse.dstore.core.server.ServerLauncher
Constructor
ServerLauncher.ConnectionListener - class org.eclipse.dstore.core.server.ServerLauncher.ConnectionListener.
An instances of this class get loaded whenever a client requests access to a DataStore server.
ServerLauncher.ConnectionListener(Socket) - Constructor for class org.eclipse.dstore.core.server.ServerLauncher.ConnectionListener
Constructor
ServerReceiver - class org.eclipse.dstore.core.server.ServerReceiver.
The ServerReciever is responsible for recieving data from the client side.
ServerReceiver(Socket, ConnectionEstablisher) - Constructor for class org.eclipse.dstore.core.server.ServerReceiver
Constructor
ServerReturnCodes - class org.eclipse.dstore.core.server.ServerReturnCodes.
This class contains a list of server return codes that are used to negociate server communication with a client
ServerReturnCodes() - Constructor for class org.eclipse.dstore.core.server.ServerReturnCodes
 
ServerSSLProperties - class org.eclipse.dstore.core.server.ServerSSLProperties.
 
ServerSSLProperties() - Constructor for class org.eclipse.dstore.core.server.ServerSSLProperties
 
ServerUpdateHandler - class org.eclipse.dstore.core.server.ServerUpdateHandler.
The ServerUpdateHandler is contains a queue of data update requests and periodically transmits it's queue to the client
ServerUpdateHandler() - Constructor for class org.eclipse.dstore.core.server.ServerUpdateHandler
Constructor
Sorter - class org.eclipse.dstore.core.util.Sorter.
Utility class used for sorting a list of DataElements based on their depth attributes.
Sorter() - Constructor for class org.eclipse.dstore.core.util.Sorter
 
StringCompare - class org.eclipse.dstore.core.util.StringCompare.
Utility class for comparing a wildcard string to another string
StringCompare() - Constructor for class org.eclipse.dstore.core.util.StringCompare
Constructor
saveClass(String, byte[], int) - Method in class org.eclipse.dstore.core.model.DataStore
Saves a class to memory (but not to disk) where it can then be loaded by the RemoteClassLoaders.
saveClass(String, byte[], int, String) - Method in class org.eclipse.dstore.core.model.DataStore
Saves a class to memory (but not to disk) where it can then be loaded by the RemoteClassLoaders.
saveClassInstance(byte[], int, String) - Method in class org.eclipse.dstore.core.model.DataStore
Saves a class instance
saveFile(DataElement, String, int) - Method in class org.eclipse.dstore.core.model.DataStore
Persist the DataStore tree from a given root
saveFile(String, byte[], int, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Save a file in the specified location
saveFile(String, byte[], int, boolean, String) - Method in class org.eclipse.dstore.core.model.DataStore
Save a file in the specified location
searchForPattern(DataElement, int, String, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Find all elements from a given element that match a certain attribute.
searchForPattern(DataElement, ArrayList, ArrayList, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Find all elements from a given element that match a certain set of attributes.
searchForPattern(DataElement, int[], String[], int, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Find all elements from a given element that match a certain set of attributes.
searchForPattern(DataElement, int[], String[], int, boolean, int) - Method in class org.eclipse.dstore.core.model.DataStore
Find all elements from a given element that match a certain set of attributes.
searchForPattern(DataElement, int[], String[], int, boolean, int, ArrayList) - Method in class org.eclipse.dstore.core.model.DataStore
Find all elements from a given element that match a certain set of attributes.
sendAppendFile(String, byte[], int, boolean, String) - Method in class org.eclipse.dstore.core.client.ClientCommandHandler
Appends bytes of a file from the client to the server
sendAppendFile(String, byte[], int, boolean) - Method in class org.eclipse.dstore.core.client.ClientCommandHandler
Appends bytes of a file from the client to the server
sendAppendFile(String, byte[], int, boolean) - Method in class org.eclipse.dstore.core.model.CommandHandler
Implemented to provide the means by which file bytes are sent and appended
sendAppendFile(String, byte[], int, boolean, String) - Method in class org.eclipse.dstore.core.model.CommandHandler
Implemented to provide the means by which file bytes are sent and appended
sendAppendFile(String, byte[], int, boolean) - Method in class org.eclipse.dstore.core.server.ServerCommandHandler
Appends bytes sent from the client to a file
sendAppendFile(String, byte[], int, boolean, String) - Method in class org.eclipse.dstore.core.server.ServerCommandHandler
Appends bytes sent from the client to a file
sendAppendFile(DataElement, byte[], int, boolean) - Method in class org.eclipse.dstore.core.util.Sender
Sends the bytes of a file through the socket to be appended to a file on the other end
sendClass(String, String) - Method in class org.eclipse.dstore.core.client.ClientCommandHandler
Implemented to provide the means by which classes are sent across the comm channel.
sendClass(String) - Method in class org.eclipse.dstore.core.client.ClientCommandHandler
Implemented to provide the means by which classes are requested and sent across the comm channel.
sendClass(String, String) - Method in class org.eclipse.dstore.core.client.ClientUpdateHandler
Does not apply in this case.
sendClass(String) - Method in class org.eclipse.dstore.core.client.ClientUpdateHandler
Does not apply in this case.
sendClass(String) - Method in class org.eclipse.dstore.core.model.CommandHandler
Implemented to provide the means by which classes are sent across the comm channel.
sendClass(String, String) - Method in class org.eclipse.dstore.core.model.CommandHandler
Implemented to provide the means by which classes are sent across the comm channel.
sendClass(String) - Method in class org.eclipse.dstore.core.model.DataStore
On the server, sends a class through the ServerCommandHandler to the client.
sendClass(String) - Method in class org.eclipse.dstore.core.model.UpdateHandler
Implemented to provide the means by which classes are sent across the comm channel.
sendClass(String, String) - Method in class org.eclipse.dstore.core.model.UpdateHandler
Implemented to provide the means by which classes are sent across the comm channel.
sendClass(String) - Method in class org.eclipse.dstore.core.server.ServerCommandHandler
Implemented to provide the means by which classes are requested and sent across the comm channel.
sendClass(String, String) - Method in class org.eclipse.dstore.core.server.ServerCommandHandler
Implemented to provide the means by which classes are requested and sent across the comm channel.
sendClass(String, String) - Method in class org.eclipse.dstore.core.server.ServerUpdateHandler
Implemented to provide the means by which classes are sent across the comm channel.
sendClass(String) - Method in class org.eclipse.dstore.core.server.ServerUpdateHandler
Implemented to provide the means by which classes are requested and sent across the comm channel.
sendClass(DataElement) - Method in class org.eclipse.dstore.core.util.Sender
Sends a class through the socket
sendClassInstance(IRemoteClassInstance, String) - Method in class org.eclipse.dstore.core.client.ClientCommandHandler
 
sendClassInstance(IRemoteClassInstance, String) - Method in class org.eclipse.dstore.core.model.CommandHandler
Runs the specified class on the remote system
sendClassInstance(IRemoteClassInstance, String) - Method in class org.eclipse.dstore.core.server.ServerCommandHandler
 
sendCommands() - Method in class org.eclipse.dstore.core.client.ClientCommandHandler
Called periodically to send the current queue of commands to the server
sendCommands() - Method in class org.eclipse.dstore.core.model.CommandHandler
Implemented to provide the means by which commands in the queue are sent
sendCommands() - Method in class org.eclipse.dstore.core.server.ServerCommandHandler
Called periodically to route the current queue of commands to the appropriate miners
sendDocument(String) - Method in interface org.eclipse.dstore.core.util.ISender
 
sendDocument(DataElement, int) - Method in interface org.eclipse.dstore.core.util.ISender
 
sendDocument(String) - Method in class org.eclipse.dstore.core.util.Sender
Sends a string through the socket
sendDocument(DataElement, int) - Method in class org.eclipse.dstore.core.util.Sender
Sends a DataStore tree of data through the socket
sendFile(String, byte[], int, boolean, String) - Method in class org.eclipse.dstore.core.client.ClientCommandHandler
Transmits the bytes of a file from the client to the server
sendFile(String, byte[], int, boolean) - Method in class org.eclipse.dstore.core.client.ClientCommandHandler
Transmits the bytes of a file from the client to the server
sendFile(String, byte[], int, boolean) - Method in class org.eclipse.dstore.core.model.CommandHandler
Implemented to provide the means by which file bytes are sent
sendFile(String, byte[], int, boolean, String) - Method in class org.eclipse.dstore.core.model.CommandHandler
Implemented to provide the means by which file bytes are sent
sendFile(String, File) - Method in class org.eclipse.dstore.core.server.ServerCommandHandler
Set the contents of a file with the specified file
sendFile(String, byte[], int, boolean) - Method in class org.eclipse.dstore.core.server.ServerCommandHandler
Sets the contents of a file with bytes sent from the client
sendFile(String, byte[], int, boolean, String) - Method in class org.eclipse.dstore.core.server.ServerCommandHandler
Sets the contents of a file with bytes sent from the client
sendFile(DataElement, byte[], int, boolean) - Method in class org.eclipse.dstore.core.util.Sender
Sends the bytes of a file through the socket
sendKeepAliveConfirmation() - Method in class org.eclipse.dstore.core.client.ClientCommandHandler
 
sendKeepAliveConfirmation() - Method in class org.eclipse.dstore.core.client.ClientUpdateHandler
Does not apply in this case.
sendKeepAliveConfirmation() - Method in class org.eclipse.dstore.core.model.CommandHandler
 
sendKeepAliveConfirmation() - Method in class org.eclipse.dstore.core.model.DataStore
 
sendKeepAliveConfirmation() - Method in class org.eclipse.dstore.core.model.UpdateHandler
Implemented to provide the means by which keepalive confirmations are sent across the comm channel.
sendKeepAliveConfirmation() - Method in class org.eclipse.dstore.core.server.ServerCommandHandler
Does not apply to server.
sendKeepAliveConfirmation() - Method in class org.eclipse.dstore.core.server.ServerUpdateHandler
 
sendKeepAliveConfirmation(DataElement) - Method in class org.eclipse.dstore.core.util.Sender
 
sendKeepAliveRequest() - Method in class org.eclipse.dstore.core.client.ClientCommandHandler
 
sendKeepAliveRequest() - Method in class org.eclipse.dstore.core.client.ClientUpdateHandler
Does not apply in this case.
sendKeepAliveRequest() - Method in class org.eclipse.dstore.core.model.CommandHandler
 
sendKeepAliveRequest() - Method in class org.eclipse.dstore.core.model.DataStore
On the server, sends a keepalive request through the ServerUpdateHandler to the client.
sendKeepAliveRequest() - Method in class org.eclipse.dstore.core.model.UpdateHandler
Implemented to provide the means by which keepalive requests are sent across the comm channel.
sendKeepAliveRequest() - Method in class org.eclipse.dstore.core.server.ServerCommandHandler
Does not apply to server.
sendKeepAliveRequest() - Method in class org.eclipse.dstore.core.server.ServerUpdateHandler
 
sendKeepAliveRequest(DataElement) - Method in class org.eclipse.dstore.core.util.Sender
 
sendRemoteClassRunnable(DataElement, IRemoteClassInstance) - Method in class org.eclipse.dstore.core.util.Sender
 
sendUpdates() - Method in class org.eclipse.dstore.core.client.ClientUpdateHandler
Periodically called to notify domain listeners of updated data from the server
sendUpdates() - Method in class org.eclipse.dstore.core.model.UpdateHandler
Implemented to provide the means by which updates on the queue are sent.
sendUpdates() - Method in class org.eclipse.dstore.core.server.ServerUpdateHandler
Periodically called to send data in the queue from the server to the client
setAttribute(int, String) - Method in class org.eclipse.dstore.core.model.DataElement
Sets an attribute of the element.
setAttribute(int, String) - Method in class org.eclipse.dstore.core.model.DataStore
Sets an attribute of the DataStore
setAttribute(int, String) - Method in class org.eclipse.dstore.core.model.DataStoreAttributes
Set an attribute at a specified index
setAttributes(String[]) - Method in class org.eclipse.dstore.core.model.DataElement
Sets all of the attributes of the element.
setBuffer(StringBuffer) - Method in class org.eclipse.dstore.core.model.DataElement
Sets the buffer for this element.
setBufferSize(int) - Method in class org.eclipse.dstore.core.util.XMLgenerator
Set the buffer size
setByteConverter(IByteConverter) - Method in class org.eclipse.dstore.core.model.DataStore
 
setClientEncoding(String) - Method in class org.eclipse.dstore.core.model.DefaultByteConverter
 
setCommandHandler(CommandHandler) - Method in class org.eclipse.dstore.core.model.DataStore
Sets the DataStore's handler for sending commands to miners
setCommandWaitTime(int) - Method in class org.eclipse.dstore.core.model.DataStore
Sets the time the command handler sleeps in between command requests
setConnected(boolean) - Method in class org.eclipse.dstore.core.client.ConnectionStatus
Sets whether the connection is successful or not
setConnected(boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Tells the DataStore that it is connected to it's tools
setContext(File) - Method in class org.eclipse.dstore.core.model.DefaultByteConverter
 
setContext(File) - Method in interface org.eclipse.dstore.core.model.IByteConverter
 
setDataStore(DataStore) - Method in class org.eclipse.dstore.core.client.ClientCommandHandler
 
setDataStore(DataStore) - Method in class org.eclipse.dstore.core.miners.miner.Miner
Sets the DataStore and performs some fundamental initialization for this miner.
setDataStore(DataStore) - Method in class org.eclipse.dstore.core.model.CommandHandler
Sets the associated DataStore
setDataStore(DataStore) - Method in class org.eclipse.dstore.core.model.DataElement
Sets the DataStore for this element.
setDataStore(DataStore) - Method in class org.eclipse.dstore.core.model.Handler
Sets the associated DataStore
setDataStore(DataStore) - Method in class org.eclipse.dstore.core.server.ServerCommandHandler
Sets the associated DataStore
setDataStore(DataStore) - Method in class org.eclipse.dstore.core.server.ServerUpdateHandler
Sets the associated DataStore
setDataStore(DataStore) - Method in class org.eclipse.dstore.core.util.CommandGenerator
Sets the associated DataStore
setDataWriter(BufferedWriter) - Method in class org.eclipse.dstore.core.util.XMLgenerator
Sets the data writer used for XML transfer
setDefaultByteStreamHandler(IByteStreamHandler) - Method in class org.eclipse.dstore.core.model.ByteStreamHandlerRegistry
Registers the default byte stream handler
setDefaultByteStreamHandler() - Method in class org.eclipse.dstore.core.model.DataStore
Sets the current ByteStreamHandler to be the default.
setDefaultByteStreamHandler(IByteStreamHandler) - Method in class org.eclipse.dstore.core.model.DataStore
Sets the current ByteStreamHandler to use for sending and receiving files.
setDefaultClassByteStreamHandler(IClassByteStreamHandler) - Method in class org.eclipse.dstore.core.java.ClassByteStreamHandlerRegistry
Registers the default class byte stream handler
setDefaultClassByteStreamHandler() - Method in class org.eclipse.dstore.core.model.DataStore
Sets the current ClassByteStreamHandler to be the default.
setDefaultClassByteStreamHandler(IClassByteStreamHandler) - Method in class org.eclipse.dstore.core.model.DataStore
Sets the current ClassByteStreamHandler to use for sending and receiving classes.
setDepth(int) - Method in class org.eclipse.dstore.core.model.DataElement
Sets the depth of visibility for this element.
setDescriptor(DataElement) - Method in class org.eclipse.dstore.core.model.DataElement
Explicitly sets the type descriptor for this element.
setDomainNotifier(DomainNotifier) - Method in class org.eclipse.dstore.core.model.DataStore
Sets the DataStore's DomainNotifier
setExpanded(boolean) - Method in class org.eclipse.dstore.core.model.DataElement
Sets the expanded indication for this element.
setExternalLoader(ExternalLoader) - Method in class org.eclipse.dstore.core.miners.miner.Miner
 
setFileWriter(PrintStream) - Method in class org.eclipse.dstore.core.util.XMLgenerator
Sets the file writer used for file transfer
setGenerateBuffer(boolean) - Method in class org.eclipse.dstore.core.util.XMLgenerator
Indicate whether the buffer attribute of each DataElement should be transferred
setHost(String) - Method in class org.eclipse.dstore.core.client.ClientConnection
Specifies the hostname or IP of the host to connect to
setHost(DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Used at DataStore initialization time to indicate where to point the host root
setHostDirectory(String) - Method in class org.eclipse.dstore.core.client.ClientConnection
Specifies the default working directory on the remote machine
setHostEncoding(String) - Method in class org.eclipse.dstore.core.model.DefaultByteConverter
 
setIgnoreDeleted(boolean) - Method in class org.eclipse.dstore.core.util.XMLgenerator
Indicate whether DataElements marked as deleted should be sent.
setKeystore(String, String) - Method in class org.eclipse.dstore.core.util.ssl.DataStoreTrustManager
 
setLoaded(boolean) - Method in class org.eclipse.dstore.core.java.ClassRequest
Call this method when the class has been received and loaded.
setLoadedClass(Class) - Method in class org.eclipse.dstore.core.java.ClassRequest
Sets the class represented by this object after it has been loaded.
setLoaders(ArrayList) - Method in class org.eclipse.dstore.core.client.ClientConnection
Specifies the loaders used to instantiate the miners
setLoaders(ArrayList) - Method in class org.eclipse.dstore.core.model.DataStore
Sets the loaders for this DataStore.
setLogTimes(boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Tells the DataStore to log durations of commands
setMessage(String) - Method in class org.eclipse.dstore.core.client.ConnectionStatus
Sets the connection error message
setObject(DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Makes a given client element available on the server
setObject(DataElement, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Makes a given client element available on the server
setParent(DataElement) - Method in class org.eclipse.dstore.core.model.DataElement
Sets the parent for this element.
setPendingTransfer(boolean) - Method in class org.eclipse.dstore.core.model.DataElement
Sets indication of whether this element is waiting to be transferred.
setPort(String) - Method in class org.eclipse.dstore.core.client.ClientConnection
Specifies the number of the socket port to connect to
setPreference(String, String) - Method in class org.eclipse.dstore.core.model.DataStore
 
setReferenceTag(String) - Method in class org.eclipse.dstore.core.model.DataStore
Sets what type of attribute tag is used on the peer DataStore to indicate whether dataelements are references, values, or spirit elements.
setRemoteIP(String) - Method in class org.eclipse.dstore.core.model.DataStore
 
setRequested(boolean) - Method in class org.eclipse.dstore.core.java.ClassRequest
Call this method when the request for the class has been sent.
setSSLProperties(ISSLProperties) - Method in class org.eclipse.dstore.core.client.ClientConnection
 
setSSLProperties(ISSLProperties) - Method in class org.eclipse.dstore.core.model.DataStore
Specifies the security properties of this DataStore.
setServerMinor(int) - Method in class org.eclipse.dstore.core.model.DataStore
 
setServerVersion(int) - Method in class org.eclipse.dstore.core.model.DataStore
 
setSpirit(boolean) - Method in class org.eclipse.dstore.core.model.DataElement
Sets indication of whether this element is a 'spirit' element.
setSpiritModeOnState() - Method in class org.eclipse.dstore.core.model.DataStore
 
setTicket(String) - Method in class org.eclipse.dstore.core.client.ConnectionStatus
Sets the ticket to use when connecting to a server.
setTicket(DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Sets the ticket for this DataStore.
setTimeoutValue(int) - Method in class org.eclipse.dstore.core.model.DataStore
Sets the maximum amount of time that the DataStore will wait to receive a response for a synchronous command
setUpdateHandler(UpdateHandler) - Method in class org.eclipse.dstore.core.model.DataStore
Sets the DataStore's handler for doing updates
setUpdateWaitTime(int) - Method in class org.eclipse.dstore.core.model.DataStore
Sets the time the update handler sleeps in between update requests
setUpdated(boolean) - Method in class org.eclipse.dstore.core.model.DataElement
Sets the updated indication for this element.
setWaitTime(int) - Method in class org.eclipse.dstore.core.model.Handler
Sets the time interval to wait between handling
showTicket(String) - Method in class org.eclipse.dstore.core.model.DataStore
Used at DataStore initialization validate access to the DataStore
socket() - Method in class org.eclipse.dstore.core.util.Receiver
Returns the associated socket
socket() - Method in class org.eclipse.dstore.core.util.Sender
Returns the associated socket
sort(ArrayList) - Static method in class org.eclipse.dstore.core.util.Sorter
Sort a list of DataElements based on their depth attributes
start(BundleContext) - Method in class org.eclipse.dstore.core.Activator
This method is called upon plug-in activation
start() - Method in class org.eclipse.dstore.core.server.ConnectionEstablisher
Starts the run loop for the ConnectionEstablisher.
start(BundleContext) - Method in class org.eclipse.dstore.extra.Activator
This method is called upon plug-in activation
startDataElementRemoverThread() - Method in class org.eclipse.dstore.core.model.DataStore
 
startMemLogging() - Method in class org.eclipse.dstore.core.model.DataStore
 
startTracing() - Method in class org.eclipse.dstore.core.model.DataStore
 
startWaiting(DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
 
stop(BundleContext) - Method in class org.eclipse.dstore.core.Activator
This method is called when the plug-in is stopped
stop(BundleContext) - Method in class org.eclipse.dstore.extra.Activator
This method is called when the plug-in is stopped
stopThread() - Method in class org.eclipse.dstore.core.miners.miner.MinerThread
stops the thread
stopWaiting(DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
 
synchronizedCommand(DataElement, DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Creates and issues a synchronized command.
synchronizedCommand(DataElement, DataElement, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Creates and issues a synchronized command.
synchronizedCommand(DataElement, ArrayList, DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Creates and issues a synchronized command.

Remote System Explorer DataStore
Release 1.0
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.