public class NodeProxyLocal extends NodeProxy
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_ID |
BUFFER, filter, history, lastSendCount, lastSendTryTime, name, nextPeer, 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, versionlisteners, updateListenerNEW, REMOVE, REMOVE_YOU, SIMPLE, UPDATE| Constructor and Description |
|---|
NodeProxyLocal() |
| Modifier and Type | Method and 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, getExecutor, getFilter, getHistory, getIDProperties, getInfoProperties, getName, getNewMsgNo, getProperties, getReceiveTime, getSendTime, getSpace, getType, getUpdateProperties, getVersion, initSpace, isOnline, isReconnecting, next, sendMessage, sendMessageToPeers, sendPing, setReceiveTime, setSendTime, updateReceive, with, withFilter, withHistory, withName, withOnline, withType, withVersionaddPropertyChangeListener, 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