public class ReplicationServer extends ReplicationNode implements PropertyChangeInterface
| Modifier and Type | Field and Description |
|---|---|
protected java.beans.PropertyChangeSupport |
listeners |
static int |
REPLICATION_SERVER_PORT |
PROPERTY_HISTORY, PROPERTY_JAVAFXAPPLICATION, PROPERTY_LASTCHANGEID, PROPERTY_NODEID, PROPERTY_SHAREDSPACES, PROPERTY_SPACEID| Constructor and Description |
|---|
ReplicationServer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.String attrName) |
java.beans.PropertyChangeSupport |
getPropertyChangeSupport()
Get the propertyChangeSupport attribute of the PropertyChangeInterface
object
|
static void |
main(java.lang.String[] args) |
void |
removeYou() |
boolean |
set(java.lang.String attrName,
java.lang.Object value) |
java.lang.String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, addToSharedSpaces, createSharedSpaces, firePropertyChange, getHistory, getLastChangeId, getModelCreators, getNodeId, getOrCreateSharedSpace, getSharedSpaces, getSpaceId, isJavaFXApplication, removeAllFromSharedSpaces, removeFromSharedSpaces, removePropertyChangeListener, removePropertyChangeListener, setHistory, setJavaFXApplication, setLastChangeId, setNodeId, setSpaceId, withHistory, withJavaFXApplication, withLastChangeId, withNodeId, withoutSharedSpaces, withoutSharedSpaces, withRemoteTaskListener, withSharedSpaces, withSharedSpaces, withSpaceIdactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yieldpublic static final int REPLICATION_SERVER_PORT
protected java.beans.PropertyChangeSupport listeners
public static void main(java.lang.String[] args)
args - The Startparameterpublic java.lang.Object get(java.lang.String attrName)
public boolean set(java.lang.String attrName,
java.lang.Object value)
public java.beans.PropertyChangeSupport getPropertyChangeSupport()
PropertyChangeInterfacegetPropertyChangeSupport in interface PropertyChangeInterfacegetPropertyChangeSupport in class ReplicationNodepublic void removeYou()
removeYou in class ReplicationNodepublic java.lang.String toString()
toString in class ReplicationNode