|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--vib.servers.SimpleDataSource | +--vib.servers.DaliDataSourceSuper | +--vib.servers.Ping
Pingt class provides Ping data source. Runs on time base value only. Pings the server to see if it is active
Field Summary | |
java.lang.String |
label
|
java.lang.String |
ServerURL
|
Fields inherited from class vib.servers.SimpleDataSource |
alwaysSend, authGroups, autoKill, autoSuspend, colorHi, colorHiHi, colorLo, colorLoLo, currentColor, currentValue, customTimer, deadband, dontConnect, groups, initialValue, interlock, lastSentValue, myListeners, myRequiresSyncWrite, mySyncWriteTimeout, priority, requiresSyncWrite, sendColors, sendIfQualityIsBetterThan, sendIfQualityIsBetterThen, sharedTimer, started, suspended, syncTime, syncUserName, syncWriteTimeout, tagAgent, theEventHandler, theTagController, timebase, useInitialValue, valueHi, valueHiHi, valueLo, valueLoLo |
Fields inherited from interface vib.servers.DataSourceInterface |
INITIALVALUE, REQUESTCURRENTVALUE, REQUESTHISTORICAL |
Fields inherited from interface vib.utils.VIBEventProducer |
ACTIVEGRAPHIC_STOPPED, CLIENT_ATTACHED, CLIENT_REMOVED, SERVER_DISCONNECTING, SERVER_RESUMED, SERVER_STOPPED, SERVER_SUSPENDED, TAG_NAME_CREATED, TAG_NAME_UPDATED, UPDATE_FAILED |
Constructor Summary | |
Ping()
Ping Contructor. |
Method Summary | |
java.lang.String |
getLabel()
This will return the current label without any characters switched. |
java.lang.String |
getServerURL()
Gets current Dali Server URL |
void |
refreshCurrentValue()
On time base value. |
void |
setLabel(java.lang.String newValue)
This will update (change) the string being displayed as a marquee output. |
void |
setOption(java.lang.String newValue)
This method is called for every single entry in the parameter list. |
void |
setServerURL(java.lang.String newURL)
Sets the Dali Server URL. |
Methods inherited from class vib.servers.SimpleDataSource |
addListener, addListenerForId, addValueChangedListener, authenticatedClientRequest, authenticatedValueChanged, clientRequest, finalize, forceUpdate, getAlwaysSend, getBoolValue, getByteValue, getCharValue, getColorHi, getColorHiHi, getColorLo, getColorLoLo, getCurrentColor, getCustomTimer, getDataSource, getDeadband, getDoubleValue, getFloatValue, getGroups, getInitialValue, getInterlock, getIntValue, getLongValue, getPriority, getRequiresSyncWrite, getSendColors, getSendIfQualityIsBetterThan, getSerializableObject, getServerList, getShortValue, getStaticLocationFor, getStringValue, getSyncWriteTimeout, getTagAgent, getTagName, getTimebase, getValueHi, getValueHiHi, getValueLo, getValueLoLo, getValueObject, getValueObject, getWritableDataSource, isAutoSuspend, isSuspended, isUseInitialValue, passesDeadband, registerTagName, removeListener, removeListenerForId, removeValueChangedListener, requestSyncWrite, resume, setAlwaysSend, setAutoSuspend, setBoolValue, setBoolValueInternal, setByteValue, setByteValueInternal, setCharValue, setCharValueInternal, setColorHi, setColorHiHi, setColorLo, setColorLoLo, setCustomTimer, setDeadband, setDoubleValue, setDoubleValueInternal, setFloatValue, setFloatValueInternal, setGroups, setInitialValue, setInitialValueObject, setInterlock, setIntValue, setIntValueInternal, setLongValue, setLongValueInternal, setParameters, setPriority, setRequiresSyncWrite, setSendColors, setSendIfQualityIsBetterThan, setSerializableObject, setSerializableObjectInternal, setServerList, setShortValue, setShortValueInternal, setStringValue, setStringValueInternal, setSuspended, setSuspendedInternal, setSyncWriteTimeout, setTagAgent, setTagName, setTimebase, setUseInitialValue, setValue, setValueHi, setValueHiHi, setValueLo, setValueLoLo, setValueObject, setValueObjectInternal, stop, suspend, tick, toString, unregisterTagName, updateColor, updateCurrentColor, updateListener, updateListeners, valueChanged, valueChanged |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String label
public java.lang.String ServerURL
Constructor Detail |
public Ping()
Method Detail |
public void refreshCurrentValue()
refreshCurrentValue
in class vib.servers.SimpleDataSource
public void setOption(java.lang.String newValue)
newValue
- the new String value to displaypublic void setLabel(java.lang.String newValue)
newValue
- the string being displayed as a marquee outputgetLabel()
public java.lang.String getLabel()
setLabel(java.lang.String)
public void setServerURL(java.lang.String newURL)
An example URL is the following: "http://192.168.1:444/dali/soap/prom
newURL
- the Dali Server url to setpublic java.lang.String getServerURL()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |