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 _

C

C_ACTIVATE_MINER - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_ADD_MINERS - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_CANCEL - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_CLOSE - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_EXIT - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_INIT_MINERS - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_MODIFY - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_NOTIFICATION - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_OPEN - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_QUERY - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_QUERY_CLIENT_IP - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_QUERY_INSTALL - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_QUERY_JVM - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_REFRESH - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_SCHEMA - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_SEND_INPUT - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_SET - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_SET_HOST - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_SET_PREFERENCE - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
C_START_SPIRIT - Static variable in interface org.eclipse.dstore.core.model.IDataStoreConstants
 
C_VALIDATE_TICKET - Static variable in class org.eclipse.dstore.core.model.DataStoreSchema
 
cacheClass(String, byte[], int) - Method in class org.eclipse.dstore.core.model.DataStore
Saves a class to disk (caches it) so that it can be loaded by the classloader without needing to download it again
CACHING_PREFERENCE - Static variable in class org.eclipse.dstore.core.java.RemoteClassLoader
 
cancelAllCommands() - Method in class org.eclipse.dstore.core.model.CommandHandler
Removes and affectively cancels all commands from the current queue of commands
cancelAllCommands() - Method in class org.eclipse.dstore.core.model.DataStore
Tells the command handler to cancel all pending commands.
canExit() - Method in class org.eclipse.dstore.core.util.Receiver
Indicates that the receiver can stop receiving data from the socket.
canLoad(String) - Method in interface org.eclipse.dstore.core.model.IExternalLoader
Indicates whether this external loader can load a particular class
CANNOT_CONNECT - Static variable in class org.eclipse.dstore.core.client.ClientConnection
 
checkCompatibility(String) - Method in class org.eclipse.dstore.core.model.DefaultDataStoreCompatibilityHandler
 
checkCompatibility(String) - Method in interface org.eclipse.dstore.core.model.IDataStoreCompatibilityHandler
Checks whether a server is compatible with the current client
CLASS_TYPE - Static variable in class org.eclipse.dstore.core.model.DataStoreResources
 
ClassByteStreamHandler - Class in org.eclipse.dstore.core.java
The ClassByteStreamHandler class is used to abstract classfile read and write operations across the network.
ClassByteStreamHandler(DataStore, DataElement) - Constructor for class org.eclipse.dstore.core.java.ClassByteStreamHandler
Contructor
ClassByteStreamHandler.ReceiveClassInstanceThread - Class in org.eclipse.dstore.core.java
A new thread that can be spawned to receive the class
ClassByteStreamHandler.ReceiveClassInstanceThread(byte[], int) - Constructor for class org.eclipse.dstore.core.java.ClassByteStreamHandler.ReceiveClassInstanceThread
 
ClassByteStreamHandler.ReceiveClassThread - Class in org.eclipse.dstore.core.java
A new thread that can be spawned to receive the class
ClassByteStreamHandler.ReceiveClassThread(String, byte[], int) - Constructor for class org.eclipse.dstore.core.java.ClassByteStreamHandler.ReceiveClassThread
 
ClassByteStreamHandlerRegistry - Class in org.eclipse.dstore.core.java
 
ClassByteStreamHandlerRegistry() - Constructor for class org.eclipse.dstore.core.java.ClassByteStreamHandlerRegistry
 
ClassInstanceOutputStream - Class in org.eclipse.dstore.core.java
 
ClassInstanceOutputStream() - Constructor for class org.eclipse.dstore.core.java.ClassInstanceOutputStream
 
ClassRequest - Class in org.eclipse.dstore.core.java
Represents a remote class request in the RemoteClassLoader.
ClassRequest(String, boolean) - Constructor for class org.eclipse.dstore.core.java.ClassRequest
Constructs a new ClassRequest
clean(DataElement) - Method in class org.eclipse.dstore.core.model.UpdateHandler
 
clean(DataElement, int) - Method in class org.eclipse.dstore.core.model.UpdateHandler
 
cleanBadReferences(DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
 
cleanChildren(DataElement) - Method in class org.eclipse.dstore.core.model.UpdateHandler
Recursively clean children for deletion
cleanupThread() - Method in class org.eclipse.dstore.core.miners.MinerThread
Implement this method to provide any cleanup that is required after all the work is done.
clear() - Method in class org.eclipse.dstore.core.model.DataElement
Removes all the attributes of a DataElement.
Client - Class in org.eclipse.dstore.core.model
A DStore Client representing a user's connection in the multi-process dstore server.
Client() - Constructor for class org.eclipse.dstore.core.model.Client
 
CLIENT_OLDER - Static variable in class org.eclipse.dstore.core.client.ClientConnection
 
ClientConnection - Class in org.eclipse.dstore.core.client
ClientConnection provides the standard means of creating a new connection to a DataStore.
ClientConnection(String) - Constructor for class org.eclipse.dstore.core.client.ClientConnection
Creates a new ClientConnection instance
ClientConnection(String, int) - Constructor for class org.eclipse.dstore.core.client.ClientConnection
Creates a new ClientConnection instance
ClientConnection(String, IDomainNotifier) - Constructor for class org.eclipse.dstore.core.client.ClientConnection
Creates a new ClientConnection instance
ClientConnection(String, IDomainNotifier, int) - Constructor for class org.eclipse.dstore.core.client.ClientConnection
Creates a new ClientConnection instance
closeLogFileStream() - Method in interface org.eclipse.dstore.core.server.IServerLogger
closeLogFileStream
closeLogFileStream() - Method in class org.eclipse.dstore.core.server.ServerLogger
closeLogFileStream
command(DataElement) - Method in class org.eclipse.dstore.core.miners.Miner
Issues a specified command on this miner from the DataStore framework.
command(DataElement, ArrayList, DataElement, boolean, boolean) - Method in class org.eclipse.dstore.core.model.CommandHandler
Create and add a new command object to the command queue.
command(DataElement, DataElement, DataElement, boolean, boolean) - Method in class org.eclipse.dstore.core.model.CommandHandler
Create and add a new command object to the command queue.
command(DataElement, DataElement, boolean) - Method in class org.eclipse.dstore.core.model.CommandHandler
Create and add a new command object to the command queue.
command(DataElement) - Method in class org.eclipse.dstore.core.model.CommandHandler
Add a command object to the command queue
command(DataElement, boolean) - Method in class org.eclipse.dstore.core.model.CommandHandler
Add a command object to the command queue
command(DataElement, ArrayList, DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Creates and issues a command.
command(DataElement, ArrayList, DataElement, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Creates and issues a command.
command(DataElement, DataElement, DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Creates and issues a command.
command(DataElement, DataElement, DataElement, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Creates and issues a command.
command(DataElement, DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Creates and issues a command.
command(DataElement, DataElement, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Creates and issues a command.
command(DataElement, DataElement, boolean, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Creates and issues a command.
command(DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Issues a command.
CommandGenerator - Class in org.eclipse.dstore.core.util
This class is used to generate command object instances from command descriptors and arguments to commands.
CommandGenerator() - Constructor for class org.eclipse.dstore.core.util.CommandGenerator
Constructor
CommandHandler - Class in org.eclipse.dstore.core.model
Abstract class for handling commands.
CommandHandler() - Constructor for class org.eclipse.dstore.core.model.CommandHandler
Constructor
compare(String, String, boolean) - Static method in class org.eclipse.dstore.core.util.StringCompare
Compare two strings
connect(boolean, String, String) - Method in class org.eclipse.dstore.core.client.ClientConnection
Connects to a remote DataStore by first communicating with a remote daemon and then connecting to the DataStore.
connect(String) - Method in class org.eclipse.dstore.core.client.ClientConnection
Connects to a remote DataStore.
connect(String, int) - Method in class org.eclipse.dstore.core.client.ClientConnection
 
connectDaemon(int, int) - Method in class org.eclipse.dstore.core.client.ClientConnection
Connect to a remote daemon
CONNECTED - Static variable in interface org.eclipse.dstore.core.model.IDataStoreConstants
 
ConnectionEstablisher - Class in org.eclipse.dstore.core.server
ConnectionEstablisher is responsible for managing the server DataStore and facilitating the communication between client and server DataStores.
ConnectionEstablisher() - Constructor for class org.eclipse.dstore.core.server.ConnectionEstablisher
Creates the default ConnectionEstablisher.
ConnectionEstablisher(String) - Constructor for class org.eclipse.dstore.core.server.ConnectionEstablisher
Creates a ConnectionEstablisher.
ConnectionEstablisher(String, String) - Constructor for class org.eclipse.dstore.core.server.ConnectionEstablisher
Creates a ConnectionEstablisher.
ConnectionEstablisher(String, String, String) - Constructor for class org.eclipse.dstore.core.server.ConnectionEstablisher
Creates a ConnectionEstablisher.
ConnectionEstablisher(String, int, InetAddress, String, String) - Constructor for class org.eclipse.dstore.core.server.ConnectionEstablisher
Creates a ConnectionEstablisher.
ConnectionStatus - Class in org.eclipse.dstore.core.client
ConnectionStatus represents the state of a connection.
ConnectionStatus(boolean) - Constructor for class org.eclipse.dstore.core.client.ConnectionStatus
Constructor
ConnectionStatus(boolean, Throwable) - Constructor for class org.eclipse.dstore.core.client.ConnectionStatus
Constructor
ConnectionStatus(boolean, String) - Constructor for class org.eclipse.dstore.core.client.ConnectionStatus
Constructor
ConnectionStatus(boolean, Throwable, boolean, List) - Constructor for class org.eclipse.dstore.core.client.ConnectionStatus
 
contains(DataElement, DataElement) - Method in class org.eclipse.dstore.core.model.DataElement
Tests if this element contains a specified element in a particular relationship.
contains(DataElement, DataElement, int) - Method in class org.eclipse.dstore.core.model.DataElement
Tests if this element contains a specified element in a particular relationship.
contains(DataElement) - Method in class org.eclipse.dstore.core.model.DataElement
Tests if this element contains a specified element in the default contents relationship.
contains(DataElement, int) - Method in class org.eclipse.dstore.core.model.DataElement
Tests if this element contains a specified element in the default contents relationship.
contains(String) - Method in class org.eclipse.dstore.core.model.DataStore
Checks if a DataElement with a given ID exists in the DataStore
convertClientBytesToHostBytes(byte[], int, int) - Method in interface org.eclipse.dstore.core.model.IByteConverter
 
convertHostBytesToClientBytes(byte[], int, int) - Method in interface org.eclipse.dstore.core.model.IByteConverter
 
createAbstractCommandDescriptor(DataElement, String, String) - Method in class org.eclipse.dstore.core.miners.Miner
Creates an abstract command descriptor.
createAbstractCommandDescriptor(DataElement, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new abstract command descriptor DataElement
createAbstractCommandDescriptor(DataElement, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new abstract command descriptor DataElement
createAbstractCommandDescriptor(DataElement, String, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new abstract command descriptor DataElement
createAbstractObjectDescriptor(DataElement, String) - Method in class org.eclipse.dstore.core.miners.Miner
Creates an abstract object descriptor.
createAbstractObjectDescriptor(DataElement, String, String) - Method in class org.eclipse.dstore.core.miners.Miner
Creates an abstract object descriptor.
createAbstractObjectDescriptor(DataElement, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new abstract object descriptor DataElement
createAbstractObjectDescriptor(DataElement, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new abstract object descriptor DataElement
createAbstractRelationDescriptor(DataElement, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new abstract relation descriptor DataElement
createAbstractRelationDescriptor(DataElement, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new abstract relation descriptor DataElement
createAbstractRelationship(DataElement, DataElement) - Method in class org.eclipse.dstore.core.miners.Miner
Creates an abstract relationship between two descriptors.
createCommand(DataElement) - Method in class org.eclipse.dstore.core.util.CommandGenerator
Creates a new command instance object from a command descriptor
createCommandDescriptor(DataElement, String, String) - Method in class org.eclipse.dstore.core.miners.Miner
Creates a command descriptor.
createCommandDescriptor(DataElement, String, String, boolean) - Method in class org.eclipse.dstore.core.miners.Miner
Creates a command descriptor.
createCommandDescriptor(DataElement, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new command descriptor DataElement
createCommandDescriptor(DataElement, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new command descriptor DataElement
createCommandDescriptor(DataElement, String, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new command descriptor DataElement
createCommandDescriptor(DataElement, String, String, String, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new command descriptor DataElement
createNewCacheJar(File) - Method in class org.eclipse.dstore.core.model.DataStore
 
createObject(DataElement, DataElement, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new DataElement
createObject(DataElement, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new DataElement
createObject(DataElement, DataElement, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new DataElement
createObject(DataElement, String, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new DataElement
createObject(DataElement, DataElement, String, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new DataElement
createObject(DataElement, String, String, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new DataElement
createObject(DataElement, DataElement, String, String, String, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new DataElement
createObject(DataElement, String, String, String, String, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new DataElement
createObject(DataElement, String[]) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new DataElement.
createObjectDescriptor(DataElement, String) - Method in class org.eclipse.dstore.core.miners.Miner
Creates a object descriptor.
createObjectDescriptor(DataElement, String, String) - Method in class org.eclipse.dstore.core.miners.Miner
Creates a object descriptor.
createObjectDescriptor(DataElement, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new object descriptor DataElement
createObjectDescriptor(DataElement, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new object descriptor DataElement
createReference(DataElement, DataElement) - Method in class org.eclipse.dstore.core.miners.Miner
Creates a contents relationship between any two elements.
createReference(DataElement, DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a contents relationship between two DataElements
createReference(DataElement, DataElement, DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a relationship between two DataElements given a type of relationship
createReference(DataElement, DataElement, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a relationship between two DataElements given a type of relationship
createReference(DataElement, DataElement, String, boolean) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a relationship between two DataElements given a type of relationship
createReference(DataElement, DataElement, DataElement, DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a two-way relationship between two elements
createReference(DataElement, DataElement, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a two-way relationship between two elements
createReferences(DataElement, ArrayList, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a set of relationships between one DataElement and a set of DataElements given a type of relationship
createReferences(DataElement, ArrayList, DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a set of relationships between one DataElement and a set of DataElements given a type of relationship
createReferences(DataElement, ArrayList, DataElement, DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a set of two-way relationship between a DataElement and a list of elements
createReferences(DataElement, ArrayList, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a set of two-way relationship between a DataElement and a list of elements
createRelationDescriptor(DataElement, String) - Method in class org.eclipse.dstore.core.miners.Miner
Creates a new type of relationship descriptor.
createRelationDescriptor(DataElement, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new relation descriptor DataElement
createRelationDescriptor(DataElement, String, String) - Method in class org.eclipse.dstore.core.model.DataStore
Creates a new relation descriptor DataElement
createRoot() - Method in class org.eclipse.dstore.core.model.DataStore
Initializes the DataStore by creating the root elements
createTicket(String) - Method in class org.eclipse.dstore.core.model.DataStore
 
createTransientObject(String[]) - 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.