org.sandev.TaskHeap.UpdateManager
Class UpdateManagerNodeBase

java.lang.Object
  extended by org.sandev.TaskHeap.UpdateManager.UpdateManagerNodeDecl
      extended by org.sandev.TaskHeap.UpdateManager.UpdateManagerNodeBase
All Implemented Interfaces:
org.sandev.basics.nodecommon.Controllable, org.sandev.basics.nodecommon.Loggable, org.sandev.basics.nodecommon.Messageable, org.sandev.basics.util.AuthUserLookup, org.sandev.basics.util.IDLookup
Direct Known Subclasses:
UpdateManagerNode

public class UpdateManagerNodeBase
extends UpdateManagerNodeDecl
implements org.sandev.basics.nodecommon.Controllable, org.sandev.basics.nodecommon.Messageable, org.sandev.basics.nodecommon.Loggable, org.sandev.basics.util.IDLookup, org.sandev.basics.util.AuthUserLookup

AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
source: org.sandev.TaskHeap.UpdateManager.UpdateManagerNodeDecl
generator: org.sandev.generator.NodeClassGenerator
time: Jul 31, 2008 4:34:15 PM

This file contains:


Field Summary
protected  org.sandev.basics.nodecommon.ControlWrapper[] ctrlwrappers
          The control wrappers we need to notify of state or parameter changes.
protected  org.sandev.basics.nodecommon.Controllable[] helperNodes
          Our helper nodes
protected  org.sandev.basics.sandmessages.IODeclReceive incomingSyncAggregateUpdate
          Inbound org.sandev.basics.sandmessages.AggregateUpdate synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclReceive incomingSyncStatsQuery
          Inbound org.sandev.basics.sandmessages.StatsQuery synchronous messaging configuration
protected static int LOGDEBUG
          Convenience redeclaration of corresponding Logger.LOGLEVEL constant
protected static int LOGERROR
          Convenience redeclaration of corresponding Logger.LOGLEVEL constant
protected static int LOGFATAL
          Convenience redeclaration of corresponding Logger.LOGLEVEL constant
protected  org.sandev.basics.nodecommon.Logger logger
          Logfile output at specified severity levels.
protected static int LOGINFO
          Convenience redeclaration of corresponding Logger.LOGLEVEL constant
protected  int logLevel
          Calls to log with severity levels less than this value will be ignored.
static int LOGLEVEL_DEBUG
          Possible value for logLevel
static int LOGLEVEL_ERROR
          Possible value for logLevel
static int LOGLEVEL_FATAL
          Possible value for logLevel
static int LOGLEVEL_INFO
          Possible value for logLevel
static int LOGLEVEL_WARN
          Possible value for logLevel
protected static int LOGWARN
          Convenience redeclaration of corresponding Logger.LOGLEVEL constant
protected  org.sandev.basics.nodecommon.Messager messager
          Communications to and from this node.
protected  org.sandev.basics.structs.NodeInstance nodeInstance
          The declaration used to initialize this node instance when it was first created.
protected  org.sandev.basics.sandmessages.IODeclSend outgoingAsyncStats
          Outbound org.sandev.basics.sandmessages.Stats asynchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncAccountQuery
          Outbound org.sandev.TaskHeap.sandmessages.AccountQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncAggregateUpdate
          Outbound org.sandev.basics.sandmessages.AggregateUpdate synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncCacheActionRegistration
          Outbound org.sandev.basics.sandmessages.CacheAction synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncExternalPlanQuery
          Outbound org.sandev.TaskHeap.sandmessages.ExternalPlanQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncHeapAttributesQuery
          Outbound org.sandev.TaskHeap.sandmessages.HeapAttributesQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncPlanQuery
          Outbound org.sandev.TaskHeap.sandmessages.PlanQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncSystemStatusQuery
          Outbound org.sandev.TaskHeap.sandmessages.SystemStatusQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskQuery
          Outbound org.sandev.TaskHeap.sandmessages.TaskQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskTypeQuery
          Outbound org.sandev.TaskHeap.sandmessages.TaskTypeQuery synchronous messaging configuration
protected  org.sandev.basics.nodecommon.Controllable parent
          Our parent node
protected  java.lang.String sandNodeErrorMessage
          Text details of the node execution error.
protected  int sandNodeState
          Runtime state of the node.
static int SANDNODESTATE_FAILED
          Possible value for sandNodeState
static int SANDNODESTATE_FAILING
          Possible value for sandNodeState
static int SANDNODESTATE_RESUMING
          Possible value for sandNodeState
static int SANDNODESTATE_RUNNING
          Possible value for sandNodeState
static int SANDNODESTATE_STARTING
          Possible value for sandNodeState
static int SANDNODESTATE_STOPPED
          Possible value for sandNodeState
static int SANDNODESTATE_STOPPING
          Possible value for sandNodeState
static int SANDNODESTATE_SUSPENDED
          Possible value for sandNodeState
static int SANDNODESTATE_SUSPENDING
          Possible value for sandNodeState
static int SANDNODESTATE_UNDEFINED
          Possible value for sandNodeState
protected  org.sandev.basics.nodecommon.SandRoot sandRoot
          Back reference to the SandRoot that launched us.
protected  org.sandev.basics.util.AuthUserLookup userLookup
          The instance we use for looking up users.
 
Fields inherited from class org.sandev.TaskHeap.UpdateManager.UpdateManagerNodeDecl
peerAuthUserLookupNode
 
Fields inherited from interface org.sandev.basics.nodecommon.Controllable
OPERATION_FAIL, OPERATION_RESUME, OPERATION_SHUTDOWN, OPERATION_STARTUP, OPERATION_STR_FAIL, OPERATION_STR_RESUME, OPERATION_STR_SHUTDOWN, OPERATION_STR_STARTUP, OPERATION_STR_SUSPEND, OPERATION_STR_UNDEFINED, OPERATION_STRINGS, OPERATION_SUSPEND, OPERATION_UNDEFINED, SHUTDOWN_ERROR_RESTART_GLOBAL, SHUTDOWN_ERROR_RESTART_LOCAL, SHUTDOWN_ERROR_TERMINATE, SHUTDOWN_NORMAL, STATE_FAILED, STATE_FAILING, STATE_RESUMING, STATE_RUNNING, STATE_STARTING, STATE_STOPPED, STATE_STOPPING, STATE_STR_FAILED, STATE_STR_FAILING, STATE_STR_RESUMING, STATE_STR_RUNNING, STATE_STR_STARTING, STATE_STR_STOPPED, STATE_STR_STOPPING, STATE_STR_SUSPENDED, STATE_STR_SUSPENDING, STATE_STR_UNDEFINED, STATE_STRINGS, STATE_SUSPENDED, STATE_SUSPENDING, STATE_UNDEFINED
 
Constructor Summary
UpdateManagerNodeBase()
          Default constructor calls init.
 
Method Summary
 void addWrapper(org.sandev.basics.nodecommon.ControlWrapper wrapper)
          Add the specified wrapper to our notification collection
 void cacheCriticalUpdates(org.sandev.basics.sandmessages.AggregateUpdate au)
          Cache any critical class instances so we are working with the latest data.
protected  void cacheTrack(org.sandev.basics.structs.SandPersistMessage spm, long transmitID)
          Register to track changes to the given message so that our cache stays up to date.
 AccountCollection callAccountQuery(AccountQuery msg)
          Synchronous outbound AccountQuery
 org.sandev.basics.sandmessages.AggregateUpdate callAggregateUpdate(org.sandev.basics.sandmessages.AggregateUpdate msg)
          Synchronous outbound AggregateUpdate
 org.sandev.basics.sandmessages.CacheAction callCacheActionRegistration(org.sandev.basics.sandmessages.CacheAction msg)
          Synchronous outbound CacheAction
 ExternalPlanCollection callExternalPlanQuery(ExternalPlanQuery msg)
          Synchronous outbound ExternalPlanQuery
 HeapAttributesCollection callHeapAttributesQuery(HeapAttributesQuery msg)
          Synchronous outbound HeapAttributesQuery
 PlanCollection callPlanQuery(PlanQuery msg)
          Synchronous outbound PlanQuery
 org.sandev.basics.structs.SandCollectionMessage callQuery(org.sandev.basics.structs.SandQueryMessage sqm)
          Generalized query method to handle all queries understood by this node
 SystemStatusCollection callSystemStatusQuery(SystemStatusQuery msg)
          Synchronous outbound SystemStatusQuery
 TaskCollection callTaskQuery(TaskQuery msg)
          Synchronous outbound TaskQuery
 TaskTypeCollection callTaskTypeQuery(TaskTypeQuery msg)
          Synchronous outbound TaskTypeQuery
protected  org.sandev.basics.structs.SandMessage copyAndFilterInstance(org.sandev.basics.util.AuthUser user, org.sandev.basics.structs.SandMessage inst)
          Return a copy of the given message instance with any unauthorized information removed.
 void deliver(org.sandev.basics.structs.SandMessage msg)
          Only those deliver methods explicitely declared by the node should actually be called.
 boolean fieldHasFlag(java.lang.String fieldname, int fieldflag)
          Return true if the named field declares the indicated flag, false otherwise.
 org.sandev.basics.util.AuthFilter getAuthFilter()
          Return an AuthFilter implementation to use for testing whether a user has full access to a class instance.
 org.sandev.basics.sandmessages.DataImportExport getDataImportExport()
          Return a new DataImportExport message containing queries for all of the persistent structs.
 java.lang.String getDeploymentPrefix()
          Return the prefix for this deployment.
 org.sandev.basics.nodecommon.Controllable[] getHelperNodes()
          accessor for helperNodes
 org.sandev.basics.util.IDCache getIDCache()
          Retrieve an IDCache for use by this node.
 org.sandev.basics.sandmessages.IODeclReceive getIncomingSyncAggregateUpdate()
          Accessor for incomingSyncAggregateUpdate
static org.sandev.basics.sandmessages.IODeclReceive getIncomingSyncAggregateUpdateDefaultValue()
          Default value for incomingSyncAggregateUpdate.
 java.lang.String getIncomingSyncAggregateUpdateFieldPrintValue()
          Return the print name of the incomingSyncAggregateUpdate field.
static boolean getIncomingSyncAggregateUpdateFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclReceive getIncomingSyncAggregateUpdateInvalidValue()
          Invalid value for incomingSyncAggregateUpdate.
 java.lang.String getIncomingSyncAggregateUpdateMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getIncomingSyncAggregateUpdatePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getIncomingSyncAggregateUpdateRange()
          Return the range specification for this field
 java.lang.String getIncomingSyncAggregateUpdateValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclReceive getIncomingSyncStatsQuery()
          Accessor for incomingSyncStatsQuery
static org.sandev.basics.sandmessages.IODeclReceive getIncomingSyncStatsQueryDefaultValue()
          Default value for incomingSyncStatsQuery.
 java.lang.String getIncomingSyncStatsQueryFieldPrintValue()
          Return the print name of the incomingSyncStatsQuery field.
static boolean getIncomingSyncStatsQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclReceive getIncomingSyncStatsQueryInvalidValue()
          Invalid value for incomingSyncStatsQuery.
 java.lang.String getIncomingSyncStatsQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getIncomingSyncStatsQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getIncomingSyncStatsQueryRange()
          Return the range specification for this field
 java.lang.String getIncomingSyncStatsQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.structs.SandPersistMessage getInstance(java.lang.String classname, long id, org.sandev.basics.util.AuthUser user)
          Lookup the ID in our cache or by query if not found.
 org.sandev.basics.nodecommon.Logger getLogger()
          Accessor for logger
static org.sandev.basics.nodecommon.Logger getLoggerDefaultValue()
          Default value for logger.
 java.lang.String getLoggerFieldPrintValue()
          Return the print name of the logger field.
static boolean getLoggerFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.nodecommon.Logger getLoggerInvalidValue()
          Invalid value for logger.
 java.lang.String getLoggerMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getLoggerPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getLoggerRange()
          Return the range specification for this field
 java.lang.String getLoggerValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 int getLogLevel()
          Accessor for logLevel
static java.lang.String[] getLogLevelActualVals()
          Return an array of the possible values for this field as Strings.
static int getLogLevelDefaultValue()
          Default value for logLevel.
static java.lang.String getLogLevelEnumSummary()
          Return a single String summary of the possible enum values for debug and similar purposes.
 java.lang.String getLogLevelFieldPrintValue()
          Return the print name of the logLevel field.
static boolean getLogLevelFlag(int fieldflag)
          Field flag accessor.
static int getLogLevelInvalidValue()
          Invalid value for logLevel.
static java.lang.String[] getLogLevelKeyVals()
          Return an array of unique keys for the values of this field.
 java.lang.String getLogLevelMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
static java.lang.String[] getLogLevelPrintVals()
          Return an array of the possible values for this field in display format.
 java.lang.String getLogLevelPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getLogLevelRange()
          Return the range specification for this field
 java.lang.String getLogLevelValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.nodecommon.Messager getMessager()
          Accessor for messager
static org.sandev.basics.nodecommon.Messager getMessagerDefaultValue()
          Default value for messager.
 java.lang.String getMessagerFieldPrintValue()
          Return the print name of the messager field.
static boolean getMessagerFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.nodecommon.Messager getMessagerInvalidValue()
          Invalid value for messager.
 java.lang.String getMessagerMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getMessagerPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getMessagerRange()
          Return the range specification for this field
 java.lang.String getMessagerValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.structs.NodeInstance getNodeInstance()
          Accessor for nodeInstance
static org.sandev.basics.structs.NodeInstance getNodeInstanceDefaultValue()
          Default value for nodeInstance.
 java.lang.String getNodeInstanceFieldPrintValue()
          Return the print name of the nodeInstance field.
static boolean getNodeInstanceFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.structs.NodeInstance getNodeInstanceInvalidValue()
          Invalid value for nodeInstance.
 java.lang.String getNodeInstanceMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getNodeInstanceName()
          convenience wrapper method to retrieve our instance name
 java.lang.String getNodeInstancePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getNodeInstanceRange()
          Return the range specification for this field
 java.lang.String getNodeInstanceValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclSend getOutgoingAsyncStats()
          Accessor for outgoingAsyncStats
static org.sandev.basics.sandmessages.IODeclSend getOutgoingAsyncStatsDefaultValue()
          Default value for outgoingAsyncStats.
 java.lang.String getOutgoingAsyncStatsFieldPrintValue()
          Return the print name of the outgoingAsyncStats field.
static boolean getOutgoingAsyncStatsFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclSend getOutgoingAsyncStatsInvalidValue()
          Invalid value for outgoingAsyncStats.
 java.lang.String getOutgoingAsyncStatsMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingAsyncStatsPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingAsyncStatsRange()
          Return the range specification for this field
 java.lang.String getOutgoingAsyncStatsValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncAccountQuery()
          Accessor for outgoingSyncAccountQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncAccountQueryDefaultValue()
          Default value for outgoingSyncAccountQuery.
 java.lang.String getOutgoingSyncAccountQueryFieldPrintValue()
          Return the print name of the outgoingSyncAccountQuery field.
static boolean getOutgoingSyncAccountQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncAccountQueryInvalidValue()
          Invalid value for outgoingSyncAccountQuery.
 java.lang.String getOutgoingSyncAccountQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncAccountQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncAccountQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncAccountQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncAggregateUpdate()
          Accessor for outgoingSyncAggregateUpdate
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncAggregateUpdateDefaultValue()
          Default value for outgoingSyncAggregateUpdate.
 java.lang.String getOutgoingSyncAggregateUpdateFieldPrintValue()
          Return the print name of the outgoingSyncAggregateUpdate field.
static boolean getOutgoingSyncAggregateUpdateFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncAggregateUpdateInvalidValue()
          Invalid value for outgoingSyncAggregateUpdate.
 java.lang.String getOutgoingSyncAggregateUpdateMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncAggregateUpdatePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncAggregateUpdateRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncAggregateUpdateValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncCacheActionRegistration()
          Accessor for outgoingSyncCacheActionRegistration
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncCacheActionRegistrationDefaultValue()
          Default value for outgoingSyncCacheActionRegistration.
 java.lang.String getOutgoingSyncCacheActionRegistrationFieldPrintValue()
          Return the print name of the outgoingSyncCacheActionRegistration field.
static boolean getOutgoingSyncCacheActionRegistrationFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncCacheActionRegistrationInvalidValue()
          Invalid value for outgoingSyncCacheActionRegistration.
 java.lang.String getOutgoingSyncCacheActionRegistrationMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncCacheActionRegistrationPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncCacheActionRegistrationRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncCacheActionRegistrationValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanQuery()
          Accessor for outgoingSyncExternalPlanQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanQueryDefaultValue()
          Default value for outgoingSyncExternalPlanQuery.
 java.lang.String getOutgoingSyncExternalPlanQueryFieldPrintValue()
          Return the print name of the outgoingSyncExternalPlanQuery field.
static boolean getOutgoingSyncExternalPlanQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanQueryInvalidValue()
          Invalid value for outgoingSyncExternalPlanQuery.
 java.lang.String getOutgoingSyncExternalPlanQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncExternalPlanQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncExternalPlanQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncExternalPlanQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncHeapAttributesQuery()
          Accessor for outgoingSyncHeapAttributesQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncHeapAttributesQueryDefaultValue()
          Default value for outgoingSyncHeapAttributesQuery.
 java.lang.String getOutgoingSyncHeapAttributesQueryFieldPrintValue()
          Return the print name of the outgoingSyncHeapAttributesQuery field.
static boolean getOutgoingSyncHeapAttributesQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncHeapAttributesQueryInvalidValue()
          Invalid value for outgoingSyncHeapAttributesQuery.
 java.lang.String getOutgoingSyncHeapAttributesQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncHeapAttributesQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncHeapAttributesQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncHeapAttributesQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanQuery()
          Accessor for outgoingSyncPlanQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanQueryDefaultValue()
          Default value for outgoingSyncPlanQuery.
 java.lang.String getOutgoingSyncPlanQueryFieldPrintValue()
          Return the print name of the outgoingSyncPlanQuery field.
static boolean getOutgoingSyncPlanQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanQueryInvalidValue()
          Invalid value for outgoingSyncPlanQuery.
 java.lang.String getOutgoingSyncPlanQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncPlanQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncPlanQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncPlanQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncSystemStatusQuery()
          Accessor for outgoingSyncSystemStatusQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncSystemStatusQueryDefaultValue()
          Default value for outgoingSyncSystemStatusQuery.
 java.lang.String getOutgoingSyncSystemStatusQueryFieldPrintValue()
          Return the print name of the outgoingSyncSystemStatusQuery field.
static boolean getOutgoingSyncSystemStatusQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncSystemStatusQueryInvalidValue()
          Invalid value for outgoingSyncSystemStatusQuery.
 java.lang.String getOutgoingSyncSystemStatusQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncSystemStatusQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncSystemStatusQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncSystemStatusQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskQuery()
          Accessor for outgoingSyncTaskQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskQueryDefaultValue()
          Default value for outgoingSyncTaskQuery.
 java.lang.String getOutgoingSyncTaskQueryFieldPrintValue()
          Return the print name of the outgoingSyncTaskQuery field.
static boolean getOutgoingSyncTaskQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskQueryInvalidValue()
          Invalid value for outgoingSyncTaskQuery.
 java.lang.String getOutgoingSyncTaskQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncTaskQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncTaskQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncTaskQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskTypeQuery()
          Accessor for outgoingSyncTaskTypeQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskTypeQueryDefaultValue()
          Default value for outgoingSyncTaskTypeQuery.
 java.lang.String getOutgoingSyncTaskTypeQueryFieldPrintValue()
          Return the print name of the outgoingSyncTaskTypeQuery field.
static boolean getOutgoingSyncTaskTypeQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskTypeQueryInvalidValue()
          Invalid value for outgoingSyncTaskTypeQuery.
 java.lang.String getOutgoingSyncTaskTypeQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncTaskTypeQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncTaskTypeQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncTaskTypeQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.nodecommon.Controllable getParent()
          accessor for parent
 java.lang.String getPeerAuthUserLookupNode()
          Accessor for peerAuthUserLookupNode
static java.lang.String getPeerAuthUserLookupNodeDefaultValue()
          Default value for peerAuthUserLookupNode.
 java.lang.String getPeerAuthUserLookupNodeFieldPrintValue()
          Return the print name of the peerAuthUserLookupNode field.
static boolean getPeerAuthUserLookupNodeFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getPeerAuthUserLookupNodeInvalidValue()
          Invalid value for peerAuthUserLookupNode.
static int getPeerAuthUserLookupNodeLengthMax()
          Maximum peerAuthUserLookupNode length is 60 characters
static int getPeerAuthUserLookupNodeLengthNorm()
          Normal peerAuthUserLookupNode length is 30 characters
 java.lang.String getPeerAuthUserLookupNodeMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getPeerAuthUserLookupNodePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getPeerAuthUserLookupNodeRange()
          Return the range specification for this field
 java.lang.String getPeerAuthUserLookupNodeValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getSandNodeErrorMessage()
          Accessor for sandNodeErrorMessage
static java.lang.String getSandNodeErrorMessageDefaultValue()
          Default value for sandNodeErrorMessage.
 java.lang.String getSandNodeErrorMessageFieldPrintValue()
          Return the print name of the sandNodeErrorMessage field.
static boolean getSandNodeErrorMessageFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getSandNodeErrorMessageInvalidValue()
          Invalid value for sandNodeErrorMessage.
static int getSandNodeErrorMessageLengthMax()
          Maximum sandNodeErrorMessage length is 70 characters
static int getSandNodeErrorMessageLengthNorm()
          Normal sandNodeErrorMessage length is 30 characters
 java.lang.String getSandNodeErrorMessageMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getSandNodeErrorMessagePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getSandNodeErrorMessageRange()
          Return the range specification for this field
 java.lang.String getSandNodeErrorMessageValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 int getSandNodeState()
          Accessor for sandNodeState
static java.lang.String[] getSandNodeStateActualVals()
          Return an array of the possible values for this field as Strings.
static int getSandNodeStateDefaultValue()
          Default value for sandNodeState.
static java.lang.String getSandNodeStateEnumSummary()
          Return a single String summary of the possible enum values for debug and similar purposes.
 java.lang.String getSandNodeStateFieldPrintValue()
          Return the print name of the sandNodeState field.
static boolean getSandNodeStateFlag(int fieldflag)
          Field flag accessor.
static int getSandNodeStateInvalidValue()
          Invalid value for sandNodeState.
static java.lang.String[] getSandNodeStateKeyVals()
          Return an array of unique keys for the values of this field.
 java.lang.String getSandNodeStateMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
static java.lang.String[] getSandNodeStatePrintVals()
          Return an array of the possible values for this field in display format.
 java.lang.String getSandNodeStatePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getSandNodeStateRange()
          Return the range specification for this field
 java.lang.String getSandNodeStateValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.nodecommon.SandRoot getSandRoot()
          accessor for sandRoot
 java.lang.String getServername()
          convenience wrapper method to retrieve our home server name
 org.sandev.basics.util.AuthUser getUserForID(long authID)
          Calls through to our AuthUserLookup
 org.sandev.basics.util.AuthUser getUserFromLogin(java.lang.String username, java.lang.String password)
          Calls through to our AuthUserLookup
 org.sandev.basics.util.AuthUserLookup getUserLookup()
          initializing accessor for userLookup.
protected  boolean