public class NodeProxyBroadCast extends NodeProxy
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_PORT |
BUFFER, filter, history, lastSendCount, lastSendTryTime, name, nextPeer, no, online, property, PROPERTY_FILTER, PROPERTY_HISTORY, PROPERTY_ID, 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 |
|---|
NodeProxyBroadCast(NodeProxyType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
close() |
static NodeProxy |
createServer(int port) |
java.net.DatagramPacket |
executeBroadCast(boolean async) |
int |
getBufferSize() |
java.lang.String |
getKey() |
int |
getPort() |
java.lang.Object |
getSendableInstance(boolean prototyp)
Gets the sendable instance.
|
protected boolean |
initProxy() |
boolean |
isSendable() |
NodeProxyBroadCast |
withAnswerSize(int answerSize) |
NodeProxyBroadCast |
withPort(int value) |
NodeProxyBroadCast |
withSpace(Space value) |
compareTo, connectInfo, connectToPeer, getExecutor, getFilter, getHistory, getIDProperties, getInfoProperties, getName, getNewMsgNo, getProperties, getReceiveTime, getSendTime, getSpace, getType, getUpdateProperties, getValue, getVersion, initSpace, isOnline, isReconnecting, next, sending, sendMessage, sendMessageToPeers, sendPing, setReceiveTime, setSendTime, setValue, updateReceive, with, withFilter, withHistory, withName, withOnline, withType, withVersionaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeSupport, removePropertyChangeListener, removePropertyChangeListenerpublic static final java.lang.String PROPERTY_PORT
public NodeProxyBroadCast(NodeProxyType type)
public java.net.DatagramPacket executeBroadCast(boolean async)
public NodeProxyBroadCast withAnswerSize(int answerSize)
public NodeProxyBroadCast withPort(int value)
public NodeProxyBroadCast withSpace(Space value)
public java.lang.Object getSendableInstance(boolean prototyp)
SendableEntityCreatorprototyp - the prototyppublic boolean isSendable()
isSendable in class NodeProxypublic int getPort()
public int getBufferSize()
public static NodeProxy createServer(int port)