T - the type of the objectpublic static class OortObject.Info<T> extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_FIELD |
static String |
NAME_FIELD |
static String |
OBJECT_FIELD |
static String |
OORT_URL_FIELD |
static String |
PEER_FIELD |
static String |
TYPE_FIELD |
static String |
VERSION_FIELD |
| Modifier | Constructor and Description |
|---|---|
protected |
Info(long version,
String oortURL) |
protected |
Info(String oortURL,
Map<? extends String,?> map) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
getId() |
String |
getName() |
T |
getObject() |
String |
getOortURL() |
boolean |
isLocal() |
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCodepublic static final String VERSION_FIELD
public static final String OORT_URL_FIELD
public static final String NAME_FIELD
public static final String OBJECT_FIELD
public static final String TYPE_FIELD
public static final String ACTION_FIELD
public static final String PEER_FIELD
protected Info(long version,
String oortURL)
protected long getId()
public String getOortURL()
public String getName()
public T getObject()
public boolean isLocal()
OortObject.Info is local to this nodepublic String toString()
toString in class AbstractMap<String,Object>Copyright © 2008–2015 Dojo Foundation. All rights reserved.