| インタフェース | 説明 |
|---|---|
| Deletable<T extends ECHOObject> |
Declares the interface of delete operations in the SDK.
|
| Fetchable<T extends ECHOObject> |
Declares the interface of fetch operations in the ECHO SDK.
|
| Pushable<T extends ECHOObject> |
Declares the interface of push operations in the ECHO SDK.
|
| TreeNodeable<T extends ECHODataObject<T>> |
Declares the interface of tree node operations in the ECHO SDK.
|
| クラス | 説明 |
|---|---|
| DeleteCallback<T extends ECHOObject> |
A DeleteCallback is used to do something after deleting an object in a background thread.
|
| ECHO |
A global configuration handler in the SDK.
|
| ECHOACLEntry |
An ECHOACLEntry expresses an ACL entry composing an ECHOACLObject.
|
| ECHOACLObject |
An ECHOACLObject expresses ACL to an object.
|
| ECHODataObject<S extends ECHODataObject<S>> |
An ECHODataObject is an abstract data object.
|
| ECHODataObjectFactory<T extends ECHODataObject<T>> | |
| ECHODate |
An ECHODate is the extended Date object for the SDK.
|
| ECHOFile |
An ECHOFile is the file object.
|
| ECHOGcmListenerService |
A ECHOGcmListenerService is GCM push notification receiver class.
|
| ECHOInstallation |
|
| ECHOList<S extends ECHODataObject<S>> |
|
| ECHOObject |
An ECHOObject is an abstract object in ECHO.
|
| ECHOQuery |
The ECHOQuery contains basic query methods used by the SDK.
|
| ECHOTreeMap<T extends ECHODataObject<T> & TreeNodeable<T>,S extends ECHOTreeMap<T,S>> |
An ECHOTreeMap is an abstract recursive tree map.
|
| FetchCallback<T extends ECHOObject> |
A FetchCallback is used to do something after fetching an object in a background thread.
|
| FindCallback<T extends ECHODataObject<T>> |
A FindCallback is used to do something after finding objects in a background thread.
|
| InstallationCallback |
A InstallationCallback is used to do something after installing a device a background thread.
|
| PushCallback<T extends ECHOObject> |
A PushCallback is used to do something after pushing an object in a background thread.
|
| ResultCallback |
A ResultCallback is used to do something after the background processing returned nothing except an exception if it failed.
|
| 例外 | 説明 |
|---|---|
| ECHOException |
An ECHOException represents exceptions or errors occurred in the SDK.
|