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

I

IByteConverter - interface org.eclipse.dstore.core.model.IByteConverter.
Interface for converting between host bytes and client bytes
IByteStreamHandler - interface org.eclipse.dstore.core.model.IByteStreamHandler.
The ByteStreamHandler interface is used to abstract file read and write operations across the network.
IClassByteStreamHandler - interface org.eclipse.dstore.core.java.IClassByteStreamHandler.
The IClassByteStreamHandler interface is used to abstract file read and write operations across the network.
IDataElement - interface org.eclipse.dstore.extra.IDataElement.
 
IDataStoreCompatibilityHandler - interface org.eclipse.dstore.core.model.IDataStoreCompatibilityHandler.
 
IDataStoreConstants - interface org.eclipse.dstore.core.model.IDataStoreConstants.
 
IDataStorePreferenceListener - interface org.eclipse.dstore.core.model.IDataStorePreferenceListener.
Classes that implement this and add themselves to the DataStore preference listeners get called each time a preference is changed.
IDataStoreProvider - interface org.eclipse.dstore.core.model.IDataStoreProvider.
 
IDataStoreTrustManager - interface org.eclipse.dstore.core.util.ssl.IDataStoreTrustManager.
Extracted interface from DataStoreTrustManager.
IDomainListener - interface org.eclipse.dstore.extra.IDomainListener.
 
IDomainNotifier - interface org.eclipse.dstore.extra.IDomainNotifier.
For DataStore domain notification
IElement - interface org.eclipse.dstore.extra.IElement.
 
IExternalLoader - interface org.eclipse.dstore.core.model.IExternalLoader.
 
INCOMPATIBLE_CLIENT_UPDATE - Static variable in class org.eclipse.dstore.core.client.ClientConnection
 
INCOMPATIBLE_PROTOCOL - Static variable in class org.eclipse.dstore.core.client.ClientConnection
 
INCOMPATIBLE_SERVER_UPDATE - Static variable in class org.eclipse.dstore.core.client.ClientConnection
 
INSERT - Static variable in class org.eclipse.dstore.extra.DomainEvent
 
INSERT_REVEAL - Static variable in class org.eclipse.dstore.extra.DomainEvent
 
INSERT_REVEAL_SELECT - Static variable in class org.eclipse.dstore.extra.DomainEvent
 
IRemoteClassInstance - interface org.eclipse.dstore.core.java.IRemoteClassInstance.
 
ISSLProperties - interface org.eclipse.dstore.core.model.ISSLProperties.
 
ISchemaExtender - interface org.eclipse.dstore.core.model.ISchemaExtender.
ISchemaExtender describes the interfaces that tool extensions need to implement to add or extend other schemas in the DataStore.
ISchemaRegistry - interface org.eclipse.dstore.core.model.ISchemaRegistry.
ISchemaRegistry describes the interface that needs to be implemented for external tools to contribute their schemas to the DataStore.
IServerLogger - interface org.eclipse.dstore.core.server.IServerLogger.
 
ISystemService - interface org.eclipse.dstore.core.server.ISystemService.
 
init(String) - Method in class org.eclipse.dstore.core.server.ServerLauncher
initializes the DataStore daemon
initMiner(DataElement) - Method in class org.eclipse.dstore.core.miners.Miner
 
initMiners() - Method in class org.eclipse.dstore.core.model.DataStore
Used at DataStore initialization time to initialize the miners
initializeNestedData(int) - Method in class org.eclipse.dstore.core.model.DataElement
Initializes the children set of this element with a specified size.
initializeThread() - Method in class org.eclipse.dstore.core.miners.MinerThread
Implement this method to provide initialization of this thread.
internalSendAppendBytes(String, byte[], int, boolean) - Method in class org.eclipse.dstore.core.model.ByteStreamHandler
Called by sendBytes to either append the bytes to a local file or transmit them and append them to a remote file.
internalSendBytes(String, byte[], int, boolean) - Method in class org.eclipse.dstore.core.model.ByteStreamHandler
Called by sendBytes to either save the bytes to a local file or transmit them to a remote file.
isAutoRefreshOn() - Method in class org.eclipse.dstore.core.model.DataStore
 
isConnected() - Method in class org.eclipse.dstore.core.client.ClientConnection
Indicates whether the client is connected to the DataStore
isConnected() - Method in class org.eclipse.dstore.core.client.ConnectionStatus
Indicates whether the connection was successful or not
isConnected() - Method in class org.eclipse.dstore.core.miners.Miner
Indicates whether the miner has been connected to the DataStore yet.
isConnected() - Method in class org.eclipse.dstore.core.model.DataStore
Indicates whether this DataStore is connected to it's miners or another DataStore
isDeleted() - Method in class org.eclipse.dstore.core.model.DataElement
Indicates whether the DataElement is deleted or not.
isDescriptor() - Method in class org.eclipse.dstore.core.model.DataElement
 
isDoSpirit() - Method in class org.eclipse.dstore.core.model.DataStore
 
isDone() - Method in class org.eclipse.dstore.core.server.ServerLauncher.ConnectionListener
Indicates whether the connection has terminated or not
isEnabled() - Method in interface org.eclipse.dstore.extra.IDomainNotifier
 
isExpanded() - Method in class org.eclipse.dstore.core.model.DataElement
Indicates whether this element has been queried for it's children.
isFinished() - Method in class org.eclipse.dstore.core.model.Handler
Indicates whether the handler is finished or not
isInitialized() - Method in class org.eclipse.dstore.core.miners.Miner
Indicates whether the miner has been initialized yet
isKnownStatus(String) - Method in class org.eclipse.dstore.core.client.ClientConnection
 
isLoaded() - Method in class org.eclipse.dstore.core.java.ClassRequest
Returns whether or not the class has been loaded yet.
isOfType(String) - Method in class org.eclipse.dstore.core.model.DataElement
Tests if this element is of the specified type.
isOfType(String, boolean) - Method in class org.eclipse.dstore.core.model.DataElement
Tests if this element is of the specified type.
isOfType(DataElement) - Method in class org.eclipse.dstore.core.model.DataElement
Tests if this element is of the specified type.
isOfType(DataElement, boolean) - Method in class org.eclipse.dstore.core.model.DataElement
Tests if this element is of the specified type.
isOfType(String) - Method in interface org.eclipse.dstore.extra.IDataElement
 
isPendingTransfer() - Method in class org.eclipse.dstore.core.model.DataElement
Indicates whether this element is pending a transfer If the element is queued to be sent, the value will be true.
isReference() - Method in class org.eclipse.dstore.core.model.DataElement
Indicates whether this is a reference or not.
isRequested() - Method in class org.eclipse.dstore.core.java.ClassRequest
Returns whether or not the class has been requested yet.
isSLLProblem() - Method in class org.eclipse.dstore.core.client.ConnectionStatus
 
isSpirit() - Method in class org.eclipse.dstore.core.model.DataElement
Indicates whether this element is a 'spirit' element.
isSynchronous() - Method in class org.eclipse.dstore.core.java.ClassRequest
Returns whether or not the class request is synchronous.
isTransient(DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
Indicate whether an command is specified as transient
isUpdated() - Method in class org.eclipse.dstore.core.model.DataElement
Indicates whether this element has been updated yet.
isVirtual() - Method in class org.eclipse.dstore.core.model.DataStore
Indicates whether this DataStore is virtual or not.
isWaiting(DataElement) - Method in class org.eclipse.dstore.core.model.DataStore
 

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

Guidelines for using DataStore APIs.