org.sandev.TaskHeap.TaskHeapUI
Class TaskHeapUINodeBase

java.lang.Object
  extended byorg.sandev.TaskHeap.TaskHeapUI.TaskHeapUINodeDecl
      extended byorg.sandev.TaskHeap.TaskHeapUI.TaskHeapUINodeBase
All Implemented Interfaces:
org.sandev.basics.nodecommon.Controllable, org.sandev.basics.nodecommon.Loggable, org.sandev.basics.nodecommon.Messageable
Direct Known Subclasses:
TaskHeapUINode

public class TaskHeapUINodeBase
extends TaskHeapUINodeDecl
implements org.sandev.basics.nodecommon.Controllable, org.sandev.basics.nodecommon.Messageable, org.sandev.basics.nodecommon.Loggable

AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
source: org.sandev.TaskHeap.TaskHeapUI.TaskHeapUINodeDecl
generator: org.sandev.generator.NodeClassGenerator
time: Dec 2, 2005 6:38:51 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.IODeclSubscribe incomingAsyncCacheActionSource
          Inbound org.sandev.basics.sandmessages.CacheAction asynchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclSubscribe incomingAsyncStatsSource
          Inbound org.sandev.basics.sandmessages.Stats asynchronous 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.IODeclCall outgoingSyncAggregateUpdate
          Outbound org.sandev.basics.structs.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 outgoingSyncDataImportExport
          Outbound org.sandev.basics.sandmessages.DataImportExport 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 outgoingSyncExternalPlanSync
          Outbound org.sandev.TaskHeap.sandmessages.ExternalPlanSync 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 outgoingSyncPlanComponentQuery
          Outbound org.sandev.TaskHeap.sandmessages.PlanComponentQuery 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 outgoingSyncPlanRecalc
          Outbound org.sandev.TaskHeap.sandmessages.PlanRecalc synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncReaderQuery
          Outbound org.sandev.TaskHeap.sandmessages.ReaderQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncResourceQuery
          Outbound org.sandev.TaskHeap.sandmessages.ResourceQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncStatsQuery
          Outbound org.sandev.basics.sandmessages.StatsQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskPhaseQuery
          Outbound org.sandev.TaskHeap.sandmessages.TaskPhaseQuery 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.
 
Fields inherited from class org.sandev.TaskHeap.TaskHeapUI.TaskHeapUINodeDecl
authorizerInstanceName, inputFileDir, outputFileDir, techSupportEmailAddress, userLookupInstanceName
 
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
TaskHeapUINodeBase()
          Default constructor calls init.
 
Method Summary
 void addWrapper(org.sandev.basics.nodecommon.ControlWrapper wrapper)
          Add the specified wrapper to our notification collection
 org.sandev.basics.structs.AggregateUpdate callAggregateUpdate(org.sandev.basics.structs.AggregateUpdate msg)
          Synchronous outbound AggregateUpdate
 org.sandev.basics.sandmessages.CacheAction callCacheActionRegistration(org.sandev.basics.sandmessages.CacheAction msg)
          Synchronous outbound CacheAction
 org.sandev.basics.sandmessages.DataImportExport callDataImportExport(org.sandev.basics.sandmessages.DataImportExport msg)
          Synchronous outbound DataImportExport
 ExternalPlanCollection callExternalPlanQuery(ExternalPlanQuery msg)
          Synchronous outbound ExternalPlanQuery
 ExternalPlanSync callExternalPlanSync(ExternalPlanSync msg)
          Synchronous outbound ExternalPlanSync
 HeapAttributesCollection callHeapAttributesQuery(HeapAttributesQuery msg)
          Synchronous outbound HeapAttributesQuery
 PlanComponentCollection callPlanComponentQuery(PlanComponentQuery msg)
          Synchronous outbound PlanComponentQuery
 PlanCollection callPlanQuery(PlanQuery msg)
          Synchronous outbound PlanQuery
 PlanRecalc callPlanRecalc(PlanRecalc msg)
          Synchronous outbound PlanRecalc
 ReaderCollection callReaderQuery(ReaderQuery msg)
          Synchronous outbound ReaderQuery
 ResourceCollection callResourceQuery(ResourceQuery msg)
          Synchronous outbound ResourceQuery
 org.sandev.basics.sandmessages.Stats callStatsQuery(org.sandev.basics.sandmessages.StatsQuery msg)
          Synchronous outbound StatsQuery
 TaskPhaseCollection callTaskPhaseQuery(TaskPhaseQuery msg)
          Synchronous outbound TaskPhaseQuery
 TaskCollection callTaskQuery(TaskQuery msg)
          Synchronous outbound TaskQuery
 TaskTypeCollection callTaskTypeQuery(TaskTypeQuery msg)
          Synchronous outbound TaskTypeQuery
 void deliver(org.sandev.basics.structs.SandMessage msg)
          Only those deliver methods explicitely declared by the node should actually be called.
 void deliverCacheActionSource(org.sandev.basics.sandmessages.CacheAction msg)
          Asynchronous inbound CacheAction
 void deliverStatsSource(org.sandev.basics.sandmessages.Stats msg)
          Asynchronous inbound Stats
 boolean fieldHasFlag(java.lang.String fieldname, int fieldflag)
          Return true if the named field declares the indicated flag, false otherwise.
 java.lang.String getAuthorizerInstanceName()
          Accessor for authorizerInstanceName
static java.lang.String getAuthorizerInstanceNameDefaultValue()
          Default value for authorizerInstanceName.
 java.lang.String getAuthorizerInstanceNameFieldPrintValue()
          Return the print name of the authorizerInstanceName field.
static boolean getAuthorizerInstanceNameFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getAuthorizerInstanceNameInvalidValue()
          Invalid value for authorizerInstanceName.
static int getAuthorizerInstanceNameLengthMax()
          Maximum authorizerInstanceName length is 60 characters
static int getAuthorizerInstanceNameLengthNorm()
          Normal authorizerInstanceName length is 30 characters
 java.lang.String getAuthorizerInstanceNameMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getAuthorizerInstanceNamePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getAuthorizerInstanceNameRange()
          Return the range specification for this field
 java.lang.String getAuthorizerInstanceNameValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.nodecommon.Controllable[] getHelperNodes()
          accessor for helperNodes
 org.sandev.basics.util.IDCache getIDCache()
          Stub for retrieving the IDCache used by this node.
 org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncCacheActionSource()
          Accessor for incomingAsyncCacheActionSource
static org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncCacheActionSourceDefaultValue()
          Default value for incomingAsyncCacheActionSource.
 java.lang.String getIncomingAsyncCacheActionSourceFieldPrintValue()
          Return the print name of the incomingAsyncCacheActionSource field.
static boolean getIncomingAsyncCacheActionSourceFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncCacheActionSourceInvalidValue()
          Invalid value for incomingAsyncCacheActionSource.
 java.lang.String getIncomingAsyncCacheActionSourceMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getIncomingAsyncCacheActionSourcePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getIncomingAsyncCacheActionSourceRange()
          Return the range specification for this field
 java.lang.String getIncomingAsyncCacheActionSourceValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncStatsSource()
          Accessor for incomingAsyncStatsSource
static org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncStatsSourceDefaultValue()
          Default value for incomingAsyncStatsSource.
 java.lang.String getIncomingAsyncStatsSourceFieldPrintValue()
          Return the print name of the incomingAsyncStatsSource field.
static boolean getIncomingAsyncStatsSourceFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncStatsSourceInvalidValue()
          Invalid value for incomingAsyncStatsSource.
 java.lang.String getIncomingAsyncStatsSourceMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getIncomingAsyncStatsSourcePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getIncomingAsyncStatsSourceRange()
          Return the range specification for this field
 java.lang.String getIncomingAsyncStatsSourceValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getInputFileDir()
          Accessor for inputFileDir
static java.lang.String getInputFileDirDefaultValue()
          Default value for inputFileDir.
 java.lang.String getInputFileDirFieldPrintValue()
          Return the print name of the inputFileDir field.
static boolean getInputFileDirFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getInputFileDirInvalidValue()
          Invalid value for inputFileDir.
static int getInputFileDirLengthMax()
          Maximum inputFileDir length is 60 characters
static int getInputFileDirLengthNorm()
          Normal inputFileDir length is 30 characters
 java.lang.String getInputFileDirMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getInputFileDirPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getInputFileDirRange()
          Return the range specification for this field
 java.lang.String getInputFileDirValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 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.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 getOutgoingSyncDataImportExport()
          Accessor for outgoingSyncDataImportExport
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncDataImportExportDefaultValue()
          Default value for outgoingSyncDataImportExport.
 java.lang.String getOutgoingSyncDataImportExportFieldPrintValue()
          Return the print name of the outgoingSyncDataImportExport field.
static boolean getOutgoingSyncDataImportExportFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncDataImportExportInvalidValue()
          Invalid value for outgoingSyncDataImportExport.
 java.lang.String getOutgoingSyncDataImportExportMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncDataImportExportPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncDataImportExportRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncDataImportExportValidityCheck()
          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 getOutgoingSyncExternalPlanSync()
          Accessor for outgoingSyncExternalPlanSync
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanSyncDefaultValue()
          Default value for outgoingSyncExternalPlanSync.
 java.lang.String getOutgoingSyncExternalPlanSyncFieldPrintValue()
          Return the print name of the outgoingSyncExternalPlanSync field.
static boolean getOutgoingSyncExternalPlanSyncFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanSyncInvalidValue()
          Invalid value for outgoingSyncExternalPlanSync.
 java.lang.String getOutgoingSyncExternalPlanSyncMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncExternalPlanSyncPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncExternalPlanSyncRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncExternalPlanSyncValidityCheck()
          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 getOutgoingSyncPlanComponentQuery()
          Accessor for outgoingSyncPlanComponentQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanComponentQueryDefaultValue()
          Default value for outgoingSyncPlanComponentQuery.
 java.lang.String getOutgoingSyncPlanComponentQueryFieldPrintValue()
          Return the print name of the outgoingSyncPlanComponentQuery field.
static boolean getOutgoingSyncPlanComponentQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanComponentQueryInvalidValue()
          Invalid value for outgoingSyncPlanComponentQuery.
 java.lang.String getOutgoingSyncPlanComponentQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncPlanComponentQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncPlanComponentQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncPlanComponentQueryValidityCheck()
          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 getOutgoingSyncPlanRecalc()
          Accessor for outgoingSyncPlanRecalc
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanRecalcDefaultValue()
          Default value for outgoingSyncPlanRecalc.
 java.lang.String getOutgoingSyncPlanRecalcFieldPrintValue()
          Return the print name of the outgoingSyncPlanRecalc field.
static boolean getOutgoingSyncPlanRecalcFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanRecalcInvalidValue()
          Invalid value for outgoingSyncPlanRecalc.
 java.lang.String getOutgoingSyncPlanRecalcMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncPlanRecalcPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncPlanRecalcRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncPlanRecalcValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncReaderQuery()
          Accessor for outgoingSyncReaderQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncReaderQueryDefaultValue()
          Default value for outgoingSyncReaderQuery.
 java.lang.String getOutgoingSyncReaderQueryFieldPrintValue()
          Return the print name of the outgoingSyncReaderQuery field.
static boolean getOutgoingSyncReaderQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncReaderQueryInvalidValue()
          Invalid value for outgoingSyncReaderQuery.
 java.lang.String getOutgoingSyncReaderQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncReaderQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncReaderQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncReaderQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncResourceQuery()
          Accessor for outgoingSyncResourceQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncResourceQueryDefaultValue()
          Default value for outgoingSyncResourceQuery.
 java.lang.String getOutgoingSyncResourceQueryFieldPrintValue()
          Return the print name of the outgoingSyncResourceQuery field.
static boolean getOutgoingSyncResourceQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncResourceQueryInvalidValue()
          Invalid value for outgoingSyncResourceQuery.
 java.lang.String getOutgoingSyncResourceQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncResourceQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncResourceQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncResourceQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncStatsQuery()
          Accessor for outgoingSyncStatsQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncStatsQueryDefaultValue()
          Default value for outgoingSyncStatsQuery.
 java.lang.String getOutgoingSyncStatsQueryFieldPrintValue()
          Return the print name of the outgoingSyncStatsQuery field.
static boolean getOutgoingSyncStatsQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncStatsQueryInvalidValue()
          Invalid value for outgoingSyncStatsQuery.
 java.lang.String getOutgoingSyncStatsQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncStatsQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncStatsQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncStatsQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskPhaseQuery()
          Accessor for outgoingSyncTaskPhaseQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskPhaseQueryDefaultValue()
          Default value for outgoingSyncTaskPhaseQuery.
 java.lang.String getOutgoingSyncTaskPhaseQueryFieldPrintValue()
          Return the print name of the outgoingSyncTaskPhaseQuery field.
static boolean getOutgoingSyncTaskPhaseQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskPhaseQueryInvalidValue()
          Invalid value for outgoingSyncTaskPhaseQuery.
 java.lang.String getOutgoingSyncTaskPhaseQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncTaskPhaseQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncTaskPhaseQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncTaskPhaseQueryValidityCheck()
          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.
 java.lang.String getOutputFileDir()
          Accessor for outputFileDir
static java.lang.String getOutputFileDirDefaultValue()
          Default value for outputFileDir.
 java.lang.String getOutputFileDirFieldPrintValue()
          Return the print name of the outputFileDir field.
static boolean getOutputFileDirFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getOutputFileDirInvalidValue()
          Invalid value for outputFileDir.
static int getOutputFileDirLengthMax()
          Maximum outputFileDir length is 60 characters
static int getOutputFileDirLengthNorm()
          Normal outputFileDir length is 30 characters
 java.lang.String getOutputFileDirMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutputFileDirPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutputFileDirRange()
          Return the range specification for this field
 java.lang.String getOutputFileDirValidityCheck()
          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 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
 java.lang.String getTechSupportEmailAddress()
          Accessor for techSupportEmailAddress
static java.lang.String getTechSupportEmailAddressDefaultValue()
          Default value for techSupportEmailAddress.
 java.lang.String getTechSupportEmailAddressFieldPrintValue()
          Return the print name of the techSupportEmailAddress field.
static boolean getTechSupportEmailAddressFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getTechSupportEmailAddressInvalidValue()
          Invalid value for techSupportEmailAddress.
static int getTechSupportEmailAddressLengthMax()
          Maximum techSupportEmailAddress length is 60 characters
static int getTechSupportEmailAddressLengthNorm()
          Normal techSupportEmailAddress length is 30 characters
 java.lang.String getTechSupportEmailAddressMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getTechSupportEmailAddressPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getTechSupportEmailAddressRange()
          Return the range specification for this field
 java.lang.String getTechSupportEmailAddressValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getUserLookupInstanceName()
          Accessor for userLookupInstanceName
static java.lang.String getUserLookupInstanceNameDefaultValue()
          Default value for userLookupInstanceName.
 java.lang.String getUserLookupInstanceNameFieldPrintValue()
          Return the print name of the userLookupInstanceName field.
static boolean getUserLookupInstanceNameFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getUserLookupInstanceNameInvalidValue()
          Invalid value for userLookupInstanceName.
static int getUserLookupInstanceNameLengthMax()
          Maximum userLookupInstanceName length is 60 characters
static int getUserLookupInstanceNameLengthNorm()
          Normal userLookupInstanceName length is 30 characters
 java.lang.String getUserLookupInstanceNameMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getUserLookupInstanceNamePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getUserLookupInstanceNameRange()
          Return the range specification for this field
 java.lang.String getUserLookupInstanceNameValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 void init()
          Initialize all fields to their default values
 void log(int severity, java.lang.String msg)
          Log the message with the specified severity.
 void log(java.lang.String msg)
          Shorthand for log(Logger.LOGLEVEL_INFO,msg)
static java.lang.String logLevelActual2Print(java.lang.String actualVal)
          Utility method to transform an actual value for this field into a print value.
 int logLevelLabelToValue(java.lang.String label)
          Given a label, return the value for it.
static java.lang.String logLevelPrint2Actual(java.lang.String printVal)
          Utility method to transform a print value for this field into an actual value.
static java.lang.String logLevelPrint2Key(java.lang.String printVal)
          Utility method to transform a print value for this field into a key value.
 java.lang.String logLevelValueToLabel(int val)
          Given a value, return the declared label for it.
protected  void notifyStateChange(int prevState, int currState)
          Notify our registered control wrappers of our state change
protected  void onDelivery(org.sandev.basics.sandmessages.CacheAction msg)
          Override this method in your node implementation
protected  void onDelivery(org.sandev.basics.sandmessages.Stats msg)
          Override this method in your node implementation
protected  void onFailure()
          Override this method to do work when the node enters the failed state.
protected  void onRestart()
          Override this method to do work during startup().
protected  void onResume()
          Override this method to do work during resume().
protected  void onShutdown()
          Override this method to do work during shutdown().
protected  void onStartup()
          Override this method to do work during startup().
protected  void onSuspend()
          Override this method to do work during suspend().
 org.sandev.basics.structs.SandMessage receive(org.sandev.basics.structs.SandMessage msg)
          Only those receive methods explicitely declared by the node should actually be called.
 void restart()
          Restarts a running node by calling shutdown and then startup
 void resume()
          Resumes a suspended node.
static java.lang.String sandNodeStateActual2Print(java.lang.String actualVal)
          Utility method to transform an actual value for this field into a print value.
 int sandNodeStateLabelToValue(java.lang.String label)
          Given a label, return the value for it.
static java.lang.String sandNodeStatePrint2Actual(java.lang.String printVal)
          Utility method to transform a print value for this field into an actual value.
static java.lang.String sandNodeStatePrint2Key(java.lang.String printVal)
          Utility method to transform a print value for this field into a key value.
 java.lang.String sandNodeStateValueToLabel(int val)
          Given a value, return the declared label for it.
 void setAuthorizerInstanceName(java.lang.Object authorizerInstanceName)
          Generic mutator for authorizerInstanceName
 void setAuthorizerInstanceName(java.lang.String authorizerInstanceName)
          Mutator for authorizerInstanceName
 void setHelperNodes(org.sandev.basics.nodecommon.Controllable[] nodes)
          mutator for helperNodes
 void setIncomingAsyncCacheActionSource(org.sandev.basics.sandmessages.IODeclSubscribe incomingAsyncCacheActionSource)
          Mutator for incomingAsyncCacheActionSource
 void setIncomingAsyncCacheActionSource(java.lang.Object incomingAsyncCacheActionSource)
          Generic mutator for incomingAsyncCacheActionSource
 void setIncomingAsyncStatsSource(org.sandev.basics.sandmessages.IODeclSubscribe incomingAsyncStatsSource)
          Mutator for incomingAsyncStatsSource
 void setIncomingAsyncStatsSource(java.lang.Object incomingAsyncStatsSource)
          Generic mutator for incomingAsyncStatsSource
 void setInputFileDir(java.lang.Object inputFileDir)
          Generic mutator for inputFileDir
 void setInputFileDir(java.lang.String inputFileDir)
          Mutator for inputFileDir
 void setLogger(org.sandev.basics.nodecommon.Logger logger)
          Mutator for logger
 void setLogger(java.lang.Object logger)
          Generic mutator for logger
 void setLogLevel(int logLevel)
          Mutator for logLevel
 void setMessager(org.sandev.basics.nodecommon.Messager messager)
          Mutator for messager
 void setMessager(java.lang.Object messager)
          Generic mutator for messager
 void setNodeInstance(org.sandev.basics.structs.NodeInstance nodeInstance)
          Mutator for nodeInstance
 void setNodeInstance(java.lang.Object nodeInstance)
          Generic mutator for nodeInstance
 void setOutgoingSyncAggregateUpdate(org.sandev.basics.sandmessages.IODeclCall outgoingSyncAggregateUpdate)
          Mutator for outgoingSyncAggregateUpdate
 void setOutgoingSyncAggregateUpdate(java.lang.Object outgoingSyncAggregateUpdate)
          Generic mutator for outgoingSyncAggregateUpdate
 void setOutgoingSyncCacheActionRegistration(org.sandev.basics.sandmessages.IODeclCall outgoingSyncCacheActionRegistration)
          Mutator for outgoingSyncCacheActionRegistration
 void setOutgoingSyncCacheActionRegistration(java.lang.Object outgoingSyncCacheActionRegistration)
          Generic mutator for outgoingSyncCacheActionRegistration
 void setOutgoingSyncDataImportExport(org.sandev.basics.sandmessages.IODeclCall outgoingSyncDataImportExport)
          Mutator for outgoingSyncDataImportExport
 void setOutgoingSyncDataImportExport(java.lang.Object outgoingSyncDataImportExport)
          Generic mutator for outgoingSyncDataImportExport
 void setOutgoingSyncExternalPlanQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncExternalPlanQuery)
          Mutator for outgoingSyncExternalPlanQuery
 void setOutgoingSyncExternalPlanQuery(java.lang.Object outgoingSyncExternalPlanQuery)
          Generic mutator for outgoingSyncExternalPlanQuery
 void setOutgoingSyncExternalPlanSync(org.sandev.basics.sandmessages.IODeclCall outgoingSyncExternalPlanSync)
          Mutator for outgoingSyncExternalPlanSync
 void setOutgoingSyncExternalPlanSync(java.lang.Object outgoingSyncExternalPlanSync)
          Generic mutator for outgoingSyncExternalPlanSync
 void setOutgoingSyncHeapAttributesQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncHeapAttributesQuery)
          Mutator for outgoingSyncHeapAttributesQuery
 void setOutgoingSyncHeapAttributesQuery(java.lang.Object outgoingSyncHeapAttributesQuery)
          Generic mutator for outgoingSyncHeapAttributesQuery
 void setOutgoingSyncPlanComponentQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncPlanComponentQuery)
          Mutator for outgoingSyncPlanComponentQuery
 void setOutgoingSyncPlanComponentQuery(java.lang.Object outgoingSyncPlanComponentQuery)
          Generic mutator for outgoingSyncPlanComponentQuery
 void setOutgoingSyncPlanQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncPlanQuery)
          Mutator for outgoingSyncPlanQuery
 void setOutgoingSyncPlanQuery(java.lang.Object outgoingSyncPlanQuery)
          Generic mutator for outgoingSyncPlanQuery
 void setOutgoingSyncPlanRecalc(org.sandev.basics.sandmessages.IODeclCall outgoingSyncPlanRecalc)
          Mutator for outgoingSyncPlanRecalc
 void setOutgoingSyncPlanRecalc(java.lang.Object outgoingSyncPlanRecalc)
          Generic mutator for outgoingSyncPlanRecalc
 void setOutgoingSyncReaderQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncReaderQuery)
          Mutator for outgoingSyncReaderQuery
 void setOutgoingSyncReaderQuery(java.lang.Object outgoingSyncReaderQuery)
          Generic mutator for outgoingSyncReaderQuery
 void setOutgoingSyncResourceQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncResourceQuery)
          Mutator for outgoingSyncResourceQuery
 void setOutgoingSyncResourceQuery(java.lang.Object outgoingSyncResourceQuery)
          Generic mutator for outgoingSyncResourceQuery
 void setOutgoingSyncStatsQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncStatsQuery)
          Mutator for outgoingSyncStatsQuery
 void setOutgoingSyncStatsQuery(java.lang.Object outgoingSyncStatsQuery)
          Generic mutator for outgoingSyncStatsQuery
 void setOutgoingSyncTaskPhaseQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskPhaseQuery)
          Mutator for outgoingSyncTaskPhaseQuery
 void setOutgoingSyncTaskPhaseQuery(java.lang.Object outgoingSyncTaskPhaseQuery)
          Generic mutator for outgoingSyncTaskPhaseQuery
 void setOutgoingSyncTaskQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskQuery)
          Mutator for outgoingSyncTaskQuery
 void setOutgoingSyncTaskQuery(java.lang.Object outgoingSyncTaskQuery)
          Generic mutator for outgoingSyncTaskQuery
 void setOutgoingSyncTaskTypeQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskTypeQuery)
          Mutator for outgoingSyncTaskTypeQuery
 void setOutgoingSyncTaskTypeQuery(java.lang.Object outgoingSyncTaskTypeQuery)
          Generic mutator for outgoingSyncTaskTypeQuery
 void setOutputFileDir(java.lang.Object outputFileDir)
          Generic mutator for outputFileDir
 void setOutputFileDir(java.lang.String outputFileDir)
          Mutator for outputFileDir
 void setParent(org.sandev.basics.nodecommon.Controllable node)
          mutator for parent
 void setSandNodeErrorMessage(java.lang.Object sandNodeErrorMessage)
          Generic mutator for sandNodeErrorMessage
 void setSandNodeErrorMessage(java.lang.String sandNodeErrorMessage)
          Mutator for sandNodeErrorMessage
 void setSandNodeState(int sandNodeState)
          Mutator for sandNodeState
 void setSandRoot(org.sandev.basics.nodecommon.SandRoot val)
          mutator for sandRoot
 void setTechSupportEmailAddress(java.lang.Object techSupportEmailAddress)
          Generic mutator for techSupportEmailAddress
 void setTechSupportEmailAddress(java.lang.String techSupportEmailAddress)
          Mutator for techSupportEmailAddress
protected  void setupSecureReceive()
          Register us for receive with our local Authorizer
protected  void setupSubscriptions()
          Subscribe us to the nodes we need to listen to
 void setUserLookupInstanceName(java.lang.Object userLookupInstanceName)
          Generic mutator for userLookupInstanceName
 void setUserLookupInstanceName(java.lang.String userLookupInstanceName)
          Mutator for userLookupInstanceName
 void shutdown()
          Stops a running node.
 void startup()
          Starts a stopped node.
 void suspend()
          Suspends a running node.
 void systemwideShutdown(int code)
          Call our shutdown, which shuts down our local nodes, then cascade this call upward to our parent so it spreads throughout the system as needed.
 boolean validTransition(int transition)
          Validates a state transition by comparing the desired transition with the current state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outgoingSyncAggregateUpdate

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncAggregateUpdate
Outbound org.sandev.basics.structs.AggregateUpdate synchronous messaging configuration


outgoingSyncExternalPlanQuery

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncExternalPlanQuery
Outbound org.sandev.TaskHeap.sandmessages.ExternalPlanQuery synchronous messaging configuration


outgoingSyncExternalPlanSync

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncExternalPlanSync
Outbound org.sandev.TaskHeap.sandmessages.ExternalPlanSync synchronous messaging configuration


outgoingSyncPlanComponentQuery

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncPlanComponentQuery
Outbound org.sandev.TaskHeap.sandmessages.PlanComponentQuery synchronous messaging configuration


outgoingSyncPlanQuery

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncPlanQuery
Outbound org.sandev.TaskHeap.sandmessages.PlanQuery synchronous messaging configuration


outgoingSyncPlanRecalc

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncPlanRecalc
Outbound org.sandev.TaskHeap.sandmessages.PlanRecalc synchronous messaging configuration


outgoingSyncReaderQuery

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncReaderQuery
Outbound org.sandev.TaskHeap.sandmessages.ReaderQuery synchronous messaging configuration


outgoingSyncResourceQuery

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncResourceQuery
Outbound org.sandev.TaskHeap.sandmessages.ResourceQuery synchronous messaging configuration


outgoingSyncTaskPhaseQuery

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskPhaseQuery
Outbound org.sandev.TaskHeap.sandmessages.TaskPhaseQuery synchronous messaging configuration


outgoingSyncTaskQuery

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskQuery
Outbound org.sandev.TaskHeap.sandmessages.TaskQuery synchronous messaging configuration


outgoingSyncTaskTypeQuery

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskTypeQuery
Outbound org.sandev.TaskHeap.sandmessages.TaskTypeQuery synchronous messaging configuration


outgoingSyncCacheActionRegistration

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncCacheActionRegistration
Outbound org.sandev.basics.sandmessages.CacheAction synchronous messaging configuration


outgoingSyncStatsQuery

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncStatsQuery
Outbound org.sandev.basics.sandmessages.StatsQuery synchronous messaging configuration


outgoingSyncHeapAttributesQuery

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncHeapAttributesQuery
Outbound org.sandev.TaskHeap.sandmessages.HeapAttributesQuery synchronous messaging configuration


outgoingSyncDataImportExport

protected org.sandev.basics.sandmessages.IODeclCall outgoingSyncDataImportExport
Outbound org.sandev.basics.sandmessages.DataImportExport synchronous messaging configuration


incomingAsyncCacheActionSource

protected org.sandev.basics.sandmessages.IODeclSubscribe incomingAsyncCacheActionSource
Inbound org.sandev.basics.sandmessages.CacheAction asynchronous messaging configuration


incomingAsyncStatsSource

protected org.sandev.basics.sandmessages.IODeclSubscribe incomingAsyncStatsSource
Inbound org.sandev.basics.sandmessages.Stats asynchronous messaging configuration


sandNodeState

protected int sandNodeState
Runtime state of the node. Must be one of the STATE constants defined in Controllable


SANDNODESTATE_UNDEFINED

public static final int SANDNODESTATE_UNDEFINED
Possible value for sandNodeState

See Also:
Constant Field Values

SANDNODESTATE_RUNNING

public static final int SANDNODESTATE_RUNNING
Possible value for sandNodeState

See Also:
Constant Field Values

SANDNODESTATE_SUSPENDED

public static final int SANDNODESTATE_SUSPENDED
Possible value for sandNodeState

See Also:
Constant Field Values

SANDNODESTATE_STOPPED

public static final int SANDNODESTATE_STOPPED
Possible value for sandNodeState

See Also:
Constant Field Values

SANDNODESTATE_FAILED

public static final int SANDNODESTATE_FAILED
Possible value for sandNodeState

See Also:
Constant Field Values

SANDNODESTATE_STARTING

public static final int SANDNODESTATE_STARTING
Possible value for sandNodeState

See Also:
Constant Field Values

SANDNODESTATE_STOPPING

public static final int SANDNODESTATE_STOPPING
Possible value for sandNodeState

See Also:
Constant Field Values

SANDNODESTATE_SUSPENDING

public static final int SANDNODESTATE_SUSPENDING
Possible value for sandNodeState

See Also:
Constant Field Values

SANDNODESTATE_RESUMING

public static final int SANDNODESTATE_RESUMING
Possible value for sandNodeState

See Also:
Constant Field Values

SANDNODESTATE_FAILING

public static final int SANDNODESTATE_FAILING
Possible value for sandNodeState

See Also:
Constant Field Values

sandNodeErrorMessage

protected java.lang.String sandNodeErrorMessage
Text details of the node execution error.


messager

protected org.sandev.basics.nodecommon.Messager messager
Communications to and from this node.


logger

protected org.sandev.basics.nodecommon.Logger logger
Logfile output at specified severity levels.


logLevel

protected int logLevel
Calls to log with severity levels less than this value will be ignored. For example, if you set this field to LOGLEVEL_WARN, then a call to log with LOGLEVEL_INFO will be ignored, while any call with LOGLEVEL_WARN/ERROR/FATAL will be processed. The log levels are defined in org.sandev.basics.nodecommon.Logger


LOGLEVEL_DEBUG

public static final int LOGLEVEL_DEBUG
Possible value for logLevel

See Also:
Constant Field Values

LOGLEVEL_INFO

public static final int LOGLEVEL_INFO
Possible value for logLevel

See Also:
Constant Field Values

LOGLEVEL_WARN

public static final int LOGLEVEL_WARN
Possible value for logLevel

See Also:
Constant Field Values

LOGLEVEL_ERROR

public static final int LOGLEVEL_ERROR
Possible value for logLevel

See Also:
Constant Field Values

LOGLEVEL_FATAL

public static final int LOGLEVEL_FATAL
Possible value for logLevel

See Also:
Constant Field Values

nodeInstance

protected org.sandev.basics.structs.NodeInstance nodeInstance
The declaration used to initialize this node instance when it was first created. This information is for reference only, it can only be modified within the configuration.


sandRoot

protected org.sandev.basics.nodecommon.SandRoot sandRoot
Back reference to the SandRoot that launched us.


LOGDEBUG

protected static final int LOGDEBUG
Convenience redeclaration of corresponding Logger.LOGLEVEL constant

See Also:
Constant Field Values

LOGINFO

protected static final int LOGINFO
Convenience redeclaration of corresponding Logger.LOGLEVEL constant

See Also:
Constant Field Values

LOGWARN

protected static final int LOGWARN
Convenience redeclaration of corresponding Logger.LOGLEVEL constant

See Also:
Constant Field Values

LOGERROR

protected static final int LOGERROR
Convenience redeclaration of corresponding Logger.LOGLEVEL constant

See Also:
Constant Field Values

LOGFATAL

protected static final int LOGFATAL
Convenience redeclaration of corresponding Logger.LOGLEVEL constant

See Also:
Constant Field Values

parent

protected org.sandev.basics.nodecommon.Controllable parent
Our parent node


helperNodes

protected org.sandev.basics.nodecommon.Controllable[] helperNodes
Our helper nodes


ctrlwrappers

protected org.sandev.basics.nodecommon.ControlWrapper[] ctrlwrappers
The control wrappers we need to notify of state or parameter changes.

Constructor Detail

TaskHeapUINodeBase

public TaskHeapUINodeBase()
Default constructor calls init.

Method Detail

fieldHasFlag

public boolean fieldHasFlag(java.lang.String fieldname,
                            int fieldflag)
Return true if the named field declares the indicated flag, false otherwise. See the FIELDFLAG* constants in SandInstanceMessage for supported fieldflag values.


getUserLookupInstanceName

public java.lang.String getUserLookupInstanceName()
Accessor for userLookupInstanceName


setUserLookupInstanceName

public void setUserLookupInstanceName(java.lang.String userLookupInstanceName)
Mutator for userLookupInstanceName


setUserLookupInstanceName

public void setUserLookupInstanceName(java.lang.Object userLookupInstanceName)
Generic mutator for userLookupInstanceName


getUserLookupInstanceNameFlag

public static boolean getUserLookupInstanceNameFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getUserLookupInstanceNameLengthNorm

public static int getUserLookupInstanceNameLengthNorm()
Normal userLookupInstanceName length is 30 characters


getUserLookupInstanceNameLengthMax

public static int getUserLookupInstanceNameLengthMax()
Maximum userLookupInstanceName length is 60 characters


getUserLookupInstanceNameDefaultValue

public static java.lang.String getUserLookupInstanceNameDefaultValue()
Default value for userLookupInstanceName. Returns ""


getUserLookupInstanceNameInvalidValue

public static java.lang.String getUserLookupInstanceNameInvalidValue()
Invalid value for userLookupInstanceName. Returns null


getUserLookupInstanceNamePrintValue

public java.lang.String getUserLookupInstanceNamePrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getUserLookupInstanceNameFieldPrintValue

public java.lang.String getUserLookupInstanceNameFieldPrintValue()
Return the print name of the userLookupInstanceName field. If no printname is declared then this returns the field name.


getUserLookupInstanceNameRange

public java.lang.String getUserLookupInstanceNameRange()
Return the range specification for this field


getUserLookupInstanceNameValidityCheck

public java.lang.String getUserLookupInstanceNameValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getUserLookupInstanceNameMetatype

public java.lang.String getUserLookupInstanceNameMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getAuthorizerInstanceName

public java.lang.String getAuthorizerInstanceName()
Accessor for authorizerInstanceName


setAuthorizerInstanceName

public void setAuthorizerInstanceName(java.lang.String authorizerInstanceName)
Mutator for authorizerInstanceName


setAuthorizerInstanceName

public void setAuthorizerInstanceName(java.lang.Object authorizerInstanceName)
Generic mutator for authorizerInstanceName


getAuthorizerInstanceNameFlag

public static boolean getAuthorizerInstanceNameFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getAuthorizerInstanceNameLengthNorm

public static int getAuthorizerInstanceNameLengthNorm()
Normal authorizerInstanceName length is 30 characters


getAuthorizerInstanceNameLengthMax

public static int getAuthorizerInstanceNameLengthMax()
Maximum authorizerInstanceName length is 60 characters


getAuthorizerInstanceNameDefaultValue

public static java.lang.String getAuthorizerInstanceNameDefaultValue()
Default value for authorizerInstanceName. Returns ""


getAuthorizerInstanceNameInvalidValue

public static java.lang.String getAuthorizerInstanceNameInvalidValue()
Invalid value for authorizerInstanceName. Returns null


getAuthorizerInstanceNamePrintValue

public java.lang.String getAuthorizerInstanceNamePrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getAuthorizerInstanceNameFieldPrintValue

public java.lang.String getAuthorizerInstanceNameFieldPrintValue()
Return the print name of the authorizerInstanceName field. If no printname is declared then this returns the field name.


getAuthorizerInstanceNameRange

public java.lang.String getAuthorizerInstanceNameRange()
Return the range specification for this field


getAuthorizerInstanceNameValidityCheck

public java.lang.String getAuthorizerInstanceNameValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getAuthorizerInstanceNameMetatype

public java.lang.String getAuthorizerInstanceNameMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getInputFileDir

public java.lang.String getInputFileDir()
Accessor for inputFileDir


setInputFileDir

public void setInputFileDir(java.lang.String inputFileDir)
Mutator for inputFileDir


setInputFileDir

public void setInputFileDir(java.lang.Object inputFileDir)
Generic mutator for inputFileDir


getInputFileDirFlag

public static boolean getInputFileDirFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getInputFileDirLengthNorm

public static int getInputFileDirLengthNorm()
Normal inputFileDir length is 30 characters


getInputFileDirLengthMax

public static int getInputFileDirLengthMax()
Maximum inputFileDir length is 60 characters


getInputFileDirDefaultValue

public static java.lang.String getInputFileDirDefaultValue()
Default value for inputFileDir. Returns "TaskHeap/import"


getInputFileDirInvalidValue

public static java.lang.String getInputFileDirInvalidValue()
Invalid value for inputFileDir. Returns null


getInputFileDirPrintValue

public java.lang.String getInputFileDirPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getInputFileDirFieldPrintValue

public java.lang.String getInputFileDirFieldPrintValue()
Return the print name of the inputFileDir field. If no printname is declared then this returns the field name.


getInputFileDirRange

public java.lang.String getInputFileDirRange()
Return the range specification for this field


getInputFileDirValidityCheck

public java.lang.String getInputFileDirValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getInputFileDirMetatype

public java.lang.String getInputFileDirMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutputFileDir

public java.lang.String getOutputFileDir()
Accessor for outputFileDir


setOutputFileDir

public void setOutputFileDir(java.lang.String outputFileDir)
Mutator for outputFileDir


setOutputFileDir

public void setOutputFileDir(java.lang.Object outputFileDir)
Generic mutator for outputFileDir


getOutputFileDirFlag

public static boolean getOutputFileDirFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutputFileDirLengthNorm

public static int getOutputFileDirLengthNorm()
Normal outputFileDir length is 30 characters


getOutputFileDirLengthMax

public static int getOutputFileDirLengthMax()
Maximum outputFileDir length is 60 characters


getOutputFileDirDefaultValue

public static java.lang.String getOutputFileDirDefaultValue()
Default value for outputFileDir. Returns "TaskHeap/output"


getOutputFileDirInvalidValue

public static java.lang.String getOutputFileDirInvalidValue()
Invalid value for outputFileDir. Returns null


getOutputFileDirPrintValue

public java.lang.String getOutputFileDirPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutputFileDirFieldPrintValue

public java.lang.String getOutputFileDirFieldPrintValue()
Return the print name of the outputFileDir field. If no printname is declared then this returns the field name.


getOutputFileDirRange

public java.lang.String getOutputFileDirRange()
Return the range specification for this field


getOutputFileDirValidityCheck

public java.lang.String getOutputFileDirValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutputFileDirMetatype

public java.lang.String getOutputFileDirMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getTechSupportEmailAddress

public java.lang.String getTechSupportEmailAddress()
Accessor for techSupportEmailAddress


setTechSupportEmailAddress

public void setTechSupportEmailAddress(java.lang.String techSupportEmailAddress)
Mutator for techSupportEmailAddress


setTechSupportEmailAddress

public void setTechSupportEmailAddress(java.lang.Object techSupportEmailAddress)
Generic mutator for techSupportEmailAddress


getTechSupportEmailAddressFlag

public static boolean getTechSupportEmailAddressFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getTechSupportEmailAddressLengthNorm

public static int getTechSupportEmailAddressLengthNorm()
Normal techSupportEmailAddress length is 30 characters


getTechSupportEmailAddressLengthMax

public static int getTechSupportEmailAddressLengthMax()
Maximum techSupportEmailAddress length is 60 characters


getTechSupportEmailAddressDefaultValue

public static java.lang.String getTechSupportEmailAddressDefaultValue()
Default value for techSupportEmailAddress. Returns "support@taskheap.com"


getTechSupportEmailAddressInvalidValue

public static java.lang.String getTechSupportEmailAddressInvalidValue()
Invalid value for techSupportEmailAddress. Returns null


getTechSupportEmailAddressPrintValue

public java.lang.String getTechSupportEmailAddressPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getTechSupportEmailAddressFieldPrintValue

public java.lang.String getTechSupportEmailAddressFieldPrintValue()
Return the print name of the techSupportEmailAddress field. If no printname is declared then this returns the field name.


getTechSupportEmailAddressRange

public java.lang.String getTechSupportEmailAddressRange()
Return the range specification for this field


getTechSupportEmailAddressValidityCheck

public java.lang.String getTechSupportEmailAddressValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getTechSupportEmailAddressMetatype

public java.lang.String getTechSupportEmailAddressMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncAggregateUpdate

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncAggregateUpdate()
Accessor for outgoingSyncAggregateUpdate


setOutgoingSyncAggregateUpdate

public void setOutgoingSyncAggregateUpdate(org.sandev.basics.sandmessages.IODeclCall outgoingSyncAggregateUpdate)
Mutator for outgoingSyncAggregateUpdate


setOutgoingSyncAggregateUpdate

public void setOutgoingSyncAggregateUpdate(java.lang.Object outgoingSyncAggregateUpdate)
Generic mutator for outgoingSyncAggregateUpdate


getOutgoingSyncAggregateUpdateFlag

public static boolean getOutgoingSyncAggregateUpdateFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncAggregateUpdateDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncAggregateUpdateDefaultValue()
Default value for outgoingSyncAggregateUpdate. Returns new IODeclCall()


getOutgoingSyncAggregateUpdateInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncAggregateUpdateInvalidValue()
Invalid value for outgoingSyncAggregateUpdate. Returns null


getOutgoingSyncAggregateUpdatePrintValue

public java.lang.String getOutgoingSyncAggregateUpdatePrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncAggregateUpdateFieldPrintValue

public java.lang.String getOutgoingSyncAggregateUpdateFieldPrintValue()
Return the print name of the outgoingSyncAggregateUpdate field. If no printname is declared then this returns the field name.


getOutgoingSyncAggregateUpdateRange

public java.lang.String getOutgoingSyncAggregateUpdateRange()
Return the range specification for this field


getOutgoingSyncAggregateUpdateValidityCheck

public java.lang.String getOutgoingSyncAggregateUpdateValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncAggregateUpdateMetatype

public java.lang.String getOutgoingSyncAggregateUpdateMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncExternalPlanQuery

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanQuery()
Accessor for outgoingSyncExternalPlanQuery


setOutgoingSyncExternalPlanQuery

public void setOutgoingSyncExternalPlanQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncExternalPlanQuery)
Mutator for outgoingSyncExternalPlanQuery


setOutgoingSyncExternalPlanQuery

public void setOutgoingSyncExternalPlanQuery(java.lang.Object outgoingSyncExternalPlanQuery)
Generic mutator for outgoingSyncExternalPlanQuery


getOutgoingSyncExternalPlanQueryFlag

public static boolean getOutgoingSyncExternalPlanQueryFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncExternalPlanQueryDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanQueryDefaultValue()
Default value for outgoingSyncExternalPlanQuery. Returns new IODeclCall()


getOutgoingSyncExternalPlanQueryInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanQueryInvalidValue()
Invalid value for outgoingSyncExternalPlanQuery. Returns null


getOutgoingSyncExternalPlanQueryPrintValue

public java.lang.String getOutgoingSyncExternalPlanQueryPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncExternalPlanQueryFieldPrintValue

public java.lang.String getOutgoingSyncExternalPlanQueryFieldPrintValue()
Return the print name of the outgoingSyncExternalPlanQuery field. If no printname is declared then this returns the field name.


getOutgoingSyncExternalPlanQueryRange

public java.lang.String getOutgoingSyncExternalPlanQueryRange()
Return the range specification for this field


getOutgoingSyncExternalPlanQueryValidityCheck

public java.lang.String getOutgoingSyncExternalPlanQueryValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncExternalPlanQueryMetatype

public java.lang.String getOutgoingSyncExternalPlanQueryMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncExternalPlanSync

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanSync()
Accessor for outgoingSyncExternalPlanSync


setOutgoingSyncExternalPlanSync

public void setOutgoingSyncExternalPlanSync(org.sandev.basics.sandmessages.IODeclCall outgoingSyncExternalPlanSync)
Mutator for outgoingSyncExternalPlanSync


setOutgoingSyncExternalPlanSync

public void setOutgoingSyncExternalPlanSync(java.lang.Object outgoingSyncExternalPlanSync)
Generic mutator for outgoingSyncExternalPlanSync


getOutgoingSyncExternalPlanSyncFlag

public static boolean getOutgoingSyncExternalPlanSyncFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncExternalPlanSyncDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanSyncDefaultValue()
Default value for outgoingSyncExternalPlanSync. Returns new IODeclCall()


getOutgoingSyncExternalPlanSyncInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanSyncInvalidValue()
Invalid value for outgoingSyncExternalPlanSync. Returns null


getOutgoingSyncExternalPlanSyncPrintValue

public java.lang.String getOutgoingSyncExternalPlanSyncPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncExternalPlanSyncFieldPrintValue

public java.lang.String getOutgoingSyncExternalPlanSyncFieldPrintValue()
Return the print name of the outgoingSyncExternalPlanSync field. If no printname is declared then this returns the field name.


getOutgoingSyncExternalPlanSyncRange

public java.lang.String getOutgoingSyncExternalPlanSyncRange()
Return the range specification for this field


getOutgoingSyncExternalPlanSyncValidityCheck

public java.lang.String getOutgoingSyncExternalPlanSyncValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncExternalPlanSyncMetatype

public java.lang.String getOutgoingSyncExternalPlanSyncMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncPlanComponentQuery

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanComponentQuery()
Accessor for outgoingSyncPlanComponentQuery


setOutgoingSyncPlanComponentQuery

public void setOutgoingSyncPlanComponentQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncPlanComponentQuery)
Mutator for outgoingSyncPlanComponentQuery


setOutgoingSyncPlanComponentQuery

public void setOutgoingSyncPlanComponentQuery(java.lang.Object outgoingSyncPlanComponentQuery)
Generic mutator for outgoingSyncPlanComponentQuery


getOutgoingSyncPlanComponentQueryFlag

public static boolean getOutgoingSyncPlanComponentQueryFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncPlanComponentQueryDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanComponentQueryDefaultValue()
Default value for outgoingSyncPlanComponentQuery. Returns new IODeclCall()


getOutgoingSyncPlanComponentQueryInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanComponentQueryInvalidValue()
Invalid value for outgoingSyncPlanComponentQuery. Returns null


getOutgoingSyncPlanComponentQueryPrintValue

public java.lang.String getOutgoingSyncPlanComponentQueryPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncPlanComponentQueryFieldPrintValue

public java.lang.String getOutgoingSyncPlanComponentQueryFieldPrintValue()
Return the print name of the outgoingSyncPlanComponentQuery field. If no printname is declared then this returns the field name.


getOutgoingSyncPlanComponentQueryRange

public java.lang.String getOutgoingSyncPlanComponentQueryRange()
Return the range specification for this field


getOutgoingSyncPlanComponentQueryValidityCheck

public java.lang.String getOutgoingSyncPlanComponentQueryValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncPlanComponentQueryMetatype

public java.lang.String getOutgoingSyncPlanComponentQueryMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncPlanQuery

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanQuery()
Accessor for outgoingSyncPlanQuery


setOutgoingSyncPlanQuery

public void setOutgoingSyncPlanQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncPlanQuery)
Mutator for outgoingSyncPlanQuery


setOutgoingSyncPlanQuery

public void setOutgoingSyncPlanQuery(java.lang.Object outgoingSyncPlanQuery)
Generic mutator for outgoingSyncPlanQuery


getOutgoingSyncPlanQueryFlag

public static boolean getOutgoingSyncPlanQueryFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncPlanQueryDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanQueryDefaultValue()
Default value for outgoingSyncPlanQuery. Returns new IODeclCall()


getOutgoingSyncPlanQueryInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanQueryInvalidValue()
Invalid value for outgoingSyncPlanQuery. Returns null


getOutgoingSyncPlanQueryPrintValue

public java.lang.String getOutgoingSyncPlanQueryPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncPlanQueryFieldPrintValue

public java.lang.String getOutgoingSyncPlanQueryFieldPrintValue()
Return the print name of the outgoingSyncPlanQuery field. If no printname is declared then this returns the field name.


getOutgoingSyncPlanQueryRange

public java.lang.String getOutgoingSyncPlanQueryRange()
Return the range specification for this field


getOutgoingSyncPlanQueryValidityCheck

public java.lang.String getOutgoingSyncPlanQueryValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncPlanQueryMetatype

public java.lang.String getOutgoingSyncPlanQueryMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncPlanRecalc

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanRecalc()
Accessor for outgoingSyncPlanRecalc


setOutgoingSyncPlanRecalc

public void setOutgoingSyncPlanRecalc(org.sandev.basics.sandmessages.IODeclCall outgoingSyncPlanRecalc)
Mutator for outgoingSyncPlanRecalc


setOutgoingSyncPlanRecalc

public void setOutgoingSyncPlanRecalc(java.lang.Object outgoingSyncPlanRecalc)
Generic mutator for outgoingSyncPlanRecalc


getOutgoingSyncPlanRecalcFlag

public static boolean getOutgoingSyncPlanRecalcFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncPlanRecalcDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanRecalcDefaultValue()
Default value for outgoingSyncPlanRecalc. Returns new IODeclCall()


getOutgoingSyncPlanRecalcInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanRecalcInvalidValue()
Invalid value for outgoingSyncPlanRecalc. Returns null


getOutgoingSyncPlanRecalcPrintValue

public java.lang.String getOutgoingSyncPlanRecalcPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncPlanRecalcFieldPrintValue

public java.lang.String getOutgoingSyncPlanRecalcFieldPrintValue()
Return the print name of the outgoingSyncPlanRecalc field. If no printname is declared then this returns the field name.


getOutgoingSyncPlanRecalcRange

public java.lang.String getOutgoingSyncPlanRecalcRange()
Return the range specification for this field


getOutgoingSyncPlanRecalcValidityCheck

public java.lang.String getOutgoingSyncPlanRecalcValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncPlanRecalcMetatype

public java.lang.String getOutgoingSyncPlanRecalcMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncReaderQuery

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncReaderQuery()
Accessor for outgoingSyncReaderQuery


setOutgoingSyncReaderQuery

public void setOutgoingSyncReaderQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncReaderQuery)
Mutator for outgoingSyncReaderQuery


setOutgoingSyncReaderQuery

public void setOutgoingSyncReaderQuery(java.lang.Object outgoingSyncReaderQuery)
Generic mutator for outgoingSyncReaderQuery


getOutgoingSyncReaderQueryFlag

public static boolean getOutgoingSyncReaderQueryFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncReaderQueryDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncReaderQueryDefaultValue()
Default value for outgoingSyncReaderQuery. Returns new IODeclCall()


getOutgoingSyncReaderQueryInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncReaderQueryInvalidValue()
Invalid value for outgoingSyncReaderQuery. Returns null


getOutgoingSyncReaderQueryPrintValue

public java.lang.String getOutgoingSyncReaderQueryPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncReaderQueryFieldPrintValue

public java.lang.String getOutgoingSyncReaderQueryFieldPrintValue()
Return the print name of the outgoingSyncReaderQuery field. If no printname is declared then this returns the field name.


getOutgoingSyncReaderQueryRange

public java.lang.String getOutgoingSyncReaderQueryRange()
Return the range specification for this field


getOutgoingSyncReaderQueryValidityCheck

public java.lang.String getOutgoingSyncReaderQueryValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncReaderQueryMetatype

public java.lang.String getOutgoingSyncReaderQueryMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncResourceQuery

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncResourceQuery()
Accessor for outgoingSyncResourceQuery


setOutgoingSyncResourceQuery

public void setOutgoingSyncResourceQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncResourceQuery)
Mutator for outgoingSyncResourceQuery


setOutgoingSyncResourceQuery

public void setOutgoingSyncResourceQuery(java.lang.Object outgoingSyncResourceQuery)
Generic mutator for outgoingSyncResourceQuery


getOutgoingSyncResourceQueryFlag

public static boolean getOutgoingSyncResourceQueryFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncResourceQueryDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncResourceQueryDefaultValue()
Default value for outgoingSyncResourceQuery. Returns new IODeclCall()


getOutgoingSyncResourceQueryInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncResourceQueryInvalidValue()
Invalid value for outgoingSyncResourceQuery. Returns null


getOutgoingSyncResourceQueryPrintValue

public java.lang.String getOutgoingSyncResourceQueryPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncResourceQueryFieldPrintValue

public java.lang.String getOutgoingSyncResourceQueryFieldPrintValue()
Return the print name of the outgoingSyncResourceQuery field. If no printname is declared then this returns the field name.


getOutgoingSyncResourceQueryRange

public java.lang.String getOutgoingSyncResourceQueryRange()
Return the range specification for this field


getOutgoingSyncResourceQueryValidityCheck

public java.lang.String getOutgoingSyncResourceQueryValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncResourceQueryMetatype

public java.lang.String getOutgoingSyncResourceQueryMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncTaskPhaseQuery

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskPhaseQuery()
Accessor for outgoingSyncTaskPhaseQuery


setOutgoingSyncTaskPhaseQuery

public void setOutgoingSyncTaskPhaseQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskPhaseQuery)
Mutator for outgoingSyncTaskPhaseQuery


setOutgoingSyncTaskPhaseQuery

public void setOutgoingSyncTaskPhaseQuery(java.lang.Object outgoingSyncTaskPhaseQuery)
Generic mutator for outgoingSyncTaskPhaseQuery


getOutgoingSyncTaskPhaseQueryFlag

public static boolean getOutgoingSyncTaskPhaseQueryFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncTaskPhaseQueryDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskPhaseQueryDefaultValue()
Default value for outgoingSyncTaskPhaseQuery. Returns new IODeclCall()


getOutgoingSyncTaskPhaseQueryInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskPhaseQueryInvalidValue()
Invalid value for outgoingSyncTaskPhaseQuery. Returns null


getOutgoingSyncTaskPhaseQueryPrintValue

public java.lang.String getOutgoingSyncTaskPhaseQueryPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncTaskPhaseQueryFieldPrintValue

public java.lang.String getOutgoingSyncTaskPhaseQueryFieldPrintValue()
Return the print name of the outgoingSyncTaskPhaseQuery field. If no printname is declared then this returns the field name.


getOutgoingSyncTaskPhaseQueryRange

public java.lang.String getOutgoingSyncTaskPhaseQueryRange()
Return the range specification for this field


getOutgoingSyncTaskPhaseQueryValidityCheck

public java.lang.String getOutgoingSyncTaskPhaseQueryValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncTaskPhaseQueryMetatype

public java.lang.String getOutgoingSyncTaskPhaseQueryMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncTaskQuery

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskQuery()
Accessor for outgoingSyncTaskQuery


setOutgoingSyncTaskQuery

public void setOutgoingSyncTaskQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskQuery)
Mutator for outgoingSyncTaskQuery


setOutgoingSyncTaskQuery

public void setOutgoingSyncTaskQuery(java.lang.Object outgoingSyncTaskQuery)
Generic mutator for outgoingSyncTaskQuery


getOutgoingSyncTaskQueryFlag

public static boolean getOutgoingSyncTaskQueryFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncTaskQueryDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskQueryDefaultValue()
Default value for outgoingSyncTaskQuery. Returns new IODeclCall()


getOutgoingSyncTaskQueryInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskQueryInvalidValue()
Invalid value for outgoingSyncTaskQuery. Returns null


getOutgoingSyncTaskQueryPrintValue

public java.lang.String getOutgoingSyncTaskQueryPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncTaskQueryFieldPrintValue

public java.lang.String getOutgoingSyncTaskQueryFieldPrintValue()
Return the print name of the outgoingSyncTaskQuery field. If no printname is declared then this returns the field name.


getOutgoingSyncTaskQueryRange

public java.lang.String getOutgoingSyncTaskQueryRange()
Return the range specification for this field


getOutgoingSyncTaskQueryValidityCheck

public java.lang.String getOutgoingSyncTaskQueryValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncTaskQueryMetatype

public java.lang.String getOutgoingSyncTaskQueryMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncTaskTypeQuery

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskTypeQuery()
Accessor for outgoingSyncTaskTypeQuery


setOutgoingSyncTaskTypeQuery

public void setOutgoingSyncTaskTypeQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskTypeQuery)
Mutator for outgoingSyncTaskTypeQuery


setOutgoingSyncTaskTypeQuery

public void setOutgoingSyncTaskTypeQuery(java.lang.Object outgoingSyncTaskTypeQuery)
Generic mutator for outgoingSyncTaskTypeQuery


getOutgoingSyncTaskTypeQueryFlag

public static boolean getOutgoingSyncTaskTypeQueryFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncTaskTypeQueryDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskTypeQueryDefaultValue()
Default value for outgoingSyncTaskTypeQuery. Returns new IODeclCall()


getOutgoingSyncTaskTypeQueryInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncTaskTypeQueryInvalidValue()
Invalid value for outgoingSyncTaskTypeQuery. Returns null


getOutgoingSyncTaskTypeQueryPrintValue

public java.lang.String getOutgoingSyncTaskTypeQueryPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncTaskTypeQueryFieldPrintValue

public java.lang.String getOutgoingSyncTaskTypeQueryFieldPrintValue()
Return the print name of the outgoingSyncTaskTypeQuery field. If no printname is declared then this returns the field name.


getOutgoingSyncTaskTypeQueryRange

public java.lang.String getOutgoingSyncTaskTypeQueryRange()
Return the range specification for this field


getOutgoingSyncTaskTypeQueryValidityCheck

public java.lang.String getOutgoingSyncTaskTypeQueryValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncTaskTypeQueryMetatype

public java.lang.String getOutgoingSyncTaskTypeQueryMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncCacheActionRegistration

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncCacheActionRegistration()
Accessor for outgoingSyncCacheActionRegistration


setOutgoingSyncCacheActionRegistration

public void setOutgoingSyncCacheActionRegistration(org.sandev.basics.sandmessages.IODeclCall outgoingSyncCacheActionRegistration)
Mutator for outgoingSyncCacheActionRegistration


setOutgoingSyncCacheActionRegistration

public void setOutgoingSyncCacheActionRegistration(java.lang.Object outgoingSyncCacheActionRegistration)
Generic mutator for outgoingSyncCacheActionRegistration


getOutgoingSyncCacheActionRegistrationFlag

public static boolean getOutgoingSyncCacheActionRegistrationFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncCacheActionRegistrationDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncCacheActionRegistrationDefaultValue()
Default value for outgoingSyncCacheActionRegistration. Returns new IODeclCall()


getOutgoingSyncCacheActionRegistrationInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncCacheActionRegistrationInvalidValue()
Invalid value for outgoingSyncCacheActionRegistration. Returns null


getOutgoingSyncCacheActionRegistrationPrintValue

public java.lang.String getOutgoingSyncCacheActionRegistrationPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncCacheActionRegistrationFieldPrintValue

public java.lang.String getOutgoingSyncCacheActionRegistrationFieldPrintValue()
Return the print name of the outgoingSyncCacheActionRegistration field. If no printname is declared then this returns the field name.


getOutgoingSyncCacheActionRegistrationRange

public java.lang.String getOutgoingSyncCacheActionRegistrationRange()
Return the range specification for this field


getOutgoingSyncCacheActionRegistrationValidityCheck

public java.lang.String getOutgoingSyncCacheActionRegistrationValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncCacheActionRegistrationMetatype

public java.lang.String getOutgoingSyncCacheActionRegistrationMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncStatsQuery

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncStatsQuery()
Accessor for outgoingSyncStatsQuery


setOutgoingSyncStatsQuery

public void setOutgoingSyncStatsQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncStatsQuery)
Mutator for outgoingSyncStatsQuery


setOutgoingSyncStatsQuery

public void setOutgoingSyncStatsQuery(java.lang.Object outgoingSyncStatsQuery)
Generic mutator for outgoingSyncStatsQuery


getOutgoingSyncStatsQueryFlag

public static boolean getOutgoingSyncStatsQueryFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncStatsQueryDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncStatsQueryDefaultValue()
Default value for outgoingSyncStatsQuery. Returns new IODeclCall()


getOutgoingSyncStatsQueryInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncStatsQueryInvalidValue()
Invalid value for outgoingSyncStatsQuery. Returns null


getOutgoingSyncStatsQueryPrintValue

public java.lang.String getOutgoingSyncStatsQueryPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncStatsQueryFieldPrintValue

public java.lang.String getOutgoingSyncStatsQueryFieldPrintValue()
Return the print name of the outgoingSyncStatsQuery field. If no printname is declared then this returns the field name.


getOutgoingSyncStatsQueryRange

public java.lang.String getOutgoingSyncStatsQueryRange()
Return the range specification for this field


getOutgoingSyncStatsQueryValidityCheck

public java.lang.String getOutgoingSyncStatsQueryValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncStatsQueryMetatype

public java.lang.String getOutgoingSyncStatsQueryMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncHeapAttributesQuery

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncHeapAttributesQuery()
Accessor for outgoingSyncHeapAttributesQuery


setOutgoingSyncHeapAttributesQuery

public void setOutgoingSyncHeapAttributesQuery(org.sandev.basics.sandmessages.IODeclCall outgoingSyncHeapAttributesQuery)
Mutator for outgoingSyncHeapAttributesQuery


setOutgoingSyncHeapAttributesQuery

public void setOutgoingSyncHeapAttributesQuery(java.lang.Object outgoingSyncHeapAttributesQuery)
Generic mutator for outgoingSyncHeapAttributesQuery


getOutgoingSyncHeapAttributesQueryFlag

public static boolean getOutgoingSyncHeapAttributesQueryFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncHeapAttributesQueryDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncHeapAttributesQueryDefaultValue()
Default value for outgoingSyncHeapAttributesQuery. Returns new IODeclCall()


getOutgoingSyncHeapAttributesQueryInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncHeapAttributesQueryInvalidValue()
Invalid value for outgoingSyncHeapAttributesQuery. Returns null


getOutgoingSyncHeapAttributesQueryPrintValue

public java.lang.String getOutgoingSyncHeapAttributesQueryPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncHeapAttributesQueryFieldPrintValue

public java.lang.String getOutgoingSyncHeapAttributesQueryFieldPrintValue()
Return the print name of the outgoingSyncHeapAttributesQuery field. If no printname is declared then this returns the field name.


getOutgoingSyncHeapAttributesQueryRange

public java.lang.String getOutgoingSyncHeapAttributesQueryRange()
Return the range specification for this field


getOutgoingSyncHeapAttributesQueryValidityCheck

public java.lang.String getOutgoingSyncHeapAttributesQueryValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncHeapAttributesQueryMetatype

public java.lang.String getOutgoingSyncHeapAttributesQueryMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getOutgoingSyncDataImportExport

public org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncDataImportExport()
Accessor for outgoingSyncDataImportExport


setOutgoingSyncDataImportExport

public void setOutgoingSyncDataImportExport(org.sandev.basics.sandmessages.IODeclCall outgoingSyncDataImportExport)
Mutator for outgoingSyncDataImportExport


setOutgoingSyncDataImportExport

public void setOutgoingSyncDataImportExport(java.lang.Object outgoingSyncDataImportExport)
Generic mutator for outgoingSyncDataImportExport


getOutgoingSyncDataImportExportFlag

public static boolean getOutgoingSyncDataImportExportFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getOutgoingSyncDataImportExportDefaultValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncDataImportExportDefaultValue()
Default value for outgoingSyncDataImportExport. Returns new IODeclCall()


getOutgoingSyncDataImportExportInvalidValue

public static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncDataImportExportInvalidValue()
Invalid value for outgoingSyncDataImportExport. Returns null


getOutgoingSyncDataImportExportPrintValue

public java.lang.String getOutgoingSyncDataImportExportPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getOutgoingSyncDataImportExportFieldPrintValue

public java.lang.String getOutgoingSyncDataImportExportFieldPrintValue()
Return the print name of the outgoingSyncDataImportExport field. If no printname is declared then this returns the field name.


getOutgoingSyncDataImportExportRange

public java.lang.String getOutgoingSyncDataImportExportRange()
Return the range specification for this field


getOutgoingSyncDataImportExportValidityCheck

public java.lang.String getOutgoingSyncDataImportExportValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getOutgoingSyncDataImportExportMetatype

public java.lang.String getOutgoingSyncDataImportExportMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getIncomingAsyncCacheActionSource

public org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncCacheActionSource()
Accessor for incomingAsyncCacheActionSource


setIncomingAsyncCacheActionSource

public void setIncomingAsyncCacheActionSource(org.sandev.basics.sandmessages.IODeclSubscribe incomingAsyncCacheActionSource)
Mutator for incomingAsyncCacheActionSource


setIncomingAsyncCacheActionSource

public void setIncomingAsyncCacheActionSource(java.lang.Object incomingAsyncCacheActionSource)
Generic mutator for incomingAsyncCacheActionSource


getIncomingAsyncCacheActionSourceFlag

public static boolean getIncomingAsyncCacheActionSourceFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getIncomingAsyncCacheActionSourceDefaultValue

public static org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncCacheActionSourceDefaultValue()
Default value for incomingAsyncCacheActionSource. Returns new IODeclSubscribe()


getIncomingAsyncCacheActionSourceInvalidValue

public static org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncCacheActionSourceInvalidValue()
Invalid value for incomingAsyncCacheActionSource. Returns null


getIncomingAsyncCacheActionSourcePrintValue

public java.lang.String getIncomingAsyncCacheActionSourcePrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getIncomingAsyncCacheActionSourceFieldPrintValue

public java.lang.String getIncomingAsyncCacheActionSourceFieldPrintValue()
Return the print name of the incomingAsyncCacheActionSource field. If no printname is declared then this returns the field name.


getIncomingAsyncCacheActionSourceRange

public java.lang.String getIncomingAsyncCacheActionSourceRange()
Return the range specification for this field


getIncomingAsyncCacheActionSourceValidityCheck

public java.lang.String getIncomingAsyncCacheActionSourceValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getIncomingAsyncCacheActionSourceMetatype

public java.lang.String getIncomingAsyncCacheActionSourceMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getIncomingAsyncStatsSource

public org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncStatsSource()
Accessor for incomingAsyncStatsSource


setIncomingAsyncStatsSource

public void setIncomingAsyncStatsSource(org.sandev.basics.sandmessages.IODeclSubscribe incomingAsyncStatsSource)
Mutator for incomingAsyncStatsSource


setIncomingAsyncStatsSource

public void setIncomingAsyncStatsSource(java.lang.Object incomingAsyncStatsSource)
Generic mutator for incomingAsyncStatsSource


getIncomingAsyncStatsSourceFlag

public static boolean getIncomingAsyncStatsSourceFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getIncomingAsyncStatsSourceDefaultValue

public static org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncStatsSourceDefaultValue()
Default value for incomingAsyncStatsSource. Returns new IODeclSubscribe()


getIncomingAsyncStatsSourceInvalidValue

public static org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncStatsSourceInvalidValue()
Invalid value for incomingAsyncStatsSource. Returns null


getIncomingAsyncStatsSourcePrintValue

public java.lang.String getIncomingAsyncStatsSourcePrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getIncomingAsyncStatsSourceFieldPrintValue

public java.lang.String getIncomingAsyncStatsSourceFieldPrintValue()
Return the print name of the incomingAsyncStatsSource field. If no printname is declared then this returns the field name.


getIncomingAsyncStatsSourceRange

public java.lang.String getIncomingAsyncStatsSourceRange()
Return the range specification for this field


getIncomingAsyncStatsSourceValidityCheck

public java.lang.String getIncomingAsyncStatsSourceValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getIncomingAsyncStatsSourceMetatype

public java.lang.String getIncomingAsyncStatsSourceMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getSandNodeState

public int getSandNodeState()
Accessor for sandNodeState

Specified by:
getSandNodeState in interface org.sandev.basics.nodecommon.Controllable

setSandNodeState

public void setSandNodeState(int sandNodeState)
Mutator for sandNodeState


sandNodeStateValueToLabel

public java.lang.String sandNodeStateValueToLabel(int val)
Given a value, return the declared label for it. This is a conversion method suitable for things like XML serialization where the value must be unique, descriptive, and readable, but is not subject to the same degree of transformation as a UI.


sandNodeStateLabelToValue

public int sandNodeStateLabelToValue(java.lang.String label)
Given a label, return the value for it. This is a conversion method performing the inverse of ValueToLabel. See the comments there for more details.


getSandNodeStatePrintVals

public static java.lang.String[] getSandNodeStatePrintVals()
Return an array of the possible values for this field in display format. These values can be used by a UI directly, or as keys for looking up localized text. These values are not guaranteed to be globally unique, another field with the same possible value may share the same string instance.


getSandNodeStateKeyVals

public static java.lang.String[] getSandNodeStateKeyVals()
Return an array of unique keys for the values of this field. These keys are globally unique and can be used for looking up localized text without any chance of the same key being used by any other field value in the application.


getSandNodeStateActualVals

public static java.lang.String[] getSandNodeStateActualVals()
Return an array of the possible values for this field as Strings. These values can be directly converted to their integer equivalents.


sandNodeStatePrint2Key

public static java.lang.String sandNodeStatePrint2Key(java.lang.String printVal)
Utility method to transform a print value for this field into a key value. See the getSandNodeStatePrintVals and getSandNodeStateKeyVals methods for details.


sandNodeStatePrint2Actual

public static java.lang.String sandNodeStatePrint2Actual(java.lang.String printVal)
Utility method to transform a print value for this field into an actual value. See the getSandNodeStatePrintVals and getSandNodeStateActualVals methods for details.


sandNodeStateActual2Print

public static java.lang.String sandNodeStateActual2Print(java.lang.String actualVal)
Utility method to transform an actual value for this field into a print value. See the getSandNodeStateActualVals and getSandNodeStatePrintVals methods for details.


getSandNodeStateEnumSummary

public static java.lang.String getSandNodeStateEnumSummary()
Return a single String summary of the possible enum values for debug and similar purposes.


getSandNodeStateFlag

public static boolean getSandNodeStateFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getSandNodeStateDefaultValue

public static int getSandNodeStateDefaultValue()
Default value for sandNodeState. Returns 0


getSandNodeStateInvalidValue

public static int getSandNodeStateInvalidValue()
Invalid value for sandNodeState. Returns Integer.MIN_VALUE


getSandNodeStatePrintValue

public java.lang.String getSandNodeStatePrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getSandNodeStateFieldPrintValue

public java.lang.String getSandNodeStateFieldPrintValue()
Return the print name of the sandNodeState field. If no printname is declared then this returns the field name.


getSandNodeStateRange

public java.lang.String getSandNodeStateRange()
Return the range specification for this field


getSandNodeStateValidityCheck

public java.lang.String getSandNodeStateValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getSandNodeStateMetatype

public java.lang.String getSandNodeStateMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getSandNodeErrorMessage

public java.lang.String getSandNodeErrorMessage()
Accessor for sandNodeErrorMessage


setSandNodeErrorMessage

public void setSandNodeErrorMessage(java.lang.String sandNodeErrorMessage)
Mutator for sandNodeErrorMessage


setSandNodeErrorMessage

public void setSandNodeErrorMessage(java.lang.Object sandNodeErrorMessage)
Generic mutator for sandNodeErrorMessage


getSandNodeErrorMessageFlag

public static boolean getSandNodeErrorMessageFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getSandNodeErrorMessageLengthNorm

public static int getSandNodeErrorMessageLengthNorm()
Normal sandNodeErrorMessage length is 30 characters


getSandNodeErrorMessageLengthMax

public static int getSandNodeErrorMessageLengthMax()
Maximum sandNodeErrorMessage length is 70 characters


getSandNodeErrorMessageDefaultValue

public static java.lang.String getSandNodeErrorMessageDefaultValue()
Default value for sandNodeErrorMessage. Returns ""


getSandNodeErrorMessageInvalidValue

public static java.lang.String getSandNodeErrorMessageInvalidValue()
Invalid value for sandNodeErrorMessage. Returns null


getSandNodeErrorMessagePrintValue

public java.lang.String getSandNodeErrorMessagePrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getSandNodeErrorMessageFieldPrintValue

public java.lang.String getSandNodeErrorMessageFieldPrintValue()
Return the print name of the sandNodeErrorMessage field. If no printname is declared then this returns the field name.


getSandNodeErrorMessageRange

public java.lang.String getSandNodeErrorMessageRange()
Return the range specification for this field


getSandNodeErrorMessageValidityCheck

public java.lang.String getSandNodeErrorMessageValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getSandNodeErrorMessageMetatype

public java.lang.String getSandNodeErrorMessageMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getMessager

public org.sandev.basics.nodecommon.Messager getMessager()
Accessor for messager

Specified by:
getMessager in interface org.sandev.basics.nodecommon.Messageable

setMessager

public void setMessager(org.sandev.basics.nodecommon.Messager messager)
Mutator for messager

Specified by:
setMessager in interface org.sandev.basics.nodecommon.Messageable

setMessager

public void setMessager(java.lang.Object messager)
Generic mutator for messager


getMessagerFlag

public static boolean getMessagerFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getMessagerDefaultValue

public static org.sandev.basics.nodecommon.Messager getMessagerDefaultValue()
Default value for messager. Returns null


getMessagerInvalidValue

public static org.sandev.basics.nodecommon.Messager getMessagerInvalidValue()
Invalid value for messager. Returns null


getMessagerPrintValue

public java.lang.String getMessagerPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getMessagerFieldPrintValue

public java.lang.String getMessagerFieldPrintValue()
Return the print name of the messager field. If no printname is declared then this returns the field name.


getMessagerRange

public java.lang.String getMessagerRange()
Return the range specification for this field


getMessagerValidityCheck

public java.lang.String getMessagerValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getMessagerMetatype

public java.lang.String getMessagerMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getLogger

public org.sandev.basics.nodecommon.Logger getLogger()
Accessor for logger

Specified by:
getLogger in interface org.sandev.basics.nodecommon.Loggable

setLogger

public void setLogger(org.sandev.basics.nodecommon.Logger logger)
Mutator for logger

Specified by:
setLogger in interface org.sandev.basics.nodecommon.Loggable

setLogger

public void setLogger(java.lang.Object logger)
Generic mutator for logger


getLoggerFlag

public static boolean getLoggerFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getLoggerDefaultValue

public static org.sandev.basics.nodecommon.Logger getLoggerDefaultValue()
Default value for logger. Returns null


getLoggerInvalidValue

public static org.sandev.basics.nodecommon.Logger getLoggerInvalidValue()
Invalid value for logger. Returns null


getLoggerPrintValue

public java.lang.String getLoggerPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getLoggerFieldPrintValue

public java.lang.String getLoggerFieldPrintValue()
Return the print name of the logger field. If no printname is declared then this returns the field name.


getLoggerRange

public java.lang.String getLoggerRange()
Return the range specification for this field


getLoggerValidityCheck

public java.lang.String getLoggerValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getLoggerMetatype

public java.lang.String getLoggerMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getLogLevel

public int getLogLevel()
Accessor for logLevel

Specified by:
getLogLevel in interface org.sandev.basics.nodecommon.Loggable

setLogLevel

public void setLogLevel(int logLevel)
Mutator for logLevel

Specified by:
setLogLevel in interface org.sandev.basics.nodecommon.Loggable

logLevelValueToLabel

public java.lang.String logLevelValueToLabel(int val)
Given a value, return the declared label for it. This is a conversion method suitable for things like XML serialization where the value must be unique, descriptive, and readable, but is not subject to the same degree of transformation as a UI.


logLevelLabelToValue

public int logLevelLabelToValue(java.lang.String label)
Given a label, return the value for it. This is a conversion method performing the inverse of ValueToLabel. See the comments there for more details.


getLogLevelPrintVals

public static java.lang.String[] getLogLevelPrintVals()
Return an array of the possible values for this field in display format. These values can be used by a UI directly, or as keys for looking up localized text. These values are not guaranteed to be globally unique, another field with the same possible value may share the same string instance.


getLogLevelKeyVals

public static java.lang.String[] getLogLevelKeyVals()
Return an array of unique keys for the values of this field. These keys are globally unique and can be used for looking up localized text without any chance of the same key being used by any other field value in the application.


getLogLevelActualVals

public static java.lang.String[] getLogLevelActualVals()
Return an array of the possible values for this field as Strings. These values can be directly converted to their integer equivalents.


logLevelPrint2Key

public static java.lang.String logLevelPrint2Key(java.lang.String printVal)
Utility method to transform a print value for this field into a key value. See the getLogLevelPrintVals and getLogLevelKeyVals methods for details.


logLevelPrint2Actual

public static java.lang.String logLevelPrint2Actual(java.lang.String printVal)
Utility method to transform a print value for this field into an actual value. See the getLogLevelPrintVals and getLogLevelActualVals methods for details.


logLevelActual2Print

public static java.lang.String logLevelActual2Print(java.lang.String actualVal)
Utility method to transform an actual value for this field into a print value. See the getLogLevelActualVals and getLogLevelPrintVals methods for details.


getLogLevelEnumSummary

public static java.lang.String getLogLevelEnumSummary()
Return a single String summary of the possible enum values for debug and similar purposes.


getLogLevelFlag

public static boolean getLogLevelFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getLogLevelDefaultValue

public static int getLogLevelDefaultValue()
Default value for logLevel. Returns 0


getLogLevelInvalidValue

public static int getLogLevelInvalidValue()
Invalid value for logLevel. Returns Integer.MIN_VALUE


getLogLevelPrintValue

public java.lang.String getLogLevelPrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getLogLevelFieldPrintValue

public java.lang.String getLogLevelFieldPrintValue()
Return the print name of the logLevel field. If no printname is declared then this returns the field name.


getLogLevelRange

public java.lang.String getLogLevelRange()
Return the range specification for this field


getLogLevelValidityCheck

public java.lang.String getLogLevelValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getLogLevelMetatype

public java.lang.String getLogLevelMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getNodeInstance

public org.sandev.basics.structs.NodeInstance getNodeInstance()
Accessor for nodeInstance

Specified by:
getNodeInstance in interface org.sandev.basics.nodecommon.Controllable

setNodeInstance

public void setNodeInstance(org.sandev.basics.structs.NodeInstance nodeInstance)
Mutator for nodeInstance

Specified by:
setNodeInstance in interface org.sandev.basics.nodecommon.Controllable

setNodeInstance

public void setNodeInstance(java.lang.Object nodeInstance)
Generic mutator for nodeInstance


getNodeInstanceFlag

public static boolean getNodeInstanceFlag(int fieldflag)
Field flag accessor. Returns whether the given FIELDFLAG_* (defined in SandInstanceMessage) is true or false.


getNodeInstanceDefaultValue

public static org.sandev.basics.structs.NodeInstance getNodeInstanceDefaultValue()
Default value for nodeInstance. Returns null


getNodeInstanceInvalidValue

public static org.sandev.basics.structs.NodeInstance getNodeInstanceInvalidValue()
Invalid value for nodeInstance. Returns null


getNodeInstancePrintValue

public java.lang.String getNodeInstancePrintValue()
Retrieve the current value of this field as a print String. For a String field, this returns the current value. For int, long, double this returns the standard string conversion. For a Date, this returns the default DateFormat format. For an enum, this returns the Actual2Print translation of the current value. For a struct this returns a summary description.

Used for debug output, and as an initial value for transformation and formatting.


getNodeInstanceFieldPrintValue

public java.lang.String getNodeInstanceFieldPrintValue()
Return the print name of the nodeInstance field. If no printname is declared then this returns the field name.


getNodeInstanceRange

public java.lang.String getNodeInstanceRange()
Return the range specification for this field


getNodeInstanceValidityCheck

public java.lang.String getNodeInstanceValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. This method supports the fieldValidate method, which is in turn specified by the org.sandev.basics.structs.SandInstanceMessage interface. See the comments there for more information, including a list of error Strings returned from here when a field is not valid.


getNodeInstanceMetatype

public java.lang.String getNodeInstanceMetatype()
Return the metatype text for this field, or "" if no metatype was declared.


getNodeInstanceName

public java.lang.String getNodeInstanceName()
convenience wrapper method to retrieve our instance name


getServername

public java.lang.String getServername()
convenience wrapper method to retrieve our home server name


getSandRoot

public org.sandev.basics.nodecommon.SandRoot getSandRoot()
accessor for sandRoot

Specified by:
getSandRoot in interface org.sandev.basics.nodecommon.Controllable

setSandRoot

public void setSandRoot(org.sandev.basics.nodecommon.SandRoot val)
mutator for sandRoot

Specified by:
setSandRoot in interface org.sandev.basics.nodecommon.Controllable

init

public void init()
Initialize all fields to their default values


log

public void log(int severity,
                java.lang.String msg)
Log the message with the specified severity. Valid severity codes are (in increasing severity order): If the severity specified is less than the logLevel set for this node, then no message is generated. For example if the logLevel is set to INFO, no DEBUG messages are output. If the logLevel is set to WARN, then no INFO or DEBUG messages are output. It is not recommended to set the logLevel to anything higher than WARN.


log

public void log(java.lang.String msg)
Shorthand for log(Logger.LOGLEVEL_INFO,msg)


getIDCache

public org.sandev.basics.util.IDCache getIDCache()
Stub for retrieving the IDCache used by this node. Override this method in your implementation if you are planning on caching instance data locally.

Specified by:
getIDCache in interface org.sandev.basics.nodecommon.Messageable

startup

public void startup()
             throws org.sandev.basics.nodecommon.ControlException
Starts a stopped node. The helper nodes are started first, then this node is started.

Specified by:
startup in interface org.sandev.basics.nodecommon.Controllable
Throws:
org.sandev.basics.nodecommon.ControlException

shutdown

public void shutdown()
              throws org.sandev.basics.nodecommon.ControlException
Stops a running node. This node is stopped first, and then our helper nodes are stopped.

Specified by:
shutdown in interface org.sandev.basics.nodecommon.Controllable
Throws:
org.sandev.basics.nodecommon.ControlException

suspend

public void suspend()
             throws org.sandev.basics.nodecommon.ControlException
Suspends a running node. This node is suspended first, and then our helper nodes are stopped.

Specified by:
suspend in interface org.sandev.basics.nodecommon.Controllable
Throws:
org.sandev.basics.nodecommon.ControlException

resume

public void resume()
            throws org.sandev.basics.nodecommon.ControlException
Resumes a suspended node. The helper nodes are resumed first, and then this node.

Specified by:
resume in interface org.sandev.basics.nodecommon.Controllable
Throws:
org.sandev.basics.nodecommon.ControlException

restart

public void restart()
             throws org.sandev.basics.nodecommon.ControlException
Restarts a running node by calling shutdown and then startup

Specified by:
restart in interface org.sandev.basics.nodecommon.Controllable
Throws:
org.sandev.basics.nodecommon.ControlException

validTransition

public boolean validTransition(int transition)
Validates a state transition by comparing the desired transition with the current state.


onStartup

protected void onStartup()
                  throws org.sandev.basics.structs.SandException
Override this method to do work during startup().

Throws:
org.sandev.basics.structs.SandException

onShutdown

protected void onShutdown()
                   throws org.sandev.basics.structs.SandException
Override this method to do work during shutdown().

Throws:
org.sandev.basics.structs.SandException

onSuspend

protected void onSuspend()
                  throws org.sandev.basics.structs.SandException
Override this method to do work during suspend().

Throws:
org.sandev.basics.structs.SandException

onResume

protected void onResume()
                 throws org.sandev.basics.structs.SandException
Override this method to do work during resume().

Throws:
org.sandev.basics.structs.SandException

onRestart

protected void onRestart()
                  throws org.sandev.basics.structs.SandException
Override this method to do work during startup().

Throws:
org.sandev.basics.structs.SandException

onFailure

protected void onFailure()
                  throws org.sandev.basics.nodecommon.ControlException
Override this method to do work when the node enters the failed state.

Throws:
org.sandev.basics.nodecommon.ControlException

getParent

public org.sandev.basics.nodecommon.Controllable getParent()
accessor for parent

Specified by:
getParent in interface org.sandev.basics.nodecommon.Controllable

setParent

public void setParent(org.sandev.basics.nodecommon.Controllable node)
mutator for parent


getHelperNodes

public org.sandev.basics.nodecommon.Controllable[] getHelperNodes()
accessor for helperNodes

Specified by:
getHelperNodes in interface org.sandev.basics.nodecommon.Controllable

setHelperNodes

public void setHelperNodes(org.sandev.basics.nodecommon.Controllable[] nodes)
mutator for helperNodes

Specified by:
setHelperNodes in interface org.sandev.basics.nodecommon.Controllable

systemwideShutdown

public void systemwideShutdown(int code)
                        throws org.sandev.basics.nodecommon.ControlException
Call our shutdown, which shuts down our local nodes, then cascade this call upward to our parent so it spreads throughout the system as needed. This method is overridden by the root node to handle signalling across multiple server nodes.

Specified by:
systemwideShutdown in interface org.sandev.basics.nodecommon.Controllable
Throws:
org.sandev.basics.nodecommon.ControlException

addWrapper

public void addWrapper(org.sandev.basics.nodecommon.ControlWrapper wrapper)
Add the specified wrapper to our notification collection

Specified by:
addWrapper in interface org.sandev.basics.nodecommon.Controllable

notifyStateChange

protected void notifyStateChange(int prevState,
                                 int currState)
Notify our registered control wrappers of our state change


setupSubscriptions

protected void setupSubscriptions()
Subscribe us to the nodes we need to listen to


setupSecureReceive

protected void setupSecureReceive()
Register us for receive with our local Authorizer


receive

public org.sandev.basics.structs.SandMessage receive(org.sandev.basics.structs.SandMessage msg)
                                              throws org.sandev.basics.structs.SandException
Only those receive methods explicitely declared by the node should actually be called. However the Messageable interface forces all calls to be channeled through this general method, which means we have to manually call the correct method from here.

In practice, this doesn't add much overhead if we enumerate the supported methods at code generation time, and then switch on the enumeration.

Specified by:
receive in interface org.sandev.basics.nodecommon.Messageable
Throws:
org.sandev.basics.structs.SandException

deliverCacheActionSource

public void deliverCacheActionSource(org.sandev.basics.sandmessages.CacheAction msg)
                              throws org.sandev.basics.structs.SandException
Asynchronous inbound CacheAction

Throws:
org.sandev.basics.structs.SandException

onDelivery

protected void onDelivery(org.sandev.basics.sandmessages.CacheAction msg)
                   throws org.sandev.basics.structs.SandException
Override this method in your node implementation

Throws:
org.sandev.basics.structs.SandException

deliverStatsSource

public void deliverStatsSource(org.sandev.basics.sandmessages.Stats msg)
                        throws org.sandev.basics.structs.SandException
Asynchronous inbound Stats

Throws:
org.sandev.basics.structs.SandException

onDelivery

protected void onDelivery(org.sandev.basics.sandmessages.Stats msg)
                   throws org.sandev.basics.structs.SandException
Override this method in your node implementation

Throws:
org.sandev.basics.structs.SandException

deliver

public void deliver(org.sandev.basics.structs.SandMessage msg)
             throws org.sandev.basics.structs.SandException
Only those deliver methods explicitely declared by the node should actually be called. However the Messageable interface forces all calls to be channeled through this general method, which means we have to manually call the correct method from here.

In practice, this doesn't add much overhead if we enumerate the supported methods at code generation time, and then switch on the enumeration.

Specified by:
deliver in interface org.sandev.basics.nodecommon.Messageable
Throws:
org.sandev.basics.structs.SandException

callAggregateUpdate

public org.sandev.basics.structs.AggregateUpdate callAggregateUpdate(org.sandev.basics.structs.AggregateUpdate msg)
                                                              throws org.sandev.basics.structs.SandException
Synchronous outbound AggregateUpdate

Throws:
org.sandev.basics.structs.SandException

callExternalPlanQuery

public ExternalPlanCollection callExternalPlanQuery(ExternalPlanQuery msg)
                                             throws org.sandev.basics.structs.SandException
Synchronous outbound ExternalPlanQuery

Throws:
org.sandev.basics.structs.SandException

callExternalPlanSync

public ExternalPlanSync callExternalPlanSync(ExternalPlanSync msg)
                                      throws org.sandev.basics.structs.SandException
Synchronous outbound ExternalPlanSync

Throws:
org.sandev.basics.structs.SandException

callPlanComponentQuery

public PlanComponentCollection callPlanComponentQuery(PlanComponentQuery msg)
                                               throws org.sandev.basics.structs.SandException
Synchronous outbound PlanComponentQuery

Throws:
org.sandev.basics.structs.SandException

callPlanQuery

public PlanCollection callPlanQuery(PlanQuery msg)
                             throws org.sandev.basics.structs.SandException
Synchronous outbound PlanQuery

Throws:
org.sandev.basics.structs.SandException

callPlanRecalc

public PlanRecalc callPlanRecalc(PlanRecalc msg)
                          throws org.sandev.basics.structs.SandException
Synchronous outbound PlanRecalc

Throws:
org.sandev.basics.structs.SandException

callReaderQuery

public ReaderCollection callReaderQuery(ReaderQuery msg)
                                 throws org.sandev.basics.structs.SandException
Synchronous outbound ReaderQuery

Throws:
org.sandev.basics.structs.SandException

callResourceQuery

public ResourceCollection callResourceQuery(ResourceQuery msg)
                                     throws org.sandev.basics.structs.SandException
Synchronous outbound ResourceQuery

Throws:
org.sandev.basics.structs.SandException

callTaskPhaseQuery

public TaskPhaseCollection callTaskPhaseQuery(TaskPhaseQuery msg)
                                       throws org.sandev.basics.structs.SandException
Synchronous outbound TaskPhaseQuery

Throws:
org.sandev.basics.structs.SandException

callTaskQuery

public TaskCollection callTaskQuery(TaskQuery msg)
                             throws org.sandev.basics.structs.SandException
Synchronous outbound TaskQuery

Throws:
org.sandev.basics.structs.SandException

callTaskTypeQuery

public TaskTypeCollection callTaskTypeQuery(TaskTypeQuery msg)
                                     throws org.sandev.basics.structs.SandException
Synchronous outbound TaskTypeQuery

Throws:
org.sandev.basics.structs.SandException

callCacheActionRegistration

public org.sandev.basics.sandmessages.CacheAction callCacheActionRegistration(org.sandev.basics.sandmessages.CacheAction msg)
                                                                       throws org.sandev.basics.structs.SandException
Synchronous outbound CacheAction

Throws:
org.sandev.basics.structs.SandException

callStatsQuery

public org.sandev.basics.sandmessages.Stats callStatsQuery(org.sandev.basics.sandmessages.StatsQuery msg)
                                                    throws org.sandev.basics.structs.SandException
Synchronous outbound StatsQuery

Throws:
org.sandev.basics.structs.SandException

callHeapAttributesQuery

public HeapAttributesCollection callHeapAttributesQuery(HeapAttributesQuery msg)
                                                 throws org.sandev.basics.structs.SandException
Synchronous outbound HeapAttributesQuery

Throws:
org.sandev.basics.structs.SandException

callDataImportExport

public org.sandev.basics.sandmessages.DataImportExport callDataImportExport(org.sandev.basics.sandmessages.DataImportExport msg)
                                                                     throws org.sandev.basics.structs.SandException
Synchronous outbound DataImportExport

Throws:
org.sandev.basics.structs.SandException