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

R

receiveAppendedBytes(String, byte[], int, boolean) - Method in class org.eclipse.dstore.core.model.ByteStreamHandler
Append a bytes to a file at a specified location.
receiveAppendedBytes(String, byte[], int, boolean) - Method in interface org.eclipse.dstore.core.model.IByteStreamHandler
Append a bytes to a file at a specified location.
receiveBytes(String, byte[], int) - Method in class org.eclipse.dstore.core.java.ClassByteStreamHandler
Receive a class and load it.
receiveBytes(String, byte[], int) - Method in interface org.eclipse.dstore.core.java.IClassByteStreamHandler
Receive a class and load it.
receiveBytes(String, byte[], int, boolean) - Method in class org.eclipse.dstore.core.model.ByteStreamHandler
Save a file in the specified location.
receiveBytes(String, byte[], int, boolean) - Method in interface org.eclipse.dstore.core.model.IByteStreamHandler
Save a file in the specified location.
receiveClass(String, byte[], int) - Method in class org.eclipse.dstore.core.java.RemoteClassLoader
Receives a class sent by a remote agent and loads it.
receiveInstanceBytes(byte[], int) - Method in class org.eclipse.dstore.core.java.ClassByteStreamHandler
Receive a class instance and load it.
receiveInstanceBytes(byte[], int) - Method in interface org.eclipse.dstore.core.java.IClassByteStreamHandler
Save a class instance in the specified location.
Receiver - Class in org.eclipse.dstore.core.util
This class is used for receiving data from a socket in the DataStore communication layer.
Receiver(Socket, DataStore) - Constructor for class org.eclipse.dstore.core.util.Receiver
Constructor
receiveStartSpiritCommand() - Method in class org.eclipse.dstore.core.model.DataStore
 
REFERENCE - Static variable in class org.eclipse.dstore.core.model.DataStoreResources
 
refresh(ArrayList) - Method in class org.eclipse.dstore.core.model.DataStore
Refresh a set of DataElements
refresh(DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Refresh a DataElement
refresh(DataElement, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Refresh a DataElement - immediately if indicated
refresh(DataElement, int, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Refresh a DataElement and its children to a certain depth - immediately if indicated
registerByteStreamHandler(IByteStreamHandler) - Method in class org.eclipse.dstore.core.model.ByteStreamHandlerRegistry
Registers a byte stream handler.
registerByteStreamHandler(IByteStreamHandler) - Method in class org.eclipse.dstore.core.model.DataStore
Registers a byte stream handler.
registerClassByteStreamHandler(IClassByteStreamHandler) - Method in class org.eclipse.dstore.core.java.ClassByteStreamHandlerRegistry
Registers a class byte stream handler.
registerClassByteStreamHandler(IClassByteStreamHandler) - Method in class org.eclipse.dstore.core.model.DataStore
Registers a class byte stream handler.
registerLocalClassLoader(ClassLoader) - Method in class org.eclipse.dstore.core.model.DataStore
Registers a local class loader.
registerSchemaExtender(ISchemaExtender) - Method in interface org.eclipse.dstore.core.model.ISchemaRegistry
This method gets called when a new schema extender needs to be registered.
reInit(DataElement, DataElement, DataElement) - Method in class org.eclipse.dstore.core.model.DataElement
Initializes a DataElement to be reference to some other DataElement.
reInit(DataElement, DataElement, String) - Method in class org.eclipse.dstore.core.model.DataElement
Initializes a DataElement to be reference to some other DataElement This method should only be called from the DataStore.
reInit(DataElement, DataElement, String, String, String) - Method in class org.eclipse.dstore.core.model.DataElement
Initializes a DataElement This method should only be called from the DataStore.
reInit(DataElement, String, String, String, String) - Method in class org.eclipse.dstore.core.model.DataElement
Initializes a DataElement This method should only be called from the DataStore.
reInit(DataElement, DataElement, String, String, String, boolean) - Method in class org.eclipse.dstore.core.model.DataElement
Initializes a DataElement This method should only be called from the DataStore.
reInit(DataElement, String, String, String, String, boolean) - Method in class org.eclipse.dstore.core.model.DataElement
Initializes a DataElement This method should only be called from the DataStore.
reInit(DataElement, DataElement, String[]) - Method in class org.eclipse.dstore.core.model.DataElement
Initializes a DataElement This method should only be called from the DataStore.
reInit(DataElement, String[]) - Method in class org.eclipse.dstore.core.model.DataElement
Initializes a DataElement This method should only be called from the DataStore.
reInitAsTransient(String[]) - Method in class org.eclipse.dstore.core.model.DataElement
 
REMOTE_CLASS_CACHE_JARFILE_NAME - Static variable in class org.eclipse.dstore.core.model.DataStore
 
RemoteClassLoader - Class in org.eclipse.dstore.core.java
This class loads a class from a remote peer.
RemoteClassLoader(DataStore) - Constructor for class org.eclipse.dstore.core.java.RemoteClassLoader
Constructor
RemoteClassLoader.LoadClassThread - Class in org.eclipse.dstore.core.java
A new thread for loading classes in.
RemoteClassLoader.LoadClassThread(String) - Constructor for class org.eclipse.dstore.core.java.RemoteClassLoader.LoadClassThread
 
RemoteObjectInputStream - Class in org.eclipse.dstore.core.java
 
RemoteObjectInputStream(InputStream, RemoteClassLoader) - Constructor for class org.eclipse.dstore.core.java.RemoteObjectInputStream
 
REMOVE - Static variable in class org.eclipse.dstore.extra.DomainEvent
 
removeAllDataStorePreferenceListeners() - Method in class org.eclipse.dstore.core.model.DataStore
Removes all the preference change listeners
removeDataStorePreferenceListener(IDataStorePreferenceListener) - Method in class org.eclipse.dstore.core.model.DataStore
Removes a specific preference change listener from the Datastore
removeDomainListener(IDomainListener) - Method in interface org.eclipse.dstore.extra.IDomainNotifier
 
removeNestedData(DataElement) - Method in class org.eclipse.dstore.core.model.DataElement
Removes a specified child element from this element.
removeNestedData() - Method in class org.eclipse.dstore.core.model.DataElement
Removes all the children from this element.
replaceAppendFile(String, byte[], int, boolean, String) - Method in class org.eclipse.dstore.core.model.DataStore
Transfers a file from a client to a server.
replaceAppendFile(String, byte[], int, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Transfers a file from a client to a server.
replaceDeleted(DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Replaces a deleted object
replaceFile(String, byte[], int, boolean, String) - Method in class org.eclipse.dstore.core.model.DataStore
Transfers a file from a client to a server.
replaceFile(String, byte[], int, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Transfers a file from a client to a server.
REQUEST_CLASS_TYPE - Static variable in class org.eclipse.dstore.core.model.DataStoreResources
 
requestClass(String) - Method in class org.eclipse.dstore.core.java.RemoteClassLoader
Requests a class (synchronously) from the client
requestClass(String) - Method in class org.eclipse.dstore.core.model.CommandHandler
Implemented to provide the means by which classes are requested across the comm channel.
requestClass(String) - Method in class org.eclipse.dstore.core.model.DataStore
On the server, sends a class request through the ServerUpdateHandler to the client.
requestClass(String) - Method in class org.eclipse.dstore.core.model.UpdateHandler
Implemented to provide the means by which classes are requested across the comm channel.
requestClassInThread(String) - Method in class org.eclipse.dstore.core.java.RemoteClassLoader
Kicks off a separate thread in which to request the class, rather than doing it synchronously.
requestCommand(DataElement) - Method in class org.eclipse.dstore.core.miners.Miner
 
resetKeepAliveRequest(long) - Method in class org.eclipse.dstore.core.util.Receiver
Interrupt the current KeepAliveRequest thread and restart the KeepAliveRequest thread with the specified timeout
resolveClass(ObjectStreamClass) - Method in class org.eclipse.dstore.core.java.LocalObjectInputStream
 
resolveClass(ObjectStreamClass) - Method in class org.eclipse.dstore.core.java.RemoteObjectInputStream
 
REVEAL - Static variable in class org.eclipse.dstore.extra.DomainEvent
 
run() - Method in class org.eclipse.dstore.core.java.ClassByteStreamHandler.ReceiveClassInstanceThread
 
run() - Method in class org.eclipse.dstore.core.java.ClassByteStreamHandler.ReceiveClassThread
 
run() - Method in class org.eclipse.dstore.core.java.RemoteClassLoader.LoadClassThread
 
run() - Method in class org.eclipse.dstore.core.miners.MinerThread
runs the thread
run() - Method in class org.eclipse.dstore.core.model.Handler
Runs the handler loop in a thread.
run() - Method in class org.eclipse.dstore.core.server.SecuredThread
When run() is called, a check is made to see if there is an ISystemService.
run() - Method in class org.eclipse.dstore.core.server.Server
Runs the server by starting the ConnectionEstablisher
run() - Method in class org.eclipse.dstore.core.server.ServerLauncher.ConnectionListener
Listens to the connection and prints any output while the connection is active
run() - Method in class org.eclipse.dstore.core.server.ServerLauncher
Run the daemon
run() - Method in class org.eclipse.dstore.core.util.Receiver
Called when the receiver thread is running
runInstance(IRemoteClassInstance) - Method in class org.eclipse.dstore.core.java.ClassByteStreamHandler.ReceiveClassInstanceThread
 
runRemoteClassInstance(IRemoteClassInstance) - Method in class org.eclipse.dstore.core.model.DataStore
 

Remote System Explorer DataStore
Release 3.3
A B C D E F G H I J K L M N O P Q R S T U V W _
Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.