|
Remote System Explorer DataStore Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.dstore.core.model.DefaultDataStoreCompatibilityHandler
public class DefaultDataStoreCompatibilityHandler
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.dstore.core.model.IDataStoreCompatibilityHandler |
|---|
HANDSHAKE_CORRECT, HANDSHAKE_INCORRECT, HANDSHAKE_SERVER_NEWER, HANDSHAKE_SERVER_OLDER, HANDSHAKE_SERVER_RECENT_NEWER, HANDSHAKE_SERVER_RECENT_OLDER, HANDSHAKE_TIMEOUT, HANDSHAKE_UNEXPECTED, VERSION_INDEX_MINOR, VERSION_INDEX_PROTOCOL, VERSION_INDEX_VERSION |
| Constructor Summary | |
|---|---|
DefaultDataStoreCompatibilityHandler(DataStore dataStore)
|
|
| Method Summary | |
|---|---|
int |
checkCompatibility(java.lang.String handshake)
Checks whether a server is compatible with the current client |
void |
handleMissingCommand(DataElement descriptor,
java.lang.String keyName)
This method is called to notify the compatibility handler that a call to localDescriptorQuery() failed to return a result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDataStoreCompatibilityHandler(DataStore dataStore)
| Method Detail |
|---|
public int checkCompatibility(java.lang.String handshake)
IDataStoreCompatibilityHandler
checkCompatibility in interface IDataStoreCompatibilityHandlerhandshake - the server handshake string in the form
public void handleMissingCommand(DataElement descriptor,
java.lang.String keyName)
IDataStoreCompatibilityHandler
handleMissingCommand in interface IDataStoreCompatibilityHandlerdescriptor - the object descriptor that the command was looked for underkeyName - the value of the command descriptor to look for
|
Remote System Explorer DataStore Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||