|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.distributed.ServiceAttributes
org.mbari.siam.distributed.InstrumentServiceAttributes
org.mbari.siam.tests.state.WaveSensor.Attributes
public class WaveSensor.Attributes
| Field Summary |
|---|
| Fields inherited from class org.mbari.siam.distributed.InstrumentServiceAttributes |
|---|
commPowerPolicy, currentLimitMa, dataShelfLifeHours, defaultSkipInterval, diagnosticSampleInterval, errCacheLimit, maxSampleTries, maxSummarySamples, nominalCurrentMa, packetSetSize, peakCurrentMa, powerOnDelaySec, powerPolicy, rbnbAdvertiseService, rbnbArchiveFrames, rbnbCacheFrames, rbnbExcludeRecordTypes, rbnbServer, sampleSchedule, sampleTimeoutMsec, startDelayMsec, summaryTriggerCount, summaryVars, timeSynch |
| Fields inherited from class org.mbari.siam.distributed.ServiceAttributes |
|---|
_CONFIGURABLE_FILTER_OFF, _CONFIGURABLE_FILTER_ON, _log4j, advertiseService, className, extendedVersion, frameworkVersion, instrumentName, isiID, locationName, parentID, registryName, serviceName, serviceStatus, UUID |
| Method Summary | |
|---|---|
void |
checkValues()
Throw InvalidPropertyException if any invalid values |
void |
missingAttributeCallback(java.lang.String fieldName)
Throw MissingPropertyException if specified attribute is mandatory. |
void |
setAttributeCallback(java.lang.String attributeName,
java.lang.String valueString)
Throw InvalidPropertyException if specified attribute has invalid value. |
| Methods inherited from class org.mbari.siam.distributed.InstrumentServiceAttributes |
|---|
getAttributes, missingAttributeRequiredCallback, requiredCheckValues, requiredIsConfigurable, setAttributeRequiredCallback |
| Methods inherited from class org.mbari.siam.distributed.ServiceAttributes |
|---|
checkPropertyNames, fromProperties, getConfigurableFields, getExtendedVersion, getHelp, getMnemonicValues, getTypeName, isConfigurable, toConfigurableProperties, toProperties, toProperties, toPropertyStrings, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void missingAttributeCallback(java.lang.String fieldName)
throws MissingPropertyException
missingAttributeCallback in class ServiceAttributesfieldName - name of missing attribute
MissingPropertyException
public void setAttributeCallback(java.lang.String attributeName,
java.lang.String valueString)
throws InvalidPropertyException
setAttributeCallback in class ServiceAttributesattributeName - name of parsed attribute
InvalidPropertyException
public void checkValues()
throws InvalidPropertyException
checkValues in class ServiceAttributesInvalidPropertyException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||