SendableEntity, SendableEntityCreator, SendableEntityCreatorNoIndexpublic class NodeProxyLocal extends NodeProxy
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
PROPERTY_ID |
BUFFER, filter, history, lastSendCount, lastSendTryTime, name, nextNode, no, online, property, PROPERTY_FILTER, PROPERTY_HISTORY, PROPERTY_NAME, PROPERTY_NODES, PROPERTY_ONLINE, PROPERTY_RECEIVE, PROPERTY_SEND, PROPERTY_TYP, PROPERTY_VERSION, propertyId, propertyInfo, propertyUpdate, receiveBytes, receivetime, sendBytes, sendtime, space, type, TYPE_IN, TYPE_INOUT, TYPE_OUT, versionNEW, REMOVE, REMOVE_YOU, SIMPLE, UPDATElisteners, updateListener| Constructor | Description |
|---|---|
NodeProxyLocal() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
close() |
|
static NodeProxyLocal |
create(ObjectCondition listener) |
|
java.lang.String |
getID() |
|
java.lang.String |
getKey() |
|
java.lang.Object |
getSendableInstance(boolean reference) |
Gets the sendable instance.
|
java.lang.Object |
getValue(java.lang.Object element,
java.lang.String attrName) |
Gets the value.
|
protected boolean |
initProxy() |
|
boolean |
isSendable() |
|
protected boolean |
sending(Message msg) |
|
boolean |
setValue(java.lang.Object element,
java.lang.String attrName,
java.lang.Object value,
java.lang.String type) |
Sets the value.
|
NodeProxyLocal |
withID(java.lang.String value) |
|
NodeProxyLocal |
withListener(ObjectCondition value) |
compareTo, connectInfo, connectToPeer, equals, filter, getExecutor, getFilter, getHistory, getIDProperties, getInfoProperties, getName, getNewMsgNo, getProperties, getReceiveTime, getSendTime, getSpace, getType, getUpdateProperties, getVersion, initSpace, isInput, isOnline, isOutput, isReconnecting, isValid, next, sendMessage, sendMessageToPeers, sendPing, setNextMyNode, setReceiveTime, setSendTime, updateReceive, withFilter, withHistory, withName, withOnline, withType, withVersionclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeSupport, removePropertyChangeListener, removePropertyChangeListenerpublic static final java.lang.String PROPERTY_ID
public java.lang.String getID()
public NodeProxyLocal withListener(ObjectCondition value)
public NodeProxyLocal withID(java.lang.String value)
public java.lang.Object getValue(java.lang.Object element,
java.lang.String attrName)
SendableEntityCreatorgetValue in interface SendableEntityCreatorgetValue in class NodeProxyelement - the entityattrName - the attributepublic boolean setValue(java.lang.Object element,
java.lang.String attrName,
java.lang.Object value,
java.lang.String type)
SendableEntityCreatorsetValue in interface SendableEntityCreatorsetValue in class NodeProxyelement - the entityattrName - the attributevalue - the valuetype - edit, update or remove operationpublic boolean isSendable()
isSendable in class NodeProxypublic static NodeProxyLocal create(ObjectCondition listener)
public java.lang.Object getSendableInstance(boolean reference)
SendableEntityCreatorreference - the prototyp