A B C D E F G H I K L M N O P Q R S T U V W

A

A_NOBODY - Static variable in interface things.common.ThingsConstants
 
A_NOTHING - Static variable in interface things.common.ThingsConstants
 
abort - Variable in class things.testing.unit.Test
 
ABORT(String, String) - Method in class things.testing.unit.Test
ABORT THIS TEST.
abort(String) - Method in class things.testing.unit.TestCase
Set an abort result.
abort - Variable in class things.testing.unit.TestGroup
 
abort - Variable in class things.thing.Metrics
 
accept() - Method in class things.common.tools.Tender
Accept a tendered transaction.
accept() - Method in class things.thinger.service.command.Command
This will be called when the command is called.
accept() - Method in class things.thinger.service.command.impl.Command_KILL
This will be called when the command is called.
accept() - Method in class things.thinger.service.command.impl.Command_PINGPONG
This will be called when the command is called.
accept() - Method in class things.thinger.service.command.impl.Command_PROCESSLIST
This will be called when the command is called.
accept() - Method in class things.thinger.service.command.impl.Command_QUIT
This will be called when the command is called.
accept() - Method in class things.thinger.service.command.impl.Command_RUN
This will be called when the command is called.
accept() - Method in class things.thinger.service.command.impl.Command_SETPROP
This will be called when the command is called.
accept() - Method in class things.thinger.service.command.impl.Command_SHOWPROPS
This will be called when the command is called.
ACCEPT_HALT() - Method in class things.thing.THING
Accept a halt.
ACCEPT_PAUSE() - Method in class things.thing.THING
Accept a pause.
acceptHalt() - Method in interface things.thinger.kernel.ControlInterface
This will accept the halt if a halt is pending.
acceptHalt() - Method in class things.thinger.kernel.ThingsProcess
This will accept the halt if a halt is pending.
acceptPause() - Method in interface things.thinger.kernel.ControlInterface
This thread will accept a pause request.
acceptPause() - Method in class things.thinger.kernel.ThingsProcess
This thread will accept a pause request.
ACCESS_ERROR_CANNOT_OPEN - Static variable in interface things.common.ThingsCodes
 
ACCESS_ERROR_CONCURRENT_NOT_ALLOWED - Static variable in interface things.common.ThingsCodes
 
ACCESS_ERROR_NULL_ITEM - Static variable in interface things.common.ThingsCodes
 
ACCESS_ERROR_STREAM_NOT_RECOGNIZED - Static variable in interface things.common.ThingsCodes
 
Accessor - Interface in things.data
This is an access abstraction.
accumulate(Metrics) - Method in class things.thing.Metrics
Accumulate.
Action - Class in things.thinger.service.httptool
A base action.
Action() - Constructor for class things.thinger.service.httptool.Action
 
ACTION_ABORTED - Static variable in interface things.data.transport.smtp.SMTPClient
 
ACTION_CONFIG - Static variable in class things.common.configuration.ConfigureByProps
 
ACTION_COPY - Static variable in class things.common.configuration.ConfigureByProps
 
Action_Helper - Class in things.thinger.service.httptool.stock
A simple help page displayer.
Action_Helper() - Constructor for class things.thinger.service.httptool.stock.Action_Helper
 
ACTION_HELPER - Static variable in interface things.thinger.service.httptool.stock.StockConstants
 
ACTION_HELPER__PAGE - Static variable in interface things.thinger.service.httptool.stock.StockConstants
 
ACTION_HELPER_CLASS - Static variable in interface things.thinger.service.httptool.stock.StockConstants
 
Action_Main - Class in things.thinger.service.httptool.stock
The main action for the stock implementation.
Action_Main() - Constructor for class things.thinger.service.httptool.stock.Action_Main
 
ACTION_MAIN - Static variable in interface things.thinger.service.httptool.stock.StockConstants
 
ACTION_MAIN__PAGE - Static variable in interface things.thinger.service.httptool.stock.StockConstants
 
ACTION_MAIN_CLASS - Static variable in interface things.thinger.service.httptool.stock.StockConstants
 
ACTION_MANAGER - Static variable in interface things.thinger.service.ServiceConstants
 
ACTION_NOT_TAKEN - Static variable in interface things.data.transport.smtp.SMTPClient
 
ACTION_OK - Static variable in interface things.data.transport.smtp.SMTPClient
 
Action_ProcessList - Class in things.thinger.service.httptool.stock
The main action for the stock implementation.
Action_ProcessList() - Constructor for class things.thinger.service.httptool.stock.Action_ProcessList
 
ACTION_PROCESSLIST - Static variable in interface things.thinger.service.httptool.stock.StockConstants
 
ACTION_PROCESSLIST__PAGE - Static variable in interface things.thinger.service.httptool.stock.StockConstants
 
ACTION_PROCESSLIST_CLASS - Static variable in interface things.thinger.service.httptool.stock.StockConstants
 
ActionException - Class in things.thinger.service.httptool
An action exception.
ActionException(String, String) - Constructor for class things.thinger.service.httptool.ActionException
Constructor.
ActionIzer - Class in things.thinger.service.httptool
ActionIzer helper wrapper for Actions.
ActionIzer() - Constructor for class things.thinger.service.httptool.ActionIzer
Constructor.
ActionIzerItem - Class in things.thinger.service.httptool
A configured item for ActionIzer.
ActionIzerItem(String, String, boolean, ActionIzerItem.Type, String, String) - Constructor for class things.thinger.service.httptool.ActionIzerItem
 
ActionIzerItem.Type - Enum in things.thinger.service.httptool
 
ActionIzerItemValue - Class in things.thinger.service.httptool
An actual value for an item for ActionIzer.
ActionIzerItemValue(String, String, boolean, String, ActionIzerItem.Type) - Constructor for class things.thinger.service.httptool.ActionIzerItemValue
 
ActionManager - Class in things.thinger.service.httptool
The action manager handles all mapping actions to classes.
ActionManager() - Constructor for class things.thinger.service.httptool.ActionManager
Constructor.
ActionManager_Stock - Class in things.thinger.service.httptool.stock
This is a stock implementation of the action manager.
ActionManager_Stock() - Constructor for class things.thinger.service.httptool.stock.ActionManager_Stock
 
ActionResult - Class in things.thinger.service.httptool
An action result.
ActionResult(ActionResult.Type) - Constructor for class things.thinger.service.httptool.ActionResult
Constructor.
ActionResult.Type - Enum in things.thinger.service.httptool
 
ActorClientBase - Class in things.thinger.service.actor
The actor client base.
ActorClientBase() - Constructor for class things.thinger.service.actor.ActorClientBase
 
ActorConstants - Class in things.thinger.service.actor
The actor service.
ActorConstants() - Constructor for class things.thinger.service.actor.ActorConstants
 
ActorDisposition - Class in things.thinger.service.actor
The actor disposition.
ActorDisposition(int, int) - Constructor for class things.thinger.service.actor.ActorDisposition
Constructor.
ActorMessage - Class in things.thinger.service.actor
A message.
ActorMessage() - Constructor for class things.thinger.service.actor.ActorMessage
Default constructor.
ActorMessage(int) - Constructor for class things.thinger.service.actor.ActorMessage
This is the convenience constructor.
ActorParameter - Class in things.thinger.service.actor
The actor service.
ActorParameter(String, String) - Constructor for class things.thinger.service.actor.ActorParameter
This is the convenience constructor.
ActorService - Class in things.thinger.service.actor
The actor service.
ActorService() - Constructor for class things.thinger.service.actor.ActorService
 
ACTORSERVICE_ERROR - Static variable in interface things.common.ThingsCodes
 
ACTORSERVICE_FAULT - Static variable in interface things.common.ThingsCodes
 
ACTORSERVICE_FAULT_BAD_MESSAGE - Static variable in interface things.common.ThingsCodes
 
ACTORSERVICE_FAULT_BAD_MESSAGE_FIELD - Static variable in interface things.common.ThingsCodes
 
ACTORSERVICE_FAULT_BAD_USAGE - Static variable in interface things.common.ThingsCodes
 
ACTORSERVICE_FAULT_MESSAGE - Static variable in interface things.common.ThingsCodes
 
ACTORSERVICE_FAULT_STARTUP - Static variable in interface things.common.ThingsCodes
 
ACTORSERVICE_LINK_ERROR - Static variable in interface things.common.ThingsCodes
 
ACTORSERVICE_PROTOCOL_ERROR - Static variable in interface things.common.ThingsCodes
 
ACTORSERVICE_SEND_ERROR - Static variable in interface things.common.ThingsCodes
 
ActorServiceBase - Class in things.thinger.service.actor
The actor service base.
ActorServiceBase() - Constructor for class things.thinger.service.actor.ActorServiceBase
 
ActorServiceContextInterface - Interface in things.thinger.service.actor
The actor service.
ActorServiceThread - Class in things.thinger.service.actor
The actor service.
ActorServiceThread() - Constructor for class things.thinger.service.actor.ActorServiceThread
 
actual - Variable in class things.thing.ResultDefinition
The actual result.
add(boolean, String, String) - Method in class things.common.help.Helper
Add a property.
add(boolean, String, String, String...) - Method in class things.common.help.Helper
Add a property with value suggestions.
add(E) - Method in class things.common.ThingsExceptionBundle
Add an exception.
add(FullAddress) - Method in interface things.data.processing.rfc822.AddressListener
Just add an add
add(String, String) - Method in class things.thing.Cluster
Add a node to the cluster.
add(String, String, ThingsPropertyView) - Method in class things.thing.Cluster
Add a node to the cluster.
add(NV) - Method in interface things.thinger.service.command.CommandResponder
Add a response.
add(NV) - Method in class things.thinger.service.command.local.LocalCommandResponder
Add a response.
add(Entity<Receipt>) - Method in class things.thinger.service.command.local.LocalCommandResponse
Add a response item.
addAttribute(String, String) - Method in class things.common.ThingsException
Add an attribute.
addAttribute(HashMap<String, String>) - Method in class things.common.ThingsException
Add attributes from a hashtable.
addAttribute(NV) - Method in class things.common.ThingsException
Add an attribute as a NV.
addAttribute(NVImmutable) - Method in interface things.data.Attributes
Add an attribute in the native NV.
addAttribute(String, String) - Method in interface things.data.Attributes
Add an attribute--single name to single value.
addAttribute(AttributeReader) - Method in interface things.data.Attributes
Add all the attributes that can be read from the reader.
addAttribute(NVImmutable) - Method in class things.data.impl.ReadWriteableAttributes
Add an attribute in the native NV.
addAttribute(String, String) - Method in class things.data.impl.ReadWriteableAttributes
Add an attribute--single name to single value.
addAttribute(AttributeReader) - Method in class things.data.impl.ReadWriteableAttributes
Add all the attributes that can be read from the reader.
addAttribute(NVImmutable) - Method in class things.thinger.service.actor.ActorMessage
Add an attribute.
addAttribute(String, String) - Method in class things.thinger.service.actor.ActorMessage
Add an attribute.
addAttributes(String...) - Method in class things.common.ThingsException
Adds attribute as name value pairs.
addEntry(ModuleSchemaEntry) - Method in class things.data.tabular.ModuleSchemaLine
 
addHeader(String, String) - Method in class things.thinger.service.httptool.ActionResult
Add a header.
addHeadersToResult(ActionResult) - Method in class things.thinger.service.httptool.Head
Add whichever headers are set to the result.
addListener(ResourceListener) - Method in class things.thinger.kernel.ResourceManager
Add listener for this resource.
addMapping(String, String) - Method in class things.thinger.service.httptool.stock.ActionManager_Stock
Add a mapping.
addMultiAttributes(String...) - Method in interface things.data.Attributes
Add multiple attributes--single name to single value.
addMultiAttributes(String, String...) - Method in interface things.data.Attributes
Add multiple attributes--single name to single value.
addMultiAttributes(String...) - Method in class things.data.impl.ReadWriteableAttributes
Add multiple attributes--single name to single value.
addMultiAttributes(String, String...) - Method in class things.data.impl.ReadWriteableAttributes
Add multiple attributes--single name to single value.
ADDPARAMETER(String, String) - Method in class things.thinger.service.actor.ActorServiceBase
Add a parameter to the response.
addParamter(NVImmutable) - Method in class things.thinger.service.actor.ActorMessage
Add a parameter.
addParamter(String, String) - Method in class things.thinger.service.actor.ActorMessage
Add a parameter.
addpattern(String, String) - Method in class things.common.tools.StringScanner
Adds a regex pattern to the scanner.
AddressListener - Interface in things.data.processing.rfc822
An address listener for what will come out of the AddressParser.
AddressParser - Class in things.data.processing.rfc822
An 822 address parser.
AddressParser() - Constructor for class things.data.processing.rfc822.AddressParser
 
AddressParserMSG - Class in things.data.processing.rfc822
An 822 address parser for MSG headers.
AddressParserMSG() - Constructor for class things.data.processing.rfc822.AddressParserMSG
 
AddressTools - Class in things.data.processing.rfc822
Static tools for address processing.
AddressTools() - Constructor for class things.data.processing.rfc822.AddressTools
 
addSource(Universe, String) - Method in class things.thinger.kernel.basic.KernelBasic_Loader
Add a source universe.
addSource(Universe, String) - Method in class things.thinger.kernel.basic.KernelBasic_LoaderIDE
Add a source universe.
addSource(Universe, String) - Method in interface things.thinger.kernel.Loader
Add a source universe.
addSubordinate(ModuleSchemaLine) - Method in class things.data.tabular.ModuleSchemaSection
Add a subordinate.
addValue(String, String) - Method in class things.testing.unit.TestCase
Add a name/value.
AFileSystem - Interface in things.thinger.io
Abstract File System Interface.
ALL - Static variable in interface things.common.ThingsCodes
 
ALLOWED - Static variable in class things.data.processing.LexicalTool
 
allowMulti() - Method in interface things.data.Attributes
Allow multi-attributes with the same name.
allowMulti() - Method in class things.data.impl.ReadWriteableAttributes
Allow multi-attributes with the same name.
alphabet - Variable in class things.common.tools.Base64.InputStream
 
alphabet - Variable in class things.common.tools.Base64.OutputStream
 
alphaCharacters - Static variable in class things.common.tools.TokenFactory
 
alphaNumericCharacters - Static variable in class things.common.tools.TokenFactory
 
alphaNumericCharactersLower - Static variable in class things.common.tools.TokenFactory
 
alphaNumericCharactersS - Static variable in class things.common.tools.TokenFactory
 
alwaysDrain - Variable in class things.data.processing.http.HttpResponse
Always drain flag.
AN_UNKNOWN - Static variable in interface things.common.ThingsConstants
 
append(C...) - Method in class things.data.tables.Table
Append a row.
appendFile(String) - Static method in class things.common.tools.FileTools
Make a file.
ASCII_HIGH - Static variable in class things.data.processing.LexicalTool
 
AText - Class in things.data.language
A hunk of text.
AText() - Constructor for class things.data.language.AText
Constructor.
ATTR_ACTUAL_STATE - Static variable in interface things.common.ThingsNamespace
 
ATTR_ADDRESS - Static variable in interface things.thinger.SystemNamespace
 
ATTR_ADDRESS_NETWORK - Static variable in interface things.thinger.SystemNamespace
 
ATTR_CLEARANCE_ACTUAL - Static variable in interface things.thinger.SystemNamespace
 
ATTR_CLEARANCE_REQUIRED - Static variable in interface things.thinger.SystemNamespace
 
ATTR_DANGLE_CAUSE - Static variable in interface things.thinger.SystemNamespace
 
ATTR_DANGLE_FILE - Static variable in interface things.thinger.SystemNamespace
 
ATTR_DATA_ARGUMENT - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_ATTRIBUTE_NAME - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_ATTRIBUTE_VALUE - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_ATTRIBUTE_VALUE_COUNT - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_CLASSIFICATION - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_CLASSIFICATION_CHAR - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_INDEX - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_INDEX_BOUNDS - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_INDEX_BOUNDS_END - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_INDEX_BOUNDS_START - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_INDEX_OFFSET - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_RECEIPT - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_RECEIPT_NOTE - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_RECEIPT_STAMP - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_RECEIPT_TYPE - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_SIZE - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_TARGET - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_TYPE - Static variable in interface things.common.ThingsNamespace
 
ATTR_DATA_VALUE - Static variable in interface things.common.ThingsNamespace
 
ATTR_ERROR_COMPILATION - Static variable in interface things.common.ThingsNamespace
 
ATTR_ERROR_PROCESSING - Static variable in interface things.common.ThingsNamespace
 
ATTR_ID - Static variable in interface things.common.ThingsNamespace
 
ATTR_LINE_NUMBER - Static variable in interface things.common.ThingsNamespace
 
ATTR_LINE_NUMERIC - Static variable in interface things.common.ThingsNamespace
 
ATTR_LINE_NUMERIC_CAUSE - Static variable in interface things.common.ThingsNamespace
 
ATTR_LINE_VALUE - Static variable in interface things.common.ThingsNamespace
 
ATTR_MESSAGE - Static variable in interface things.common.ThingsNamespace
 
ATTR_METRIC_ABORT - Static variable in interface things.common.ThingsNamespace
 
ATTR_METRIC_CASES - Static variable in interface things.common.ThingsNamespace
 
ATTR_METRIC_COUNT - Static variable in interface things.common.ThingsNamespace
 
ATTR_METRIC_DIFFERENCE - Static variable in interface things.common.ThingsNamespace
 
ATTR_METRIC_EXCEPTION - Static variable in interface things.common.ThingsNamespace
 
ATTR_METRIC_FAIL - Static variable in interface things.common.ThingsNamespace
 
ATTR_METRIC_INCONCLUSIVE - Static variable in interface things.common.ThingsNamespace
 
ATTR_METRIC_MILLIS - Static variable in interface things.common.ThingsNamespace
 
ATTR_METRIC_PASS - Static variable in interface things.common.ThingsNamespace
 
ATTR_MODULE_NAME - Static variable in interface things.common.ThingsNamespace
 
ATTR_PARAMETER_HELP - Static variable in interface things.common.ThingsNamespace
 
ATTR_PARAMETER_ITEM_NUMBER - Static variable in interface things.common.ThingsNamespace
 
ATTR_PARAMETER_ITEM_NUMBER_EXPECTED - Static variable in interface things.common.ThingsNamespace
 
ATTR_PARAMETER_META - Static variable in interface things.common.ThingsNamespace
 
ATTR_PARAMETER_NAME - Static variable in interface things.common.ThingsNamespace
 
ATTR_PARAMETER_VALUE - Static variable in interface things.common.ThingsNamespace
 
ATTR_PLATFORM_CLASS - Static variable in interface things.common.ThingsNamespace
 
ATTR_PLATFORM_CLASS_ACTUAL - Static variable in interface things.common.ThingsNamespace
 
ATTR_PLATFORM_CLASS_PROPOSED - Static variable in interface things.common.ThingsNamespace
 
ATTR_PLATFORM_FILE_NAME - Static variable in interface things.common.ThingsNamespace
 
ATTR_PLATFORM_FILE_PATH - Static variable in interface things.common.ThingsNamespace
 
ATTR_PLATFORM_FS_PATH - Static variable in interface things.thinger.SystemNamespace
 
ATTR_PLATFORM_FS_PATH_ABSOLUTE - Static variable in interface things.thinger.SystemNamespace
 
ATTR_PLATFORM_MESSAGE - Static variable in interface things.common.ThingsNamespace
 
ATTR_PLATFORM_MESSAGE_COMPLETE - Static variable in interface things.common.ThingsNamespace
 
ATTR_PLATFORM_MESSAGE_COMPLETE_ORIGINAL - Static variable in interface things.common.ThingsNamespace
 
ATTR_PLATFORM_MESSAGE_ORIGINAL - Static variable in interface things.common.ThingsNamespace
 
ATTR_PLATFORM_TRACE - Static variable in interface things.common.ThingsNamespace
 
ATTR_PROCESS_ID - Static variable in interface things.thinger.SystemNamespace
 
ATTR_PROCESS_ID_ORGANIC - Static variable in interface things.thinger.SystemNamespace
 
ATTR_PROCESSING_HTTP_ACTION - Static variable in interface things.common.ThingsNamespace
 
ATTR_PROCESSING_HTTP_METHOD - Static variable in interface things.common.ThingsNamespace
 
ATTR_PROCESSING_HTTP_PAGE - Static variable in interface things.common.ThingsNamespace
 
ATTR_PROCESSING_HTTP_PAGE_LOCATION - Static variable in interface things.common.ThingsNamespace
 
ATTR_PROCESSING_HTTP_PATH - Static variable in interface things.common.ThingsNamespace
 
ATTR_PROPERTY_ENTRY - Static variable in interface things.common.ThingsNamespace
 
ATTR_PROPERTY_NAME - Static variable in interface things.common.ThingsNamespace
 
ATTR_PROPERTY_PATH - Static variable in interface things.common.ThingsNamespace
 
ATTR_PROPERTY_TRUNK_MODE - Static variable in interface things.common.ThingsNamespace
 
ATTR_PROPERTY_VALIDATION - Static variable in interface things.common.ThingsNamespace
 
ATTR_PROPERTY_VALUE - Static variable in interface things.common.ThingsNamespace
 
ATTR_REASON_NUMBER - Static variable in interface things.common.ThingsNamespace
 
ATTR_RETRIES - Static variable in interface things.common.ThingsNamespace
 
ATTR_SEQUENCE_NUMBER - Static variable in interface things.common.ThingsNamespace
 
ATTR_SEQUENCE_NUMBER_ACTUAL - Static variable in interface things.common.ThingsNamespace
 
ATTR_SEQUENCE_NUMBER_EXPECTED - Static variable in interface things.common.ThingsNamespace
 
ATTR_STATE - Static variable in interface things.common.ThingsNamespace
 
ATTR_STATE_VALUE - Static variable in interface things.common.ThingsNamespace
 
ATTR_SYSTEM_COMMAND_COMMANDER_ID - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_COMMAND_ID - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_COMMAND_INSTANCE_TYPE - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_COMMAND_NAME - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_COMMAND_NUMERIC - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_COMMAND_PARAMETER_NAME - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_COMMAND_RESPONSE_NAME - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_COMMAND_RESPONSE_STATE - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_COMMAND_RESPONSE_TRANSMISSION_RECEIPT - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_COMMAND_TEXT - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_ID_WHOAMI - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_ID_WHOAMI_CREATOR - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_ID_WHOAMI_FOR_A_LOGGER - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_OBJECT_BASE - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_OBJECT_NAME - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_OBJECT_NAME_ACTUAL - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_OPERATION_NAME - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_RECEIPT - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_RECEIPT_TEXT - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_RESOURCE_STATE - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_SERVICE_CLASS - Static variable in interface things.thinger.SystemNamespace
 
ATTR_SYSTEM_SERVICE_NAME - Static variable in interface things.thinger.SystemNamespace
 
ATTR_THING_CLUSTER_NODE_NAME - Static variable in interface things.common.ThingsNamespace
 
ATTR_THING_NAME - Static variable in interface things.common.ThingsNamespace
 
ATTR_THING_NAME_ACTUAL - Static variable in interface things.common.ThingsNamespace
 
ATTR_THING_PROCESS_ID - Static variable in interface things.common.ThingsNamespace
 
ATTR_THING_PROPOSED - Static variable in interface things.common.ThingsNamespace
 
ATTR_THING_RESULT_DESCRIPTION - Static variable in interface things.common.ThingsNamespace
 
ATTR_THING_RESULT_NAME - Static variable in interface things.common.ThingsNamespace
 
ATTR_THING_RESULT_TYPE - Static variable in interface things.common.ThingsNamespace
 
ATTR_TRANSPORT_ADDRESS - Static variable in interface things.common.ThingsNamespace
 
ATTR_TRANSPORT_CLIENT_NAME - Static variable in interface things.common.ThingsNamespace
 
ATTR_TRANSPORT_CODE - Static variable in interface things.common.ThingsNamespace
 
ATTR_TRANSPORT_PORT - Static variable in interface things.common.ThingsNamespace
 
ATTR_TRANSPORT_SENT - Static variable in interface things.common.ThingsNamespace
 
ATTR_TRANSPORT_SENT_SIZE - Static variable in interface things.common.ThingsNamespace
 
ATTR_TRANSPORT_SENT_SIZE_ACTUAL - Static variable in interface things.common.ThingsNamespace
 
ATTR_TRANSPORT_SEQUENCE - Static variable in interface things.common.ThingsNamespace
 
ATTR_UNIVERSE_ID - Static variable in interface things.common.ThingsNamespace
 
ATTR_UNIVERSE_NAME - Static variable in interface things.common.ThingsNamespace
 
ATTR_UNIVERSE_NAME - Static variable in interface things.thinger.SystemNamespace
 
ATTR_UNIVERSE_PATH - Static variable in interface things.common.ThingsNamespace
 
ATTR_UNIVERSE_UADDY - Static variable in interface things.common.ThingsNamespace
 
AttributeCodec - Class in things.data
Defines standard methods for encoding and decoding attributes as other data types.
AttributeCodec() - Constructor for class things.data.AttributeCodec
 
AttributeReader - Interface in things.data
This defines something that has attributes but can only be read.
attributes - Variable in class things.common.ThingsException
Attributes.
Attributes - Interface in things.data
This defines something that has attributes and read access only.
attributes - Variable in class things.data.Entity
Attributes, if needed.
attributes - Variable in class things.data.Entry
Attributes, if needed.
AttributesReaderWrapper - Class in things.data.impl
A set of readable attributes from a simple hashmap.
AttributesReaderWrapper(HashMap<String, String>) - Constructor for class things.data.impl.AttributesReaderWrapper
Constructor.
available() - Method in class things.data.processing.http.ChunkedInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class things.data.processing.http.LimitedInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class things.data.processing.rfc822.HeaderProcessor
Make sure we always report out available, even if it is just the remaining tee character.
available() - Method in class things.data.processing.rfc822.HeaderProcessorv2
Make sure we always report out available, even if it is just the remaining tee character.
available() - Method in class things.data.processing.rfc822.HeaderProcessorv3
Make sure we always report out available, even if it is just the remaining tee character.
available() - Method in class things.thinger.io.ChainedInputStream
Returns the number of characters available for read without blocking.
available() - Method in class things.thinger.io.EchoInputStream
Returns the number of characters available for read without blocking.
available() - Method in class things.thinger.io.EmptyInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class things.thinger.io.StreamSourceFromStreamStalled
It'll try a few times until something is available or it runs out of time.

B

BAD - Static variable in class things.data.processing.LexicalTool
Lexical names and types.
BAD_COMMAND_SEQUENCE - Static variable in interface things.data.transport.smtp.SMTPClient
 
BAD_DSN - Static variable in interface things.common.ThingsCodes
 
BASE - Class in things.thing
Base for things, modules, and tigers--oh my!
BASE() - Constructor for class things.thing.BASE
 
Base64 - Class in things.common.tools
This is a public domain source.
Base64.InputStream - Class in things.common.tools
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class things.common.tools.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class things.common.tools.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in things.common.tools
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class things.common.tools.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class things.common.tools.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BASEInterface - Interface in things.thing
A base interface.
This can allow non-MODULE/THING objects access to a MODULE/THING's services.
BasicConduit - Class in things.thinger.io.conduits.basic
Basic implementation of a conduit.
BasicConduit() - Constructor for class things.thinger.io.conduits.basic.BasicConduit
 
BasicConduitController - Class in things.thinger.io.conduits.basic
A Basic conduit controller.
BasicConduitController() - Constructor for class things.thinger.io.conduits.basic.BasicConduitController
Default constructor.
BasicInjector - Class in things.thinger.io.conduits.basic
A basic implementation of the conduit injector interface.
BasicInjector(InjectionInterface) - Constructor for class things.thinger.io.conduits.basic.BasicInjector
Initialize the Injector.
BasicPullDrainContainer - Class in things.thinger.io.conduits.basic
A basic implementation of a conduit drain container interface for a poller.
BasicPullDrainContainer() - Constructor for class things.thinger.io.conduits.basic.BasicPullDrainContainer
 
binaryNameToFileName(String) - Static method in class things.common.ThingsUtilityBelt
Convert the binary name to the file name.
birthMyChild(String) - Method in class things.common.IAmNobody
Create a child ID using the given name.
birthMyChild(String, String) - Method in class things.common.IAmNobody
Create a child ID using the given name and tag.
birthMyChild(String) - Method in class things.common.impl.WhoAmISimple
Create a child ID using the given name.
birthMyChild(String, String) - Method in class things.common.impl.WhoAmISimple
Create a child ID using the given name and tag.
birthMyChild(String) - Method in interface things.common.WhoAmI
Create a child ID using the given name.
birthMyChild(String, String) - Method in interface things.common.WhoAmI
Create a child ID using the given name and tag.
birthMyChild(String) - Method in interface things.data.Data
Create a child ID using the given name.
birthMyChild(String, String) - Method in interface things.data.Data
Create a child ID using the given name and tag.
birthMyChild(String) - Method in class things.data.Entity
Create a child ID using the given name.
birthMyChild(String, String) - Method in class things.data.Entity
Create a child ID using the given name and tag.
birthMyChild(String) - Method in class things.data.Nubblet
Create a child ID using the given name.
birthMyChild(String, String) - Method in class things.data.Nubblet
Create a child ID using the given name and tag.
birthMyChild(String) - Method in class things.thinger.io.conduits.ConduitID
Create a child ID using the given name.
birthMyChild(String, String) - Method in class things.thinger.io.conduits.ConduitID
Create a child ID using the given name and tag.
BitBucketOutputStream - Class in things.common.tools
A oneway trip to Nowheresville.
BitBucketOutputStream() - Constructor for class things.common.tools.BitBucketOutputStream
 
BodyProcessor_FormURLEncoded - Class in things.data.processing.http
Body processor for application/x-www-form-urlencoded.
BodyProcessor_FormURLEncoded() - Constructor for class things.data.processing.http.BodyProcessor_FormURLEncoded
 
BodyProcessor_FormURLEncodedSTRICT - Class in things.data.processing.http
Body processor for application/x-www-form-urlencoded.
BodyProcessor_FormURLEncodedSTRICT() - Constructor for class things.data.processing.http.BodyProcessor_FormURLEncodedSTRICT
 
bodyStream - Variable in class things.data.processing.http.HttpResponse
The busy stream.
bodyValues - Variable in class things.data.processing.http.HttpHeaders
Request body values.
BOOLEAN__SELECTED_VALUE - Static variable in class things.thinger.service.httptool.ActionIzerItem
 
booleanValue - Variable in class things.thinger.service.httptool.ActionIzerItem
 
booleanValue - Variable in class things.thinger.service.httptool.ActionIzerItemValue
Actual value if a boolean.
bootstrap(boolean, StringPoster, ThingsPropertyTree) - Method in class things.thinger.kernel.basic.KernelBasicBase
BOOTSTRAP.
bootstrapLogger - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
BoundedByteArrayOutputStream - Class in things.common.tools
A limited ByteArrayOutputStream.
BoundedByteArrayOutputStream(byte[]) - Constructor for class things.common.tools.BoundedByteArrayOutputStream
Construct.
branch(String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Branch the view to create a new view.
branch(String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Branch the view to create a new view.
branch(String) - Method in interface things.data.ThingsPropertyViewReader
Branch the view to create a new view.
BREAKING - Static variable in class things.data.processing.LexicalTool
 
broken - Variable in class things.data.transport.smtp.Reply
 
BUFFER_SIZE - Static variable in class things.thinger.service.proxy.ProxyProcessorHttp
 
busted - Variable in class things.data.processing.rfc822.FullAddress
Busted field.

C

CALCULATE_RESULT() - Method in class things.thing.THING
Calculate the result based on the defined results and their settings.
calculateResult(List<RESULT>, ThingsExceptionBundle<ThingsException>) - Static method in class things.thing.ResultManager
Calculate the result based the inherit goodness of the individual results, as captured in Type.
calculateResult(Collection<ResultDefinition>, ThingsExceptionBundle<ThingsException>) - Static method in class things.thing.ResultManager
Calculate the result based on the defined results and their settings.
CALL(String) - Method in class things.thing.THING
Call a THING.
CALL(String) - Method in interface things.thing.THINGInterface
Call a THING.
call_chain() - Method in class things.thing.THING
This is the class call point.
callerId() - Method in class things.thinger.kernel.ProcessCoordinator
Get the calling processes ID.
cases - Variable in class things.thing.Metrics
Case counts
CATCH_ERROR(ThingsException) - Method in class things.thing.THING
Default ERROR trap.
CATCH_FAULT(ThingsException) - Method in class things.thing.THING
Default FAULT trap.
CHAIN_DEPTH_LIMIT - Static variable in class things.common.ThingsException
The total exception depth we'll examine for attributes.
chainAttributes(int, int, NV[]) - Method in class things.common.ThingsException
Chain attributes through all causes.
ChainedInputStream - Class in things.thinger.io
Chain up a set of input streams.
ChainedInputStream(InputStream...) - Constructor for class things.thinger.io.ChainedInputStream
Constructor.
CHANNEL_COMMAND - Static variable in interface things.thinger.service.ServiceConstants
Command and response channel.
CHANNEL_RESPONSE - Static variable in interface things.thinger.service.ServiceConstants
 
CHANNEL_SYSTEM_BACKBONE - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
System backbone logging channel.
CHAR - Static variable in class things.data.processing.LexicalTool
 
CHAR_DNSCHAR - Static variable in class things.data.processing.LexicalTool
 
CHAR_DNSCHAR_NUMERIC - Static variable in class things.data.processing.LexicalTool
 
CHAR_DNSCHAR_POUND - Static variable in class things.data.processing.LexicalTool
 
CHEAP_LINESEPARATOR - Static variable in interface things.common.ThingsConstants
 
CHECK_REQUIRED() - Method in class things.thing.THING
Make sure all required properties exist.
checkClearance(Clearance) - Method in class things.thinger.kernel.ProcessCoordinator
Check the clearance.
checkClusterDone() - Method in class things.thing.Cluster
Check the cluster if it is done.
checkDataForm(AttributeReader, Command.CheckType, CommandDefinition) - Static method in class things.thinger.service.command.Command
Validate data for occurence and type.
CHECKED_VALUE - Static variable in class things.thinger.service.httptool.ActionIzer
 
checkLine(String, String) - Method in class things.data.tabular.ModuleSchemaSection
Check the line.
checkpoint(ThingsPropertyView, LineFeeder, StringPoster, AFileSystem, AFileSystem) - Static method in class things.common.configuration.ConfigureByProps
Checkpoint the system.
checkRequiredData(AttributeReader, Command.CheckType, CommandDefinition) - Static method in class things.thinger.service.command.Command
Validate data for required items.
ChunkedInputStream - Class in things.data.processing.http
A response processor.
ChunkedInputStream(InputStream) - Constructor for class things.data.processing.http.ChunkedInputStream
Constructor.
CLASS_ALPHA - Static variable in class things.data.processing.LexicalTool
 
CLASS_CONTROL - Static variable in class things.data.processing.LexicalTool
Character classifications.
CLASS_NONE - Static variable in class things.data.processing.LexicalTool
 
CLASS_NUMERIC - Static variable in class things.data.processing.LexicalTool
 
CLASS_PUNCTUATION - Static variable in class things.data.processing.LexicalTool
 
className - Variable in class things.thinger.service.command.CommandDefinition
 
CleanSMTPClient - Class in things.data.transport.smtp
This is a super clean SMTP client.
CleanSMTPClient(Logger, String) - Constructor for class things.data.transport.smtp.CleanSMTPClient
Create a new client with an imposed name.
CleanSMTPClient(Logger) - Constructor for class things.data.transport.smtp.CleanSMTPClient
Create a new client.
Clearance - Enum in things.thinger.kernel
Clearance management.
CLEARANCE - Static variable in interface things.thinger.service.ServiceConstants
 
clearPause() - Method in class things.data.processing.rfc822.HeaderProcessor
Clear a pause (if any) and allow it to move to the next line.
clearPause() - Method in class things.data.processing.rfc822.HeaderProcessorv2
Clear a pause (if any) and allow it to move to the next line.
clearPause() - Method in class things.data.processing.rfc822.HeaderProcessorv3
Clear a pause (if any) and allow it to move to the next line.
clearValue() - Method in class things.data.impl.NamedTreeNode
Remove any value to this node
CLIBackbone - Class in things.thinger.service.local
A CLI Backbone.
CLIBackbone() - Constructor for class things.thinger.service.local.CLIBackbone
 
CLIService - Class in things.thinger.service.local
A CLI Service.
CLIService() - Constructor for class things.thinger.service.local.CLIService
 
CLIServiceConstants - Interface in things.thinger.service.local
A CLI Service Constants.
CLIServiceTools - Class in things.thinger.service.local
Static tools for dealing with CLIService data.
CLIServiceTools() - Constructor for class things.thinger.service.local.CLIServiceTools
 
CLIServiceTools.Responses - Enum in things.thinger.service.local
The specific responses.
CLIServiceTools.Result - Enum in things.thinger.service.local
The classification of responses.
clone(String) - Method in class things.common.commands.CommandLogger
Create a clone of this logger, but with a new tag.
close() - Method in class things.common.tools.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class things.common.tools.BitBucketOutputStream
Close.
close() - Method in class things.common.tools.BoundedByteArrayOutputStream
Close.
close() - Method in class things.common.tools.StringArrayReader
Close.
close() - Method in class things.data.processing.http.ChunkedInputStream
Close the stream.
close() - Method in class things.data.processing.http.LimitedInputStream
Close the stream.
close() - Method in class things.data.processing.rfc822.HeaderProcessor
Do not let a user close this stream.
close() - Method in class things.data.processing.rfc822.HeaderProcessorv2
Do not let a user close this stream.
close() - Method in class things.data.processing.rfc822.HeaderProcessorv3
Do not let a user close this stream.
close() - Method in class things.thinger.io.ChainedInputStream
Nop
close() - Method in class things.thinger.io.EchoInputStream
Close.
close() - Method in class things.thinger.io.EmptyInputStream
Close the stream.
CLOSE_TAG - Static variable in interface things.common.ThingsMarkup
 
Cluster - Class in things.thing
A cluster of things.
Cluster(THING) - Constructor for class things.thing.Cluster
Construct a cluster owned by a THING.
Cluster(SystemInterface, ExpressionInterface) - Constructor for class things.thing.Cluster
Construct a cluster not owned by a THING.
code - Variable in class things.data.processing.http.HttpResponse
The busy stream.
code - Variable in class things.data.transport.smtp.Reply
 
CODE(String, String) - Method in class things.testing.unit.Test
Set the CODE for the case.
CODE_211 - Static variable in interface things.data.transport.smtp.SMTPClient
SMTP result codes.
CODE_214 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_215 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_220 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_221 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_250 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_251 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_354 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_421 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_450 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_451 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_452 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_500 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_501 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_502 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_503 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_504 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_550 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_551 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_552 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_553 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_554 - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_CONTINUE - Static variable in class things.data.processing.http.HttpHeaders
 
CODE_FAIL_THRESHOLD - Static variable in interface things.data.transport.smtp.SMTPClient
 
CODE_NONE - Static variable in interface things.common.ThingsCodes
EVENTS and CODES.
CODE_OK - Static variable in class things.data.processing.http.HttpHeaders
 
CODEC_EQUALITY - Static variable in interface things.common.ThingsConstants
 
CODEC_ESCAPE_CHARACTER - Static variable in interface things.common.ThingsConstants
 
CODEC_PROPERTY_ESCAPE_CHARACTER - Static variable in interface things.common.ThingsConstants
 
CODEC_QUOTING - Static variable in interface things.common.ThingsConstants
 
CODEC_SEPARATOR_CHARACTER - Static variable in interface things.common.ThingsConstants
 
CODEC_SEPARATOR_CHARACTER_ESCAPED - Static variable in interface things.common.ThingsConstants
 
codeText - Variable in class things.data.processing.http.HttpHeaders
Code text.
COLONVALUE - Static variable in class things.data.processing.LexicalTool
 
Command - Class in things.thinger.service.command
A command.
Command() - Constructor for class things.thinger.service.command.Command
Default constructor.
Command(CommandRegistry) - Constructor for class things.thinger.service.command.Command
Default constructor.
Command.CheckType - Enum in things.thinger.service.command
Are we checking a command or a response.
Command.DataType - Enum in things.thinger.service.command
The type of the parameter.
Command.Occurrence - Enum in things.thinger.service.command
The occurence of a parameter.
Command.Requirement - Enum in things.thinger.service.command
The requirement for a parameter.
COMMAND_HELP - Static variable in interface things.thinger.service.local.CLIServiceConstants
Command help.
PARAMETER: Response.
List of commands and what they do.
COMMAND_ID_TAG - Static variable in class things.thinger.service.command.local.LocalCommander
Command tag.
Command_KILL - Class in things.thinger.service.command.impl
An implemented command.
Command_KILL() - Constructor for class things.thinger.service.command.impl.Command_KILL
 
COMMAND_KILL - Static variable in interface things.thinger.service.local.CLIServiceConstants
A kill command.
COMMAND_KILL_PID - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
COMMAND_KILL_PID_POSITION - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
COMMAND_NOT_IMPLEMENTED - Static variable in interface things.data.transport.smtp.SMTPClient
 
COMMAND_NOT_IMPLEMENTED_FOR_PARAMETER - Static variable in interface things.data.transport.smtp.SMTPClient
 
COMMAND_PING - Static variable in interface things.thinger.service.local.CLIServiceConstants
A Ping command.
PARAMETER: (OPTIONAL) whisper.
COMMAND_PING_WHISPER - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
COMMAND_PING_WHISPER_POSITION - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
Command_PINGPONG - Class in things.thinger.service.command.impl
An implemented command.
Command_PINGPONG() - Constructor for class things.thinger.service.command.impl.Command_PINGPONG
 
Command_PROCESSLIST - Class in things.thinger.service.command.impl
Get the process list.
Command_PROCESSLIST() - Constructor for class things.thinger.service.command.impl.Command_PROCESSLIST
 
COMMAND_PROCESSLIST - Static variable in interface things.thinger.service.local.CLIServiceConstants
A processlist command.
PARAMETER: (OPTIONAL) log.
COMMAND_PROCESSLIST_LOG_VALUE - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
Command_QUIT - Class in things.thinger.service.command.impl
Tell the server to quit.
Command_QUIT() - Constructor for class things.thinger.service.command.impl.Command_QUIT
 
COMMAND_QUIT - Static variable in interface things.thinger.service.local.CLIServiceConstants
Command quit.
Command_RUN - Class in things.thinger.service.command.impl
An implemented command.
Command_RUN() - Constructor for class things.thinger.service.command.impl.Command_RUN
 
COMMAND_RUN - Static variable in interface things.thinger.service.local.CLIServiceConstants
A run command.
COMMAND_RUN_NAME - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
COMMAND_RUN_NAME_POSITION - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
Command_SETPROP - Class in things.thinger.service.command.impl
Set a user global property.
Command_SETPROP() - Constructor for class things.thinger.service.command.impl.Command_SETPROP
 
COMMAND_SETPROP - Static variable in interface things.thinger.service.local.CLIServiceConstants
Set a user global property.
ARG1: (REQUIRED) name.
COMMAND_SETPROP_NAME - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
COMMAND_SETPROP_NAME_POSITION - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
COMMAND_SETPROP_VALUE - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
COMMAND_SETPROP_VALUE_POSITION - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
Command_SHOWPROPS - Class in things.thinger.service.command.impl
An implemented command.
Command_SHOWPROPS() - Constructor for class things.thinger.service.command.impl.Command_SHOWPROPS
 
COMMAND_SHOWPROPS - Static variable in interface things.thinger.service.local.CLIServiceConstants
A showprops command.
PARAMETER: (OPTIONAL) log.
COMMAND_SHOWPROPS_LOG_VALUE - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
CommandDefinition - Class in things.thinger.service.command
A Command Definition.
Commander - Interface in things.thinger.service.command
Interface to a commander.
CommandException - Class in things.common.commands
A command exception.
CommandException() - Constructor for class things.common.commands.CommandException
Default Constructor.
CommandException(Throwable) - Constructor for class things.common.commands.CommandException
Default Constructor with Cause
CommandException(String) - Constructor for class things.common.commands.CommandException
Message constructor
CommandException(String, Throwable) - Constructor for class things.common.commands.CommandException
Message constructor with Cause
CommandException(int) - Constructor for class things.common.commands.CommandException
Numeric constructor
CommandException(int, Throwable) - Constructor for class things.common.commands.CommandException
Numeric constructor with cause
CommandException(String, int) - Constructor for class things.common.commands.CommandException
Message and numberic constructor
CommandException(String, int, Throwable) - Constructor for class things.common.commands.CommandException
Message and numberic constructor with cause
CommandException(String, int, String...) - Constructor for class things.common.commands.CommandException
Message and numberic constructor
CommandException(String, int, Throwable, String...) - Constructor for class things.common.commands.CommandException
Message and numberic constructor with cause
CommandItem - Class in things.thinger.service.command
A Command Item.
CommandLine - Class in things.common.commands
A parsed command line.
CommandLine(HashMap<String, NVImmutable>, ArrayList<String>, boolean[]) - Constructor for class things.common.commands.CommandLine
The only constructor.
CommandLine.PARAMETER_TYPES - Enum in things.common.commands
 
COMMANDLINE_ERROR_MISSING_REQUIRED - Static variable in interface things.common.ThingsCodes
 
COMMANDLINE_ERROR_MISSING_REQUIRED_ASSUMED - Static variable in interface things.common.ThingsCodes
 
COMMANDLINE_ERROR_NAME_NULL - Static variable in interface things.common.ThingsCodes
 
CommandLineProcessor - Class in things.common.commands
A fancy command line processor.
CommandLineProcessor() - Constructor for class things.common.commands.CommandLineProcessor
 
CommandLineSingleTokenizer - Class in things.common.tools
A standard command line tokenizer for single elements.
CommandLineSingleTokenizer() - Constructor for class things.common.tools.CommandLineSingleTokenizer
 
CommandLogger - Class in things.common.commands
Command logger.
CommandLogger() - Constructor for class things.common.commands.CommandLogger
 
commandName - Variable in class things.thinger.service.command.local.LocalCommandInfo
 
CommandNumerics - Interface in things.thinger.service.command
The command numerics.
CommandParameter - Class in things.common.commands
A parameter definition for command parameters.
CommandParameter(CommandLine.PARAMETER_TYPES, String, String, boolean) - Constructor for class things.common.commands.CommandParameter
The only constructor.
CommandRegistry - Interface in things.thinger.service.command
A Command Registry.
CommandResponder - Interface in things.thinger.service.command
An interface for handling responses.
CommandResponse - Interface in things.thinger.service.command
A command response interface.
CommandResponse.CompletionDisposition - Enum in things.thinger.service.command
The completion disposition describes the response.
CommandResponse.ResponseState - Enum in things.thinger.service.command
The response state disposition describes state of the interaction.
CommandRoot - Class in things.common.commands
Command root for all the commands.
CommandRoot() - Constructor for class things.common.commands.CommandRoot
The constructor.
COMMENT(String, String) - Method in class things.testing.unit.Test
COMMENT into the test report
comment(String) - Method in class things.testing.unit.TestCase
Set a comment result.
COMMENT_CHARACTER - Static variable in class things.common.configuration.ConfigureByProps
 
COMMENT_LINE - Static variable in class things.thinger.service.httptool.ActionIzer
 
CommonTagsParams - Interface in things.thinger.service.httptool
Common merge tags for pages.
compare(ThingsException, ThingsException) - Method in class things.common.ThingsExceptionComparator
Compare.
compare(String, String) - Method in class things.common.tools.ValidatingStringNumericComparator
Compare two string String that should be integers represented by strings.
COMPELTE_ESCAPE - Static variable in interface things.common.ThingsMarkup
 
Compendium - Class in things.data.language
The knowledge of a block of text.
Compendium() - Constructor for class things.data.language.Compendium
Constructor.
complete() - Method in class things.data.processing.http.HttpHeaderProcessor
Complete on a specific header.
complete(OutputStream) - Method in class things.data.processing.rfc822.HeaderProcessor
Complete on a specific header.
complete(OutputStream) - Method in class things.data.processing.rfc822.HeaderProcessorv2
Complete on a specific header.
complete() - Method in class things.data.processing.rfc822.HeaderProcessorv3
Complete on a specific header.
complete(HttpToolServiceThread) - Method in class things.thinger.service.httptool.HttpToolService
Tell the service that a thread is complete.
complete(ProxyServiceContext) - Method in class things.thinger.service.proxy.ProxyService
Tell the service that a context is complete.
complete() - Method in class things.thinger.service.proxy.ProxyServiceContext
We are done with this context.
completeDelete(File, boolean) - Static method in class things.thinger.io.fs.FSFileSystem
 
Conduit - Interface in things.thinger.io.conduits
Interface to a conduit.
Conduit.InjectorType - Enum in things.thinger.io.conduits
The InjectorType specifies how it will behave, as follows:
UNSPECIFIED: No preference.
CONDUIT_ID_SEPERATOR - Static variable in class things.thinger.io.conduits.ConduitID
Defines the path separator for a conduit it.
ConduitController - Interface in things.thinger.io.conduits
Interface to the conduit controller.
ConduitID - Class in things.thinger.io.conduits
A ConduitID.
ConduitID(String) - Constructor for class things.thinger.io.conduits.ConduitID
Construct with an imposed ID;
ConduitID(String, String) - Constructor for class things.thinger.io.conduits.ConduitID
Construct with an imposed ID;
CONFIG_CLEARANCE - Static variable in interface things.universe.Universe
 
CONFIG_COMMAND_CHANNEL - Static variable in interface things.thinger.SystemNamespace
 
CONFIG_COMMAND_CHANNEL_LOCAL_CLISERVICE - Static variable in interface things.thinger.SystemNamespace
 
CONFIG_COMMAND_CHANNEL_SERVICE_COMMAND_LOCAL - Static variable in interface things.thinger.SystemNamespace
 
CONFIG_DIRECTORY - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
CONFIG_LIST - Static variable in interface things.universe.Universe
 
config_LOGGING_FACTORY_IMPLEMENTATION - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
config_LOGGING_LEVEL - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
CONFIG_NAME - Static variable in interface things.universe.Universe
 
CONFIG_PATH - Static variable in interface things.universe.Universe
 
CONFIG_PROPERTY_TOOLKIT() - Method in class things.thing.BASE
Get the global configuration property toolkit for all users.
CONFIG_ROOT - Static variable in interface things.universe.Universe
 
config_SYSTEM_FILESYSTEM_ROOT - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
CONFIG_TYPE - Static variable in interface things.universe.Universe
 
CONFIG_TYPE_LOCAL - Static variable in interface things.universe.Universe
 
config_USER_FILESYSTEM_ROOT - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
configProps - Variable in class things.common.commands.CommandRoot
Configuration properties, if provided.
configPropsView - Variable in class things.common.commands.CommandRoot
Configuration properties from a writable view, if provided.
CONFIGURATION_ERROR_BAD_CONFIGURATION - Static variable in interface things.common.ThingsCodes
 
CONFIGURATION_FAILED_CHECKPOINT - Static variable in interface things.common.ThingsCodes
 
CONFIGURATION_FAILED_DEFAULT - Static variable in interface things.common.ThingsCodes
 
CONFIGURATION_FAULT_DEFAULT - Static variable in interface things.common.ThingsCodes
 
configure(ThingsPropertyView, LineFeeder, StringPoster, AFileSystem, AFileSystem) - Static method in class things.common.configuration.ConfigureByProps
Configure the system.
CONFIGURE_COMMENT_CHARACTER - Static variable in interface things.common.configuration.ConfigureConstants
 
CONFIGURE_PROPERTY_CHARACTER - Static variable in interface things.common.configuration.ConfigureConstants
 
ConfigureByProps - Class in things.common.configuration
A configuration system that uses a SPECIFICATION file and properties.
ConfigureByProps() - Constructor for class things.common.configuration.ConfigureByProps
 
ConfigureConstants - Interface in things.common.configuration
Configuration constants.
The # at the beginning of a line makes it a comment.
The $ character is used to for property names.
connect(String, int) - Method in class things.data.transport.smtp.CleanSMTPClient
Start a connection.
connect(String, int) - Method in class things.data.transport.smtp.FancySMTPClient
Start a connection.
connect(String, int) - Method in interface things.data.transport.smtp.SMTPClient
Start a connection.
CONNECTION_RETRIES - Static variable in class things.data.transport.smtp.CleanSMTPClient
 
CONNECTION_RETRIES - Static variable in class things.data.transport.smtp.FancySMTPClient
 
CONNECTION_RETRIES - Static variable in interface things.data.transport.smtp.SMTPClient
 
CONNECTION_TIMEOUT - Static variable in class things.data.transport.smtp.CleanSMTPClient
 
CONNECTION_TIMEOUT - Static variable in class things.data.transport.smtp.FancySMTPClient
 
CONNECTION_TIMEOUT - Static variable in interface things.data.transport.smtp.SMTPClient
 
CONNECTION_TIMEOUT - Static variable in class things.data.transport.smtp.TolerantSMTPClientManager
 
CONNECTION_TIMEOUT - Static variable in class things.data.transport.smtp.TouchySMTPClientManager
 
ConsoleService - Class in things.thinger.service.local
A console service.
ConsoleService() - Constructor for class things.thinger.service.local.ConsoleService
 
constructThingsProcess() - Method in class things.thinger.kernel.basic.KernalBasic_THINGProcessWrapper
Complete construction.
constructThingsProcess() - Method in class things.thinger.kernel.basic.KernelBasicBase
Complete construction.
constructThingsProcess() - Method in class things.thinger.kernel.ThingsProcess
Complete construction.
constructThingsProcess() - Method in class things.thinger.service.actor.ActorService
Complete construction.
constructThingsProcess() - Method in class things.thinger.service.command.local.LocalCommandService
Complete construction.
constructThingsProcess() - Method in class things.thinger.service.httptool.HttpToolService
Complete construction.
constructThingsProcess() - Method in class things.thinger.service.httptool.HttpToolServiceThread
Complete construction.
constructThingsProcess() - Method in class things.thinger.service.local.CLIService
Complete construction.
constructThingsProcess() - Method in class things.thinger.service.local.ConsoleService
Complete construction.
constructThingsProcess() - Method in class things.thinger.service.local.HttpCLIService
Complete construction.
constructThingsProcess() - Method in class things.thinger.service.proxy.ProxyService
Complete construction.
constructThingsProcess() - Method in class things.thinger.service.thing.ThingService
Complete construction.
contentLength - Variable in class things.data.processing.http.HttpHeaders
Content length.
contentType - Variable in class things.data.processing.http.HttpHeaders
Content type.
CONTROL - Static variable in class things.data.processing.LexicalTool
 
ControlInterface - Interface in things.thinger.kernel
A control interface for subunits to deal with process methods.
copy(InputStream, OutputStream, int) - Static method in class things.common.ThingsUtilityBelt
A copier.
copy(File, File) - Static method in class things.common.tools.FileTools
Copy a file.
copy(InputStream, OutputStream) - Static method in class things.common.tools.FileTools
Copy a stream.
copy(String, InputStream) - Method in interface things.thinger.io.AFileSystem
Copy an InputStream to a file designated by the path.
copy(String, InputStream) - Method in class things.thinger.io.fs.FSFileSystem
Copy an InputStream to a file designated by the path.
COPY_BUFFER_SIZE - Static variable in class things.thinger.service.httptool.HttpToolServiceThread
 
copyAndGraftBranch(String, String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Copy a branch and graft it somewhere else.
copyAndGraftBranch(String, String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Copy a branch and graft it somewhere else.
copyAndGraftBranch(String, String) - Method in interface things.data.ThingsPropertyTree
Copy a branch and graft it somewhere else.
copyBranch(String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Copy a branch of the tree as a new tree.
copyBranch(String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Copy a branch of the tree as a new tree.
copyBranch(String) - Method in interface things.data.ThingsPropertyTree
Copy a branch of the tree as a new tree.
copyMarkTo(OutputStream) - Method in class things.common.tools.BoundedByteArrayOutputStream
Copy from the last mark (or start if not mark made) to the end of the buffer into a stream.
copyMarkTo(OutputStream) - Method in class things.common.tools.TightByteArrayOutputStream
Copy from the last mark (or start if not mark made) to the end of the buffer into a stream.
COPYRIGHT_NOTICE - Static variable in interface things.common.ThingsConstants
 
CORE_SERVICES - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
CORE_SERVICES_suffix_CLASS - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
CORE_SERVICES_suffix_LOCAL - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
CORE_SERVICES_suffix_NAME - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
count - Variable in class things.thing.Metrics
Integer counter.
CR - Static variable in interface things.common.ThingsConstants
 
crawl(String, Logger, boolean) - Method in class things.data.processing.Crawler
Start a crawl on the filesystem.
Crawler - Class in things.data.processing
Universal crawler.
Crawler() - Constructor for class things.data.processing.Crawler
 
CRAWLER_ERROR - Static variable in interface things.common.ThingsCodes
 
CRAWLER_ERROR_DURING_SETUP - Static variable in interface things.common.ThingsCodes
 
CRBYTEVALUE - Static variable in class things.data.processing.LexicalTool
Specific characters used by tools.
CRLF - Static variable in interface things.common.ThingsConstants
 
cullPropsOnDeathMap - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
currentMessage - Variable in class things.thinger.service.actor.ActorServiceBase
Current message.
currentWrap - Variable in class things.data.language.AText
Current wrap position.
cutting(String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Pruning to get a new a new view.
cutting(String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Pruning to get a new a new view.
cutting(String) - Method in interface things.data.ThingsPropertyView
A cutting to get a new a new view.

D

DASHVALUE - Static variable in class things.data.processing.LexicalTool
 
Data - Interface in things.data
This defines a piece of data and the methods of managing it.
Data.Priority - Enum in things.data
Priority of the data.
Data.Type - Enum in things.data
Type of Data.
DATA_ATTRIBUTE_OBJECT_NULL - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_BAD_DATE_FORMAT - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_BRANCH_PROCESSING_ERROR - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_CANNOT_BE_NULL_OR_EMPTY - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_EXPECTED_NUMBER - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_GENERAL - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_INDEX_OUTOFBOUNDS - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_MATCHER_CANNOT_ADD - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_MATCHER_FAILED - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_MATCHER_GENERAL - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_MATCHER_PATTERN_NOT_ADDED - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_PARSING_ERROR - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_PATH_NULL - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_PROPERTY_BAD_PLY - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_PROPERTY_DECODING_PROBLEM - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_PROPERTY_EMPTY_PLY - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_PROPERTY_ENCODING_PROBLEM - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_PROPERTY_FAILED_VALIDATION - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_PROPERTY_PATH_NULL - Static variable in interface things.common.ThingsCodes
 
DATA_ERROR_PROPERTY_VALUE_NULL - Static variable in interface things.common.ThingsCodes
 
DeadDropRendezvous<T> - Class in things.common.tools
And object Rendezvous dead drop.
DeadDropRendezvous() - Constructor for class things.common.tools.DeadDropRendezvous
 
DeadGroup - Class in things.testing.unit
This is a dead test implementation.
DeadTest - Class in things.testing.unit
This is a dead test implementation.
deathList - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
deathNotice(ThingsException) - Method in class things.thinger.kernel.basic.KernelBasic
Typically, this is how a process will tell the kernel it is dying, so that the kernel can clear resources.
deathNotice(ThingsException) - Method in interface things.thinger.SystemSuperInterface
Typically, this is how a process will tell the kernel it is dying, so that the kernel can clear resources.
deathWatchMonitor - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
debug(String) - Method in class things.common.commands.CommandLogger
Log a trivial debug entry.
debug(String, int) - Method in class things.common.commands.CommandLogger
Log a trivial error entry with a numeric.
debug(String, int, NVImmutable...) - Method in class things.common.commands.CommandLogger
Log a complex debug entry with numerics and attributes.
debug(String, int, Collection<NVImmutable>) - Method in class things.common.commands.CommandLogger
Log a complex debug entry with numerics and attributes.
debug(String, int, String...) - Method in class things.common.commands.CommandLogger
Log a complex debug entry with numerics and attributes.
DEBUG - Static variable in interface things.common.ThingsCodes
 
debug(String) - Method in interface things.thinger.io.Logger
Log a trivial debug entry.
debug(String, int) - Method in interface things.thinger.io.Logger
Log a trivial error entry with a numeric.
debug(String, int, String...) - Method in interface things.thinger.io.Logger
Log a complex debug entry with numerics and attributes.
debug(String, int, NVImmutable...) - Method in interface things.thinger.io.Logger
Log a complex debug entry with numerics and attributes.
debug(String, int, Collection<NVImmutable>) - Method in interface things.thinger.io.Logger
Log a complex debug entry with numerics and attributes.
debug(String) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a trivial debug entry.
debug(String, int) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a trivial error entry with a numeric.
debug(String, int, NVImmutable...) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a complex debug entry with numerics and attributes.
debug(String, int, Collection<NVImmutable>) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a complex debug entry with numerics and attributes.
debug(String, int, String...) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a complex debug entry with numerics and attributes.
DEBUG_MODULE_LOADED - Static variable in interface things.common.ThingsCodes
 
DEBUG_MODULE_SETUP - Static variable in interface things.common.ThingsCodes
 
DEBUG_PROPERTY_VALUE - Static variable in interface things.common.ThingsCodes
 
DEBUG_SMTP_RETRIABLE_ERROR - Static variable in interface things.common.ThingsCodes
 
DEBUG_THING_CALL_DONE - Static variable in interface things.common.ThingsCodes
 
DEBUG_THING_CALL_DONE_EXCEPTION - Static variable in interface things.common.ThingsCodes
 
DEBUG_THING_CALL_DONE_INTERRUPTION - Static variable in interface things.common.ThingsCodes
 
DEBUG_THING_CALL_ENTER - Static variable in interface things.common.ThingsCodes
 
DEBUG_THING_CALL_GENERAL - Static variable in interface things.common.ThingsCodes
 
DEBUG_THING_CALL_SETUP - Static variable in interface things.common.ThingsCodes
 
DEBUG_THING_ECLIPSE_PARENT_EXPRESSOR - Static variable in interface things.common.ThingsCodes
 
DEBUG_THING_LOADED - Static variable in interface things.common.ThingsCodes
 
DEBUG_THING_MODULE_INSTANCE - Static variable in interface things.common.ThingsCodes
 
DEBUG_THING_RUN_DONE_EXCEPTION - Static variable in interface things.common.ThingsCodes
 
DEBUG_THING_RUN_GENERAL - Static variable in interface things.common.ThingsCodes
 
DEBUG_TOP - Static variable in interface things.common.ThingsCodes
 
Debuggable - Interface in things.common
The component is debuggable.
DEBUGGING_IDE - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
This this is set to true, it will load the loader for debugging IDE (which will load all classes from the classpath, rather than the dynamic loader).
debuggingOff() - Method in class things.common.commands.CommandLogger
Turn debugging off.
debuggingOff() - Method in interface things.common.Debuggable
Turn debugging off.
debuggingOff() - Method in class things.data.transport.smtp.CleanSMTPClient
Turn debugging off.
debuggingOff() - Method in class things.data.transport.smtp.FancySMTPClient
Turn debugging off.
debuggingOff() - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Turn debugging off.
debuggingOn() - Method in class things.common.commands.CommandLogger
Turn debugging on.
debuggingOn() - Method in interface things.common.Debuggable
Turn debugging on.
debuggingOn() - Method in class things.data.transport.smtp.CleanSMTPClient
Turn debugging on.
debuggingOn() - Method in class things.data.transport.smtp.FancySMTPClient
Turn debugging on.
debuggingOn() - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Turn debugging on.
debuggingState() - Method in class things.common.commands.CommandLogger
Get the current debugging state.
debuggingState() - Method in interface things.common.Debuggable
Get the current debugging state.
debuggingState() - Method in class things.data.transport.smtp.CleanSMTPClient
Get the current debugging state.
debuggingState() - Method in class things.data.transport.smtp.FancySMTPClient
Get the current debugging SMTPSMTPState.
debuggingState() - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Get the current debugging state.
decideTruth(String, boolean) - Static method in class things.common.tools.Plato
Decide truth only if target is not null and is one or more characters (any value).
decideTruth(String) - Static method in class things.common.tools.Plato
Decide truth.
declarations() - Method in class things.data.processing.http.HttpHeaderProcessor
All declarations should be put here, so they are done with any initialization.
declarations() - Method in class things.data.processing.PhraseMatcher
All declarations should be put here, so they are done with any initialization.
declarations() - Method in class things.data.processing.rfc822.HeaderProcessor
All declarations should be put here, so they are done with any initialization.
declarations() - Method in class things.data.processing.rfc822.HeaderProcessorv2
All declarations should be put here, so they are done with any initialization.
declarations() - Method in class things.data.processing.rfc822.HeaderProcessorv3
All declarations should be put here, so they are done with any initialization.
declarations() - Method in class things.thinger.service.httptool.ActionIzer
Give the sub class a chance to make declarations.
declare() - Method in class things.common.commands.CommandRoot
Declare usage.
declare(String, int, boolean) - Method in class things.data.processing.PhraseMatcher
Declare a phrase.
declare(String, int, boolean) - Method in class things.data.processing.rfc822.HeaderProcessor
Declare a header.
declare(String, int, boolean) - Method in class things.data.processing.rfc822.HeaderProcessorv2
Declare a header.
declare(String, int, boolean) - Method in class things.data.processing.rfc822.HeaderProcessorv3
Declare a header.
DECLARE(String) - Method in class things.testing.unit.Test
DECLARE a test case.
declare() - Method in class things.thinger.service.command.Command
Command declaration.
declare() - Method in class things.thinger.service.command.impl.Command_KILL
Command declaration.
declare() - Method in class things.thinger.service.command.impl.Command_PINGPONG
Command declaration.
declare() - Method in class things.thinger.service.command.impl.Command_PROCESSLIST
Command declaration.
declare() - Method in class things.thinger.service.command.impl.Command_QUIT
Command declaration.
declare() - Method in class things.thinger.service.command.impl.Command_RUN
Command declaration.
declare() - Method in class things.thinger.service.command.impl.Command_SETPROP
Command declaration.
declare() - Method in class things.thinger.service.command.impl.Command_SHOWPROPS
Command declaration.
DECLARE(String, String, boolean, String, String) - Method in class things.thinger.service.httptool.ActionIzer
Declare a string parameter.
DECLARE_BOOLEAN(String, boolean, boolean, String, String, String, String, String) - Method in class things.thinger.service.httptool.ActionIzer
Declare a checked boolean parameter.
DECLARE_ENTRY(String, String, String, int, String, int, String) - Method in class things.data.tabular.Module
 
DECLARE_LINE(String, String, int, int) - Method in class things.data.tabular.Module
 
DECLARE_NAME(String, String) - Method in class things.thinger.service.command.Command
Declare the name of the command.
DECLARE_PARAMETER(String, Command.Requirement, Command.Occurrence, Command.DataType) - Method in class things.thinger.service.command.Command
Declare a parameter.
DECLARE_PROPS(String, boolean, boolean, String) - Method in class things.thinger.service.httptool.ActionIzer
Declare a property parameter.
DECLARE_RESPONSE(String, Command.Requirement, Command.Occurrence, Command.DataType) - Method in class things.thinger.service.command.Command
Declare a response.
DECLARE_SECTION(String) - Method in class things.data.tabular.Module
 
DECLARE_TYPED(String, String, boolean, ActionIzerItem.Type, String, String) - Method in class things.thinger.service.httptool.ActionIzer
Declare by type.
DECLARE_VALIDATION(String, int, String, String, String, String, String, int, String, String) - Method in class things.data.tabular.Module
 
declareEntities(int, String, boolean) - Method in class things.common.commands.CommandRoot
Declare an entity.
DECLAREGROUP(String, String) - Method in class things.testing.unit.TestGroup
DECLARE a group.
declareOption(int, String) - Method in class things.common.commands.CommandRoot
Declare an option.
DECLARETEST(String, String) - Method in class things.testing.unit.TestGroup
DECLARE a test.
declareValues(String, String, boolean) - Method in class things.common.commands.CommandRoot
Declare a value.
DECODE - Static variable in class things.common.tools.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class things.common.tools.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class things.common.tools.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class things.common.tools.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFileToFile(String, String) - Static method in class things.common.tools.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class things.common.tools.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeString(String) - Static method in class things.data.ThingsPropertyReaderToolkit
Decode the string.
decodeToFile(String, String) - Static method in class things.common.tools.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class things.common.tools.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeUri(BufferedInputStream) - Static method in class things.thinger.service.local.HttpCLIService
Pull the URI.
Decomposer - Class in things.data.processing
General decomposer.
Decomposer() - Constructor for class things.data.processing.Decomposer
 
DECOMPOSER_FAULT - Static variable in interface things.common.ThingsCodes
 
DECOMPOSER_LOOKUP_ERROR - Static variable in interface things.common.ThingsCodes
 
DEFAULT_DELIMITERS - Static variable in class things.data.processing.Decomposer
The default delimiter characters in a string.
DEFAULT_EXTENSION - Static variable in class things.thinger.service.proxy.ProxyProcessorHttp
 
DEFAULT_KERNEL_CLEARANCE - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
DEFAULT_LOGGING_FACTORY_IMPLEMENTATION - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
DEFAULT_NAME - Static variable in class things.thinger.kernel.ThingsProcess
Constants
DEFAULT_NUMERIC - Static variable in interface things.common.ThingsCodes
 
DEFAULT_REPORTING_THRESHOLD - Static variable in interface things.thinger.SystemInterface
General constants
DEFAULT_SERVICE_CLEARANCE - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
DEFAULT_STREAM_MAX - Static variable in class things.data.transport.smtp.TolerantSMTPClientManager
This is the default number of messages sent per stream.
DEFAULT_STREAM_MAX - Static variable in class things.data.transport.smtp.TouchySMTPClientManager
This is the default number of messages sent per stream.
DEFAULT_TAB_LENGTH - Static variable in interface things.common.ThingsMarkup
DEFAULTS
DEFAULT_TRANSPORT_CONNECT_RETRIES - Static variable in interface things.common.ThingsConstants
Transport constants.
DEFAULT_TRANSPORT_CONNECT_RETRY_DELAY - Static variable in interface things.common.ThingsConstants
 
DEFAULT_UNIVERSE_CONFIG - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
Path to the default universe config from the install root.
DEFAULT_USER_CLEARANCE - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
defaultAction() - Method in class things.thinger.service.httptool.ActionIzer
Get the default action.
defaultFrequencyChart - Static variable in class things.data.language.WordDictionary
The default size frequency chart for random selection.
defaultLogger - Variable in class things.common.commands.CommandRoot
A default logger.
DEFINE_RESULT(String, String, ResultExpectation) - Method in class things.thing.THING
Define a result.
DEFINITION() - Method in class things.thing.THING
Definition step.
delete(File) - Static method in class things.common.tools.FileTools
Delete a file.
delete(String, boolean) - Method in interface things.thinger.io.AFileSystem
Delete a file or directory if it exists at the path given.
delete(String, boolean) - Method in class things.thinger.io.fs.FSFileSystem
Delete a file or directory if it exists at the path given.
delete(String...) - Method in class things.universe.server.UniverseLocal
Delete an object.
delete(String...) - Method in interface things.universe.Universe
Delete an object.
deleteByKey(String) - Method in class things.universe.server.UniverseLocal
Delete an object.
deleteByKey(String) - Method in interface things.universe.Universe
Delete an object by Key.
deplete() - Method in class things.data.processing.rfc822.HeaderProcessor
Deplete current header line.
deplete() - Method in class things.data.processing.rfc822.HeaderProcessorv2
Deplete current header line.
deplete() - Method in class things.data.processing.rfc822.HeaderProcessorv3
Deplete current header line.
deRegisterPullDrain(PullDrainContainer) - Method in class things.thinger.io.conduits.basic.BasicConduit
Deregister a PullDrainContainer instance with the Conduit.
deRegisterPullDrain(PullDrainContainer) - Method in interface things.thinger.io.conduits.Conduit
Deregister a PullDrainContainer instance with the Conduit.
deRegisterPushDrain(PushDrain) - Method in class things.thinger.io.conduits.basic.BasicConduit
Deregister a PushDrain instance with the Conduit.
deRegisterPushDrain(PushDrain) - Method in interface things.thinger.io.conduits.Conduit
Deregister a PushDrain instance with the Conduit.
describeRoot() - Method in interface things.thinger.io.AFileSystem
Describe the root to this filesystem.
describeRoot() - Method in class things.thinger.io.fs.FSFileSystem
Describe the root to this filesystem.
description - Variable in class things.thing.ResultDefinition
A free form description,.
destroy(File) - Static method in class things.common.tools.FileTools
Destroy a file or directory and all it's contents (including sub directories).
destroyFile(File) - Static method in class things.common.ThingsUtilityBelt
Make sure a file is deleted for sure.
destructThingsProcess() - Method in class things.thinger.kernel.basic.KernalBasic_THINGProcessWrapper
Destroy.
destructThingsProcess() - Method in class things.thinger.kernel.basic.KernelBasicBase
Destroy.
destructThingsProcess() - Method in class things.thinger.kernel.ThingsProcess
Destroy.
destructThingsProcess() - Method in class things.thinger.service.actor.ActorService
Destroy.
destructThingsProcess() - Method in class things.thinger.service.command.local.LocalCommandService
Destroy.
destructThingsProcess() - Method in class things.thinger.service.httptool.HttpToolService
Destroy.
destructThingsProcess() - Method in class things.thinger.service.httptool.HttpToolServiceThread
Destroy.
destructThingsProcess() - Method in class things.thinger.service.local.CLIService
Destroy.
destructThingsProcess() - Method in class things.thinger.service.local.ConsoleService
Destroy.
destructThingsProcess() - Method in class things.thinger.service.local.HttpCLIService
Destroy.
destructThingsProcess() - Method in class things.thinger.service.proxy.ProxyService
Destroy.
destructThingsProcess() - Method in class things.thinger.service.thing.ThingService
Destroy.
detectRelativePath(String) - Static method in class things.common.tools.FileTools
This will detect if the path has any relative pointers (such as ..).
difference - Variable in class things.thing.Metrics
Difference.
disallowMulti() - Method in interface things.data.Attributes
Disallow multi-attributes with the same name.
disallowMulti() - Method in class things.data.impl.ReadWriteableAttributes
Disallow multi-attributes with the same name.
disconnect() - Method in class things.data.transport.smtp.CleanSMTPClient
Start a connection.
disconnect() - Method in class things.data.transport.smtp.FancySMTPClient
Start a connection.
disconnect() - Method in interface things.data.transport.smtp.SMTPClient
Start a connection.
disconnect() - Method in interface things.data.transport.smtp.SMTPClientManager
Force a disconnection.
disconnect() - Method in class things.data.transport.smtp.TolerantSMTPClientManager
Force a disconnection.
disconnect() - Method in class things.data.transport.smtp.TouchySMTPClientManager
Force a disconnection.
disposal() - Method in interface things.thinger.service.command.Commander
Allow the disposal procecure to run.
disposal() - Method in class things.thinger.service.command.local.LocalCommander
Allow the disposal procecure to run.
dispose() - Method in class things.thinger.kernel.ResourceManager
Dispose the resource.
dispose() - Method in interface things.thinger.service.command.CommandResponse
Dispose of the response, command, or anything else that might be associated with this interaction.
dispose() - Method in class things.thinger.service.command.local.LocalCommandResponse
Dispose of the response, command, or anything else that might be associated with this interaction.
dispose() - Method in class things.thinger.service.proxy.ProxyContext
Dispose the context.
dispose() - Method in class things.thinger.service.proxy.ProxySession
Dispose this session.
dispose(Receipt) - Method in interface things.thinger.service.thing.Thinger
Dispose of a thing.
disposeInjector(Injector) - Method in class things.thinger.io.conduits.basic.BasicConduit
Explicitly dispose of an Injector.
disposeInjector(Injector) - Method in interface things.thinger.io.conduits.Conduit
Explicitly dispose of an Injector.
disposeResource() - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
This is how the system tells a resource he is about to be destroyed.
disposeResource() - Method in interface things.thinger.kernel.ResourceInterface
This is how the system tells a resource he is about to be destroyed.
disposeResource() - Method in class things.thinger.service.command.local.LocalCommander
RESOURCE INTERFACE IMPLEMENTATION.
DISPOSITION_ACK - Static variable in class things.thinger.service.actor.ActorDisposition
 
DISPOSITION_NACK - Static variable in class things.thinger.service.actor.ActorDisposition
 
DISPOSITION_NONE - Static variable in class things.thinger.service.actor.ActorDisposition
Dispositions.
DISPOSITION_QUIT - Static variable in class things.thinger.service.actor.ActorDisposition
 
DNSCHAR - Static variable in class things.data.processing.LexicalTool
 
doAction(String, ThingsPropertyView, HashMap<String, ActionIzerItemValue>, ThingsExceptionBundle<ThingsException>) - Method in class things.thinger.service.httptool.ActionIzer
Do the action.
DOLLARBYTEVALUE - Static variable in class things.data.processing.LexicalTool
 
done() - Method in class things.data.processing.Decomposer
Done.
done() - Method in class things.data.transport.smtp.CleanSMTPClient
Quit the client.
done() - Method in class things.data.transport.smtp.FancySMTPClient
Quit the client.
done() - Method in interface things.data.transport.smtp.SMTPClient
Quit the client.
DONE() - Method in class things.thinger.service.command.Command
Set the response as done.
done() - Method in interface things.thinger.service.command.CommandResponder
Make the response done.
done() - Method in class things.thinger.service.command.local.LocalCommandResponder
Make the response done.
done() - Method in class things.thinger.service.proxy.ProxyOutput
Annouce we are done with this output.
doneWithRead(InputStream) - Method in interface things.data.Accessor
Declare you are done reading from the input stream.
doneWithRead(InputStream) - Method in class things.data.impl.FileAccessor
Declare you are done reading from the input stream.
doneWithRead(InputStream) - Method in class things.data.impl.StringAccessor
Declare you are done reading from the input stream.
doneWithRead(InputStream) - Method in class things.universe.UniverseObjectAccessor
Declare you are done reading from the input stream.
doneWithWrite(OutputStream) - Method in interface things.data.Accessor
Declare you are done reading from the input stream.
doneWithWrite(OutputStream) - Method in class things.data.impl.FileAccessor
Declare you are done reading from the input stream.
doneWithWrite(OutputStream) - Method in class things.data.impl.StringAccessor
Declare you are done reading from the input stream.
doneWithWrite(OutputStream) - Method in class things.universe.UniverseObjectAccessor
Declare you are done reading from the input stream.
DONT_BREAK_LINES - Static variable in class things.common.tools.Base64
Don't break lines when encoding (violates strict Base64 specification)
dontMatch(String) - Method in class things.data.processing.Crawler
It will require every filename does NOT match the regex passed.
dontpass(Logger.LEVEL) - Method in enum things.thinger.io.Logger.LEVEL
 
dontpass(Clearance) - Method in enum things.thinger.kernel.Clearance
Does this clearance not pass the given clearance? This is just the reverse logic of pass(Clearance).
downlink - Variable in class things.thinger.service.proxy.ProxyContext
 
downlinkIn - Variable in class things.thinger.service.proxy.ProxyContext
 
downlinkOut - Variable in class things.thinger.service.proxy.ProxyContext
 
drainResponses() - Method in class things.thinger.service.command.local.LocalCommander
Spend some time draining responses.
dropSuffix(String) - Method in class things.data.processing.Crawler
Ignore any path that has this as a suffix.
DSN - Class in things.data.transport.smtp
Represents a DSN feature.
DSN() - Constructor for class things.data.transport.smtp.DSN
 
dumpProcessTable(Table<String>) - Method in class things.thinger.kernel.ProcessCoordinator
Get a process table.

E

EchoInputStream - Class in things.thinger.io
An echoing input stream.
EchoInputStream(InputStream, OutputStream) - Constructor for class things.thinger.io.EchoInputStream
Constructor.
EchoStreamSource - Class in things.thinger.io
An echoing stream source.
EchoStreamSource() - Constructor for class things.thinger.io.EchoStreamSource
 
EMIT_ESCAPE_AMP - Static variable in interface things.common.ThingsMarkup
 
EMIT_ESCAPE_APOS - Static variable in interface things.common.ThingsMarkup
 
EMIT_ESCAPE_GT - Static variable in interface things.common.ThingsMarkup
 
EMIT_ESCAPE_LT - Static variable in interface things.common.ThingsMarkup
 
EMIT_ESCAPE_QUOT - Static variable in interface things.common.ThingsMarkup
 
EMIT_NEW_LINE - Static variable in interface things.common.ThingsMarkup
 
EMIT_NEW_PARAGRAPH - Static variable in interface things.common.ThingsMarkup
 
EMIT_SPACE - Static variable in interface things.common.ThingsMarkup
EMITTABLE
EMPTY_STRING - Static variable in interface things.common.ThingsConstants
 
EmptyInputStream - Class in things.thinger.io
Empty input stream.
EmptyInputStream() - Constructor for class things.thinger.io.EmptyInputStream
 
ENCODE - Static variable in class things.common.tools.Base64
Specify encoding.
encode2Map(HashMap<String, String>, String...) - Static method in class things.data.AttributeCodec
Encode a collection of String that represent an .
encode2String(NVImmutable...) - Static method in class things.data.AttributeCodec
Encode a collection of s to a string.
encode2String(NVImmutable) - Static method in class things.data.AttributeCodec
Encode a single NV object.
encode2String(String...) - Static method in class things.data.AttributeCodec
Encode a collection of String that represent an .
encode2String(Collection<NVImmutable>) - Static method in class things.data.AttributeCodec
Encode a collection of s to a string.
encode2String(Map<String, String>) - Static method in class things.data.AttributeCodec
Encode a hashtable of String,String pairs.
encodeBytes(byte[]) - Static method in class things.common.tools.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class things.common.tools.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class things.common.tools.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class things.common.tools.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class things.common.tools.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class things.common.tools.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeInteger(byte[], int, int) - Static method in class things.thinger.service.actor.ActorConstants
Encode an integer.
encodeObject(Serializable) - Static method in class things.common.tools.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class things.common.tools.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeString(String...) - Static method in class things.data.ThingsPropertyReaderToolkit
Encode a string of values and return as a new string.
encodeString(String) - Static method in class things.data.ThingsPropertyReaderToolkit
Encode a string and return as a new string.
encodeString(Writer, String...) - Static method in class things.data.ThingsPropertyReaderToolkit
Encode a string of values to a writer.
encodeString(Writer, String) - Static method in class things.data.ThingsPropertyReaderToolkit
Encode a single string to a writer.
encodeString(String, Writer) - Static method in class things.thinger.service.proxy.ProxyCodec
Encode a string.
encodeString(String) - Static method in class things.thinger.service.proxy.ProxyCodec
Encode a string.
encodeToFile(byte[], String) - Static method in class things.common.tools.Base64
Convenience method for encoding data to a file.
endRead() - Method in class things.data.impl.ThingsPropertyTrunkInMemory
End a read transfer.
endRead() - Method in class things.data.impl.ThingsPropertyTrunkIO
End a read transfer.
endRead() - Method in interface things.data.ThingsPropertyTrunk
End a read transfer.
endWrite() - Method in class things.data.impl.ThingsPropertyTrunkInMemory
End a wrote transfer.
endWrite() - Method in class things.data.impl.ThingsPropertyTrunkIO
End a wrote transfer.
endWrite() - Method in interface things.data.ThingsPropertyTrunk
End a wrote transfer.
engine(Reader, Writer, ThingsPropertyView) - Static method in class things.common.impl.ThingsMarkup2Printable
This is the processing engine.
enter() - Method in class things.common.tools.DeadDropRendezvous
Wait for the Rendezvous.
enter() - Method in class things.common.tools.Rendezvous
Wait for the Rendezvous.
enterConsole() - Method in class things.thinger.service.local.ConsoleService
This will run the console.
Entity<O> - Class in things.data
An entry is with object data and attributes and and has an identity.
The metadata and attributes are immutable, but the object data is not.
Entity() - Constructor for class things.data.Entity
The default constructor is not allowed.
Entity(int, O) - Constructor for class things.data.Entity
Constructor.
Entity(int, O, AttributeReader) - Constructor for class things.data.Entity
Constructor.
Entity(int, O, String...) - Constructor for class things.data.Entity
Constructor.
Entity(int, Data.Type, Data.Priority, O, WhoAmI, WhoAmI) - Constructor for class things.data.Entity
Constructor.
Entity(int, Data.Type, Data.Priority, O, WhoAmI, WhoAmI, AttributeReader) - Constructor for class things.data.Entity
Constructor.
Entity(int, Data.Type, Data.Priority, O, WhoAmI, WhoAmI, String...) - Constructor for class things.data.Entity
Constructor.
ENTITY_ROOT_DIRECTORY - Static variable in class things.common.commands.CommandRoot
Built-in entities.
entries - Variable in class things.data.tabular.ModuleSchemaLine
 
Entry - Class in things.data
An entry is an a data with attributes but no identity.
Entry() - Constructor for class things.data.Entry
Default constructor.
Entry(Data.Priority, int, String) - Constructor for class things.data.Entry
Constructor.
Entry(Data.Priority, int, String, AttributeReader) - Constructor for class things.data.Entry
Constructor.
Entry(int, String) - Constructor for class things.data.Entry
Constructor.
Entry(int, String, AttributeReader) - Constructor for class things.data.Entry
Constructor.
Entry(String) - Constructor for class things.data.Entry
Constructor.
Entry(String, AttributeReader) - Constructor for class things.data.Entry
Constructor.
Entry(String, Data.Type, Data.Priority, int) - Constructor for class things.data.Entry
Constructor.
Entry(String, Data.Type, Data.Priority, int, AttributeReader) - Constructor for class things.data.Entry
Constructor.
ENVID - Variable in class things.data.transport.smtp.DSN
 
EPIC_FAIL - Static variable in interface things.common.ThingsConstants
 
equals(Object) - Method in class things.common.tools.ValidatingStringNumericComparator
 
equals(UniverseID) - Method in class things.universe.UniverseID
See if this object is equal to the passes object.
error(String) - Method in class things.common.commands.CommandLogger
Log a trivial error entry.
error(String, int) - Method in class things.common.commands.CommandLogger
Log a trivial error entry with a numeric.
error(String, int, NVImmutable...) - Method in class things.common.commands.CommandLogger
Log a complex error entry with numerics and attributes.
error(String, int, Collection<NVImmutable>) - Method in class things.common.commands.CommandLogger
Log a complex error entry with numerics and attributes.
error(String, int, String...) - Method in class things.common.commands.CommandLogger
Log a complex error entry with numerics and attributes.
ERROR(String) - Method in class things.common.commands.CommandRoot
Raise an error and let the command root render it to the user.
ERROR(String, Throwable) - Method in class things.common.commands.CommandRoot
Raise an error and let the command root render it to the user.
ERROR - Static variable in interface things.common.ThingsCodes
 
error(String) - Method in interface things.thinger.io.Logger
Log a trivial error entry.
error(String, int) - Method in interface things.thinger.io.Logger
Log a trivial error entry with a numeric.
error(String, int, NVImmutable...) - Method in interface things.thinger.io.Logger
Log a complex error entry with numerics and attributes.
error(String, int, Collection<NVImmutable>) - Method in interface things.thinger.io.Logger
Log a complex error entry with numerics and attributes.
error(String, int, String...) - Method in interface things.thinger.io.Logger
Log a complex error entry with numerics and attributes.
error(String) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a trivial error entry.
error(String, int) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a trivial error entry with a numeric.
error(String, int, NVImmutable...) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a complex error entry with numerics and attributes.
error(String, int, Collection<NVImmutable>) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a complex error entry with numerics and attributes.
error(String, int, String...) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a complex error entry with numerics and attributes.
ERROR(String, String) - Static method in class things.thinger.service.httptool.Action
Call this if you get an error and just give up.
ERROR_MODULE_IMPLEMENTATION_NOT_FOUND - Static variable in interface things.common.ThingsCodes
 
ERROR_MODULE_INSTANTIATION_FAILED - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_BAD_VALUE - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_CALL_FAILED - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_CALL_IMPLEMENTATION_NOT_FOUND - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_CLUSTER - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_CLUSTER_CHECK_FAILED - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_CLUSTER_NODE_ALREADY_DEFINED - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_CLUSTER_NODE_START_ERROR - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_ERROR - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_EXPRESSION_COULD_NOT_SET - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_EXPRESSION_DEFAULT_ERROR - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_REQUIRED_PROPERTY_MISSING - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_RESULT_CALCULATION_FAILED - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_RESULT_NOT_DEFINED - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_RESULT_SPURIOUS_ERROR - Static variable in interface things.common.ThingsCodes
 
ERROR_THING_RUN_FAILED - Static variable in interface things.common.ThingsCodes
 
ERROR_TOP - Static variable in interface things.common.ThingsCodes
 
ESCAPE - Static variable in interface things.common.ThingsMarkup
 
ESCAPE_AMP - Static variable in interface things.common.ThingsMarkup
 
ESCAPE_APOS - Static variable in interface things.common.ThingsMarkup
 
ESCAPE_CHARACTER - Static variable in class things.common.commands.CommandLineProcessor
This is the escape character.
ESCAPE_GT - Static variable in interface things.common.ThingsMarkup
 
ESCAPE_LT - Static variable in interface things.common.ThingsMarkup
Escaped
ESCAPE_QUOT - Static variable in interface things.common.ThingsMarkup
 
exception(Throwable) - Method in class things.common.commands.CommandLogger
Log an exception.
exception - Variable in class things.testing.unit.Test
 
EXCEPTION(String, String) - Method in class things.testing.unit.Test
EXCEPTION test case report
EXCEPTION(String, Throwable) - Method in class things.testing.unit.Test
EXCEPTION test case report
exception(String) - Method in class things.testing.unit.TestCase
Set a exception result.
exception - Variable in class things.testing.unit.TestGroup
 
exception - Variable in class things.thing.Metrics
 
exception(Throwable) - Method in interface things.thinger.io.Logger
Log an exception.
exception(Throwable) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log an exception.
execute() - Method in class things.testing.unit.Test
Run the test.
execute() - Method in class things.testing.unit.TestGroup
Run this group
execute(ThingsPropertyView, ThingsPropertyView, SystemInterface) - Method in class things.thinger.service.httptool.Action
Call this, not process.
executeThingsProcess() - Method in class things.thinger.kernel.basic.KernalBasic_THINGProcessWrapper
This is the entry point for the actual processing
executeThingsProcess() - Method in class things.thinger.kernel.basic.KernelBasicBase
This is the entry point for the actual processing
executeThingsProcess() - Method in class things.thinger.kernel.ThingsProcess
This is the entry point for the actual processing.
executeThingsProcess() - Method in class things.thinger.service.actor.ActorService
This is the entry point for the actual processing
executeThingsProcess() - Method in class things.thinger.service.command.local.LocalCommandService
This is the entry point for the actual processing
executeThingsProcess() - Method in class things.thinger.service.httptool.HttpToolService
This is the entry point for the actual processing.
executeThingsProcess() - Method in class things.thinger.service.httptool.HttpToolServiceThread
This is the entry point for the actual processing.
executeThingsProcess() - Method in class things.thinger.service.local.CLIService
This is the entry point for the actual processing.
executeThingsProcess() - Method in class things.thinger.service.local.ConsoleService
This is the entry point for the actual processing.
executeThingsProcess() - Method in class things.thinger.service.local.HttpCLIService
This is the entry point for the actual processing.
executeThingsProcess() - Method in class things.thinger.service.proxy.ProxyService
This is the entry point for the actual processing.
executeThingsProcess() - Method in class things.thinger.service.thing.ThingService
This is the entry point for the actual processing
exists(String) - Method in interface things.thinger.io.AFileSystem
Report if a file exists at the path given.
exists(String) - Method in class things.thinger.io.fs.FSFileSystem
Report if a path exists at the path given.
exists(String...) - Method in class things.universe.server.UniverseLocal
Check to see if an object exists
exists(String...) - Method in interface things.universe.Universe
Check to see if an object exists
expectation - Variable in class things.thing.ResultDefinition
The expectation for the result.
express(String, ResultExpresser.expressionType, Result, int, String, String, int, int, int, int, int, long, long, String, List<NV>) - Method in class things.testing.unit.ResultExpresser
Submit a full expression.
express(String, ResultExpresser.expressionType, Result, int, String, String, int, int, int, int, int, long, long, String, List<NV>) - Method in class things.testing.unit.ResultExpresserText
Submit a full expression.
EXPRESS(RESULT) - Method in class things.thing.THING
Express a result.
EXPRESS(RESULT) - Method in interface things.thing.THINGInterface
Express a result.
expressCase(String, Result, int, String, String, long, long, String, List<NV>) - Method in class things.testing.unit.ResultExpresser
Submit a CASE expression.
expressCaseSimple(String, Result, int, String, String) - Method in class things.testing.unit.ResultExpresser
Submit a simple CASE expression.
ExpressionInterface - Interface in things.thinger
Expression Interface.
expressResult(RESULT) - Method in interface things.thinger.ExpressionInterface
Express a RESULT.
expressResult(RESULT) - Method in class things.thinger.kernel.basic.KernalBasic_LoggingExpressor
Express a RESULT.
expressResult(RESULT) - Method in class things.thinger.kernel.basic.KernalBasic_THINGProcessWrapper
Express a RESULT.
EXTENSION_DSN - Static variable in class things.data.transport.smtp.FancySMTPClient
Extension names.
extensionPresent(String) - Method in class things.data.transport.smtp.FancySMTPClient
Is a named extension present?

F

fail - Variable in class things.testing.unit.Test
 
FAIL(String, String) - Method in class things.testing.unit.Test
FAIL a test case report
fail(String) - Method in class things.testing.unit.TestCase
Set a fail result.
fail - Variable in class things.testing.unit.TestGroup
 
fail - Variable in class things.thing.Metrics
 
fail(String) - Method in class things.thinger.service.actor.ActorDisposition
This will set the disposition to a NAK and throw a PuntException.
FAIL(String) - Method in class things.thinger.service.actor.ActorServiceBase
Respond that the message was FAILED.
failSoft(String) - Method in class things.thinger.service.actor.ActorDisposition
This will set the disposition to a NAK but will not punt.
FALSE - Static variable in interface things.common.ThingsConstants
 
FALSE_STRING - Static variable in class things.common.tools.Plato
 
FancySMTPClient - Class in things.data.transport.smtp
This is a fancy SMTP client.
FancySMTPClient(Logger, String) - Constructor for class things.data.transport.smtp.FancySMTPClient
Create a new client with an imposed name.
FancySMTPClient(Logger) - Constructor for class things.data.transport.smtp.FancySMTPClient
Create a new client.
FAULT - Static variable in interface things.common.ThingsCodes
 
FAULT(String) - Method in class things.thinger.service.actor.ActorServiceBase
General a fault.
FAULT(String, Throwable) - Method in class things.thinger.service.actor.ActorServiceBase
General a fault.
FAULT_TOP - Static variable in interface things.common.ThingsCodes
 
feature(String, ThingsPropertyView) - Method in class things.universe.server.UniverseLocal
Activate a feature by name.
feature(String, ThingsPropertyView) - Method in interface things.universe.Universe
Activate a feature by name.
featureByKey(String, ThingsPropertyView) - Method in class things.universe.server.UniverseLocal
Activate a feature by name.
featureByKey(String, ThingsPropertyView) - Method in interface things.universe.Universe
Activate a feature by name.
FeatureNotImplemented - Exception in things.common
Feature not implemented.
FeatureNotImplemented() - Constructor for exception things.common.FeatureNotImplemented
 
FeatureNotImplemented(String) - Constructor for exception things.common.FeatureNotImplemented
 
FeatureNotImplemented(String, Throwable) - Constructor for exception things.common.FeatureNotImplemented
 
feebleReply(String, OutputStream) - Static method in class things.thinger.service.httptool.HttpToolkit
Make a feeble attempt to reply.
feebleReply(String, OutputStream, String) - Static method in class things.thinger.service.httptool.HttpToolkit
Make a feeble attempt to reply.
FileAccessor - Class in things.data.impl
This is a cheap access for a file.
FileAccessor(File) - Constructor for class things.data.impl.FileAccessor
Constructor.
FileInfo - Class in things.data.processing.rfc822
File info that would be useful for messages.
FileInfo() - Constructor for class things.data.processing.rfc822.FileInfo
 
FILESYSTEM_ERROR_ACCESS_DENIED - Static variable in interface things.common.ThingsCodes
 
FILESYSTEM_ERROR_BAD_PATH - Static variable in interface things.common.ThingsCodes
 
FILESYSTEM_ERROR_CONFUSED - Static variable in interface things.common.ThingsCodes
 
FILESYSTEM_ERROR_COULD_NOT_DELETE - Static variable in interface things.common.ThingsCodes
 
FILESYSTEM_ERROR_COULD_NOT_REPLACE - Static variable in interface things.common.ThingsCodes
 
FILESYSTEM_ERROR_DEFAULT - Static variable in interface things.common.ThingsCodes
 
FILESYSTEM_ERROR_DELETE_FAILED - Static variable in interface things.common.ThingsCodes
 
FILESYSTEM_ERROR_FAILED_DIRECTORY_OPERATION - Static variable in interface things.common.ThingsCodes
 
FILESYSTEM_ERROR_FILE_NOT_FOUND - Static variable in interface things.common.ThingsCodes
 
FILESYSTEM_ERROR_FILE_WONT_DELETE - Static variable in interface things.common.ThingsCodes
 
FILESYSTEM_ERROR_NOT_A_KNOWN_TYPE - Static variable in interface things.common.ThingsCodes
 
FileSystemLocator - Class in things.thinger.io
A locator for a file system item.
FileSystemLocator(AFileSystem, String) - Constructor for class things.thinger.io.FileSystemLocator
Constructor
FileSystemTools - Class in things.thinger.io
File System tools.
FileSystemTools() - Constructor for class things.thinger.io.FileSystemTools
 
FileTools - Class in things.common.tools
File manipulation utilities.
FileTools() - Constructor for class things.common.tools.FileTools
 
finalize() - Method in class things.data.processing.Decomposer
Finalizer.
finalize() - Method in class things.thinger.kernel.basic.tools.UniverseFileManager
Finalize.
finalize() - Method in class things.thinger.kernel.ThingsProcess
finalizer.
finalize() - Method in class things.thinger.service.command.local.LocalCommandResponder
finalizer.
finalize() - Method in class things.thinger.service.proxy.ProxyContext
The finalizer.
finalize() - Method in class things.thinger.service.proxy.ProxyOutput
The finalizer.
finalize() - Method in class things.thinger.service.proxy.ProxySession
The finalizer.
finalizeUniverse() - Method in class things.universe.server.UniverseLocal
This will always be called when the universe is accessor is destroyed.
finalizeUniverse() - Method in interface things.universe.Universe
This will always be called when the universe is accessor is destroyed.
find(String) - Method in class things.common.tools.StringScanner
Find a pattern.
findClass(String) - Method in class things.thinger.kernel.basic.tools.UniverseClassLoader
Find the class by name.
findFirstSubordinate(String) - Method in class things.data.tabular.ModuleSchemaSection
Find the first subordinate.
first() - Method in class things.data.ReceiptList
Get the first receipt in the list or a blank receipt ( as created by the Receipt default constructor).
firstnameFrequencyChart - Static variable in class things.data.language.WordDictionary
The first name size frequency chart for random selection.
firstOk() - Method in class things.data.ReceiptList
Get the first receipt that is OK and TERMINAL.
fix(WhoAmI) - Method in class things.thinger.kernel.ThingsProcess
Fix the process to an ID.
fixPath(String, String) - Static method in class things.data.ThingsPropertyReaderToolkit
Fix the path to the root.
fixType() - Method in class things.thinger.service.actor.ActorDisposition
Fix any disposition work.
FlaggedString - Class in things.data
A flagged string.
FlaggedString(String, boolean, boolean) - Constructor for class things.data.FlaggedString
Create a flagged string.
flingException(ThingsException) - Method in class things.thinger.kernel.basic.KernelBasic
Typically, this is a last ditch way for a process or module to pass info to the kernel when something very bad is happening.
flingException(ThingsException) - Method in interface things.thinger.SystemSuperInterface
Typically, this is a last ditch way for a process or module to pass info to the kernel when something very bad is happening.
flipcoin() - Method in class things.common.tools.Gamer
Flip a coin, true or false.
FLOOR_NUMERIC - Static variable in interface things.common.ThingsCodes
 
flush() - Method in class things.common.commands.CommandLogger
Tell the underlying system to flush any entries.
flush() - Method in class things.common.impl.StringPosterBitBucket
Try to flush.
flush() - Method in class things.common.impl.StringPosterConsole
Try to flush.
flush() - Method in class things.common.impl.StringPosterStringBuffer
Try to flush.
flush() - Method in interface things.common.StringPoster
Try to flush.
flush() - Method in class things.data.transport.smtp.CleanSMTPClient
Try to flush.
flush() - Method in class things.data.transport.smtp.FancySMTPClient
Try to flush.
flush() - Method in interface things.thinger.io.Logger
Tell the underlying system to flush any entries.
flush() - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Tell the underlying system to flush any entries.
FLUSH() - Method in class things.thinger.service.command.Command
Force the response to flush.
flush() - Method in interface things.thinger.service.command.CommandResponder
Force the responder to flush.
flush() - Method in class things.thinger.service.command.local.LocalCommandResponder
Force the responder to flush.
flushBase64() - Method in class things.common.tools.Base64.OutputStream
Method added by PHIL.
forceFinalize() - Method in class things.thinger.kernel.ThingsProcess
Force finalization.
forceHalt() - Method in interface things.thinger.kernel.ProcessInterface
Force halt.
forceHalt() - Method in class things.thinger.kernel.ThingsProcess
Force halt.
forgeChild(int, Data.Type) - Method in class things.thing.RESULT
Forge a child.
forgeChild(int, Data.Type, String...) - Method in class things.thing.RESULT
Forge a child.
forgeFileLogger(WhoAmI, String, AFileSystem, Logger.LEVEL) - Method in interface things.thinger.kernel.basic.KernelBasic_WriterLogger_Factory
Create a filesystem based logger.
forgeFileLogger(WhoAmI, String, AFileSystem, Logger.LEVEL) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger_StandardFactory
Create a filesystem based logger.
forgeLogger(WhoAmI, AFileSystem, String) - Method in class things.thinger.kernel.basic.KernelBasicBase
Create a file logger from the current factory and put it in a resource manager.
forgeResult(int, Data.Type, Metrics, Throwable, String...) - Static method in class things.thing.RESULT
Forge a child.
format(String, Receipt, String, String) - Method in enum things.thinger.service.local.CLIServiceTools.Responses
Format the response.
format(String) - Method in enum things.thinger.service.local.CLIServiceTools.Responses
Format the response, simple.
formGroupLog(String, String) - Static method in class things.testing.unit.TestCommon
Logger for a group.
formTestLog(String, String) - Static method in class things.testing.unit.TestCommon
Logger for a test.
forText - Variable in class things.thinger.service.httptool.stock.HelpActionItem
 
frequency - Variable in class things.data.tabular.ModuleSchemaLine
 
FREQUENCY_MANY - Static variable in class things.data.tabular.ModuleSchemaLine
 
FREQUENCY_ONE - Static variable in class things.data.tabular.ModuleSchemaLine
 
frequencyMap - Variable in class things.data.language.Compendium
Frequency map for found words.
friendly - Variable in class things.data.processing.rfc822.FullAddress
The friendly name.
FS_FILE_DELETE_RETRIES - Static variable in interface things.common.ThingsConstants
Platform constants.
FSFileSystem - Class in things.thinger.io.fs
A disk File System implementation.
FSFileSystem(String) - Constructor for class things.thinger.io.fs.FSFileSystem
Proper constructor.
FullAddress - Class in things.data.processing.rfc822
A complete RFC822 address.
FullAddress() - Constructor for class things.data.processing.rfc822.FullAddress
Default constructor.
FullAddress(String, String, String, String) - Constructor for class things.data.processing.rfc822.FullAddress
Full constructor.

G

Gamer - Class in things.common.tools
A general odds tool.
Gamer() - Constructor for class things.common.tools.Gamer
Construct the gamer.
GENERAL_PARSER_ERROR - Static variable in interface things.common.ThingsCodes
 
GENERAL_PARSER_FAULT - Static variable in interface things.common.ThingsCodes
 
genesis(String, UniverseID) - Method in class things.universe.server.UniverseLocal
This will always be called when the universe server is created.
get() - Method in class things.common.tools.BoundedByteArrayOutputStream
Get the total buffer.
get() - Method in class things.common.tools.StringScanner
Get the cursor position
get() - Method in class things.common.tools.TightByteArrayOutputStream
Get the total buffer.
get() - Method in interface things.data.Attributes
Get the underlying attribute data.
get(String) - Method in class things.data.impl.NamedTree
Get the value at the path
get() - Method in class things.data.impl.ReadableAttributes
Get the underlying attribute data.
get() - Method in class things.data.language.WordDictionary
Get a word of random size.
get(int) - Method in class things.data.language.WordDictionary
Get a word of specified size.
get(String) - Method in interface things.thinger.service.command.CommandRegistry
Get a command.
get(String) - Method in class things.thinger.service.command.local.LocalCommandRegistry
Get a command.
get(String) - Method in class things.thinger.service.httptool.ActionManager
Get an action implementation.
get(String) - Method in class things.thinger.service.httptool.PageManager
Get an page implementation.
get(String) - Method in class things.thinger.service.httptool.ServeManager
Get the serve file that matches this path
get822HeadernameType(int) - Static method in class things.data.processing.LexicalTool
Get 822 Headername type.
get822HeadernameTypeWithDollar(int) - Static method in class things.data.processing.LexicalTool
Get 822 Headername type.
get822Type(int) - Static method in class things.data.processing.LexicalTool
Get 822 type.
GET_FILE_OUTPUT(String) - Method in class things.thinger.service.proxy.ProxySession
Get an output stream to a new file, given the name.
GET_LOGGER() - Method in class things.thing.BASE
Get the THING's Logger.
GET_LOGGER() - Method in interface things.thing.BASEInterface
Get the MODULE's Logger.
GET_MY_LOGGER - Static variable in interface things.thinger.SystemCalls
Get a logger unique to the process.
It returns a Logger object.
GET_NAME() - Method in class things.thing.BASE
Get the simple name.
GET_NAME() - Method in class things.thing.modules.PropertyUniverseActor
Get the simple name.
GET_OUTPUT(String) - Method in class things.thinger.service.proxy.ProxyContext
Get an output reference.
GET_PARAMETER(String) - Method in class things.thinger.service.command.Command
Get a parameter.
GET_PROCESS_LIST - Static variable in interface things.thinger.SystemCalls
Get a table that represents the process list.
It returns a Table object.
GET_SYSTEM_INTERFACE() - Method in class things.thinger.service.command.Command
Get the system interface.
GET_UNIVERSE(String) - Method in class things.thing.BASE
Get a universe by the local name.
GET_UNIVERSE(String) - Method in interface things.thing.THINGInterface
Get a universe by the local name.
GET_UNIVERSE_ACCESSOR(String, String...) - Method in class things.thing.BASE
Get a universe object accessor.
getAbort() - Static method in class things.thing.tools.StockResult
Get a stock abort.
getAccessor() - Method in class things.universe.server.UniverseLocalServer
Manufacture an accessor to a universe.
getAccessor(UniverseID) - Method in class things.universe.server.UniverseRegistry_Simple
Manufacture an accessor to a universe.
getAccessor(String) - Method in class things.universe.server.UniverseRegistry_Simple
Get an accessor to a universe by local name.
getAccessor(UniverseID) - Method in interface things.universe.UniverseRegistry
Get an accessor to a universe.
getAccessor(String) - Method in interface things.universe.UniverseRegistry
Get an accessor to a universe by local name.
getAccessor() - Method in interface things.universe.UniverseServer
Manufacture an accessor to a universe.
getActionResult() - Method in class things.thinger.service.httptool.ActionResult
Get the action result name.
getAllAttributes() - Method in class things.thing.RESULT
Get a NVImmutable collection for all attributes and metrics.
getAllAttributes(String...) - Method in class things.thing.RESULT
Get a NVImmutable collection for all attributes and metrics.
getAllAttributesReader() - Method in class things.thing.RESULT
Get a reader for all attributes and metrics.
getAllAttributesReader(String...) - Method in class things.thing.RESULT
Get a reader for all attributes and metrics.
getAttribute(String) - Method in interface things.data.AttributeReader
Get an attribute.
getAttribute(String, int) - Method in interface things.data.AttributeReader
Get an attribute from a multi-attribute by index.
getAttribute(String) - Method in class things.data.impl.AttributesReaderWrapper
Get an attribute.
getAttribute(String, int) - Method in class things.data.impl.AttributesReaderWrapper
Get an attribute from a multi-attribute by index.
getAttribute(String) - Method in class things.data.impl.ReadableAttributes
Get an attribute.
getAttribute(String, int) - Method in class things.data.impl.ReadableAttributes
Get an attribute from a multi-attribute by index.
getAttribute(String) - Method in class things.thinger.service.actor.ActorMessage
Get a parameter by name.
getAttributeCount() - Method in interface things.data.AttributeReader
Get the total attribute count.
getAttributeCount(String) - Method in interface things.data.AttributeReader
Get the total attribute count for a specific name.
getAttributeCount() - Method in class things.data.impl.AttributesReaderWrapper
Get attribute count.
getAttributeCount(String) - Method in class things.data.impl.AttributesReaderWrapper
Get the total attribute count for a specific name.
getAttributeCount() - Method in class things.data.impl.ReadableAttributes
Get attribute count.
getAttributeCount(String) - Method in class things.data.impl.ReadableAttributes
Get the total attribute count for a specific name.
getAttributeNames() - Method in interface things.data.AttributeReader
Get a collection of attribute names.
getAttributeNames() - Method in class things.data.impl.AttributesReaderWrapper
Get a collection of attribute names.
getAttributeNames() - Method in class things.data.impl.ReadableAttributes
Get a collection of attribute names.
getAttributes() - Method in class things.common.ThingsException
Get attributes.
getAttributes() - Method in interface things.data.AttributeReader
Get a collection of the attributes.
getAttributes(String) - Method in interface things.data.AttributeReader
Get a collection of the attributes for the name.
getAttributes() - Method in interface things.data.Data
Get the attributes.
getAttributes() - Method in class things.data.Entity
Get the attributes.
getAttributes() - Method in class things.data.Entry
Get the attributes.
getAttributes(String) - Method in class things.data.impl.AttributesReaderWrapper
Get a collection of the attributes for the name.
getAttributes() - Method in class things.data.impl.AttributesReaderWrapper
Get a collection of the attributes.
getAttributes(String) - Method in class things.data.impl.ReadableAttributes
Get a collection of the attributes for the name.
getAttributes() - Method in class things.data.impl.ReadableAttributes
Get a collection of the attributes.
getAttributes() - Method in class things.data.Nubblet
Get the attributes.
getAttributesDecorated(String, String) - Method in class things.common.ThingsException
Get attributes as name value pairs in alternating sequence in an array.
getAttributesNV(NV) - Method in class things.common.ThingsException
Get attributes as NVImmutable.
getAttributesNV(String, String) - Method in class things.common.ThingsException
Get attributes as NVImmutable.
getAttributesNVDecorated() - Method in class things.common.ThingsException
Get attributes as NVImmutable.
getAttributesNVDecorated(String, String) - Method in class things.common.ThingsException
Get attributes as NVImmutable.
getAttributesNVMulti(NV...) - Method in class things.common.ThingsException
Get attributes as NVs.
getAttributesReader() - Method in class things.common.ThingsException
Get attributes wrapped in a reader.
getAttributestoString() - Method in class things.common.ThingsException
Get attributes as a String.
getAttributeValueToString(String) - Method in interface things.data.AttributeReader
Get an attribute value rendered as a string.
getAttributeValueToString(String, String) - Method in interface things.data.AttributeReader
Get an attribute value rendered as a string.
getAttributeValueToString(String) - Method in class things.data.impl.AttributesReaderWrapper
Get an attribute value rendered as a string.
getAttributeValueToString(String, String) - Method in class things.data.impl.AttributesReaderWrapper
Get an attribute value rendered as a string.
getAttributeValueToString(String) - Method in class things.data.impl.ReadableAttributes
Get an attribute value rendered as a string.
getAttributeValueToString(String, String) - Method in class things.data.impl.ReadableAttributes
Get an attribute value rendered as a string.
getBranch(String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Get a view of a branch on the tree.
getBranch(String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Get a view of a branch on the tree.
getBranch(String) - Method in interface things.data.ThingsPropertyTree
Get a view of a branch on the tree.
getCallerIdentityString() - Static method in class things.thinger.kernel.PCB
Get the caller identity string.
getCallingProcessId() - Method in class things.thinger.kernel.basic.KernelBasic
Get process ID for the calling prosess.
getCallingProcessId() - Method in interface things.thinger.SystemInterface
Get process ID for the calling prosess.
getCell(int, int) - Method in class things.data.tables.Table
Get a cell at the specified index.
getCharContent(boolean) - Method in class things.thinger.kernel.basic.tools.LocalJavaFileObject
We need to do this for the damn compiler.
getClassification(int) - Static method in class things.data.processing.LexicalTool
Get character classification.
getClassLoader(JavaFileManager.Location) - Method in class things.thinger.kernel.basic.tools.UniverseFileManager
Always return it.
getClassName() - Method in class things.testing.unit.DeadGroup
Get the class name for the declared test.
getClassName() - Method in class things.testing.unit.DeadTest
Get the class name for the declared test.
getClearance() - Method in class things.thinger.kernel.PCB
Get the clearance.
getClearance() - Method in class things.universe.server.UniverseLocalServer
Get the required clearance.
getClearance(UniverseID) - Method in class things.universe.server.UniverseRegistry_Simple
Get an clearance for a universe by id.
getClearance(String) - Method in class things.universe.server.UniverseRegistry_Simple
Get an clearance for a universe by localName
getClearance(UniverseID) - Method in interface things.universe.UniverseRegistry
Get an clearance for a universe by id.
getClearance(String) - Method in interface things.universe.UniverseRegistry
Get an clearance for a universe by localName
getClearance() - Method in interface things.universe.UniverseServer
Get the required clearance.
getCode() - Method in class things.testing.unit.TestCase
Get the code.
getCommandAttributes() - Method in interface things.thinger.service.command.CommandResponder
Get the command attributes.
getCommandAttributes() - Method in class things.thinger.service.command.local.LocalCommandResponder
Get the command attributes.
getCommander() - Static method in class things.thinger.service.httptool.stock.ActionManager_Stock
Get the local commander.
getCommandNameFromResponse(String) - Static method in class things.thinger.service.local.CLIServiceTools
Get the Command Name from the response.
getCompleteResponse(CommandResponse.CompletionDisposition, String, Receipt, String, String) - Static method in class things.thinger.service.local.CLIServiceTools
Get a complete response string.
getConfigProperties() - Method in class things.thinger.kernel.basic.KernelBasic
Get the read only properties for this for the caller only.
getConfigProperties() - Method in interface things.thinger.SystemInterface
Get the read only properties for this for the caller only.
getConfigPropertiesWritable() - Method in class things.thinger.kernel.basic.KernelBasic
Get the configuration properties that are writable.
getConfigPropertiesWritable() - Method in interface things.thinger.SystemSuperInterface
Get the configuration properties that are writable.
getConsole() - Method in class things.common.commands.CommandRoot
Get the console print writer.
getCreatorID() - Method in interface things.data.Data
Get the creator's ID.
getCreatorID() - Method in class things.data.Entity
Get the creator's ID.
getCreatorID() - Method in class things.data.Nubblet
Get the creator's ID.
getCurrentState() - Method in class things.thinger.kernel.ThingsProcess
Get the state.
getCurrentStateNumeric() - Method in class things.thinger.kernel.ThingsProcess
Get the state as a numeric.
getData() - Method in class things.common.tools.StringScanner
Get the string being scanned.
getDefaulted(String, String) - Method in class things.data.ThingsPropertyReaderToolkit
Get a optional property.
getDefinition() - Method in class things.thinger.service.command.Command
Get the command definition.
getDescription() - Method in class things.thinger.service.httptool.ActionException
Get the description.
getDNSType(int) - Static method in class things.data.processing.LexicalTool
Get 822 type.
getEntity(int) - Method in class things.common.commands.CommandLine
Get an entity as a String.
getEntity(int) - Method in class things.common.commands.CommandRoot
Get an entity (numbered parameter).
getEntityRequired(int, String) - Method in class things.common.commands.CommandRoot
Get an entity (numbered parameter).
getErrorPageName() - Method in class things.thinger.service.httptool.PageManager
Get the error page name.
getErrorPageName() - Method in class things.thinger.service.httptool.stock.PageManager_Stock
Get the error page name.
getException() - Static method in class things.thing.tools.StockResult
Get a stock exception.
getExpedientFromFile(String) - Static method in class things.data.impl.ThingsPropertyTreeBASIC
This will create a file based property view.
getFail() - Static method in class things.thing.tools.StockResult
Get a stock fail.
getFillSize() - Method in class things.common.tools.BoundedByteArrayOutputStream
Get how much of the buffer is filled.
getFillSize() - Method in class things.common.tools.TightByteArrayOutputStream
Get how much of the buffer is filled.
getFinalReceipt() - Method in interface things.thinger.service.command.CommandResponse
Get the final receipt.
getFinalReceipt() - Method in class things.thinger.service.command.local.LocalCommandResponse
Get the final receipt.
getFlat() - Method in class things.data.NVImmutable
Get flat.
getFooter() - Method in class things.common.commands.CommandRoot
OVERRIDE IF YOU WANT TO PROVIDE PARAMETER INFORMATION to the command help.
getGlobalProperties() - Method in class things.thinger.kernel.basic.KernelBasic
Get system global property view
getGlobalProperties() - Method in interface things.thinger.SystemSuperInterface
Get system global property view.
getGlobalRegistry() - Method in interface things.thinger.service.command.CommandRegistry
Get the generic global registry.
getGlobalRegistry() - Method in class things.thinger.service.command.local.LocalCommandRegistry
Get the generic global registry.
getGlobalRegistryStatic() - Static method in class things.thinger.service.command.local.LocalCommandRegistry
Get the generic global registry.
getHeader() - Method in class things.common.commands.CommandRoot
OVERRIDE IF YOU WANT TO PROVIDE MORE INFO in the help about what the command does.
getHeaderName() - Method in class things.data.processing.rfc822.HeaderProcessorv2
Get the header name.
getHeaders() - Method in class things.data.tables.Table
Get the headers.
getHeaders() - Method in class things.thinger.service.httptool.ActionResult
Get header values.
getHeadersArray() - Method in class things.data.tables.Table
Get the headers as an array.
getHelp() - Method in class things.common.help.Helper
Get the help list.
getHelper(String) - Static method in class things.common.help.Helper
Get a helper from a class name.
getHexValue(int) - Static method in class things.data.processing.LexicalTool
Get hex value for the character.
getID() - Method in interface things.data.Data
Get the objects ID.
getID() - Method in class things.data.Entity
Get the objects ID.
getID() - Method in class things.data.Nubblet
Get the objects ID.
getId() - Method in class things.thinger.io.conduits.basic.BasicConduit
Get the id.
getId() - Method in interface things.thinger.io.conduits.Conduit
Get the id.
getId() - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Get ID of the resource.
getId() - Method in interface things.thinger.kernel.ResourceInterface
Get ID of the resource.
getId() - Method in class things.thinger.kernel.ResourceManager
Get the id.
getId() - Method in class things.thinger.service.command.local.LocalCommander
RESOURCE INTERFACE IMPLEMENTATION.
getId() - Method in class things.universe.server.UniverseLocal
Get the id for this universe.
getID() - Method in class things.universe.server.UniverseLocalServer
Return the ID of this Universe
getId() - Method in interface things.universe.Universe
Get the id for this universe.
getID() - Method in interface things.universe.UniverseServer
Return the ID of this Universe.
getIdentityString() - Method in class things.thinger.kernel.PCB
Get the identity string.
getInconclusive() - Static method in class things.thing.tools.StockResult
Get a stock inconclusive.
getInjector(Conduit.InjectorType) - Method in class things.thinger.io.conduits.basic.BasicConduit
This will get an injector to the conduit.
getInjector(Conduit.InjectorType, String) - Method in class things.thinger.io.conduits.basic.BasicConduit
This will get an injector to the conduit, named.
getInjector(Conduit.InjectorType) - Method in interface things.thinger.io.conduits.Conduit
This will get an injector to the conduit.
getInjector(Conduit.InjectorType, String) - Method in interface things.thinger.io.conduits.Conduit
This will get an injector to the conduit, named.
getInputStream() - Method in class things.thinger.service.httptool.ActionResult
Get input stream.
getInstanceData() - Method in class things.thinger.service.command.Command
Get the instance data for the command.
getInterimResult() - Method in class things.thing.THING
Get the interim result, if available.
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class things.thinger.kernel.basic.tools.UniverseFileManager
Get a JavaFileObject for output.
getLevel() - Method in class things.common.commands.CommandLogger
This will get the level of entries that will pass.
getLevel() - Method in interface things.thinger.io.Logger
This will get the level of entries that will pass.
getLevel() - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
This will get the level of entries that will pass.
getLevelByName(String) - Static method in enum things.thinger.io.Logger.LEVEL
It will return a level by name.
getLineNumber() - Method in class things.data.processing.Decomposer
Get the current line number.
getLineNumber() - Method in exception things.data.tabular.TabularValidationException
 
getListenerId() - Method in class things.thinger.kernel.basic.KernalBasic_THINGProcessWrapper
Get the ID of the listener.
getListenerId() - Method in class things.thinger.kernel.basic.KernelBasicBase
 
getListenerId() - Method in interface things.thinger.kernel.ResourceListener
Get the ID of the listener.
getListenerId() - Method in class things.thinger.service.actor.ActorService
 
getListenerId() - Method in class things.thinger.service.command.local.LocalCommandService
Get the ID of the listener.
getListenerId() - Method in class things.thinger.service.httptool.HttpToolService
 
getListenerId() - Method in class things.thinger.service.httptool.HttpToolServiceThread
 
getListenerId() - Method in class things.thinger.service.local.CLIService
Get the ID of the listener.
getListenerId() - Method in class things.thinger.service.local.ConsoleService
Get the ID of the listener.
getListenerId() - Method in class things.thinger.service.local.HttpCLIService
Get the ID of the listener.
getListenerId() - Method in class things.thinger.service.proxy.ProxyService
Get the ID of the listener.
getListenerId() - Method in class things.thinger.service.thing.ThingService
Get the ID of the listener.
getLocal(String) - Method in class things.universe.UniverseAnchor
Get a local file for the object.
getLocalProperties(String) - Method in class things.thinger.kernel.basic.KernelBasic
Get local property view for the given id.
getLocalProperties() - Method in class things.thinger.kernel.basic.KernelBasic
Get local property view for the caller only.
getLocalProperties() - Method in interface things.thinger.SystemInterface
Get local property view for the caller only.
getLocalProperties(String) - Method in interface things.thinger.SystemSuperInterface
Get local property view for the given id.
getLocalPropertiesImplementation() - Method in class things.thinger.kernel.basic.KernelBasic
Get an empty tree using the preferred, non-persistent implementation for the local host.
getLocalPropertiesImplementation() - Method in interface things.thinger.SystemInterface
Get an empty tree using the preferred, non-persistent implementation for the local host.
getLogLocal(String) - Method in class things.thinger.kernel.basic.KernelBasic
Get a local reference to the log if possible.
getLogLocal(String) - Method in interface things.thinger.SystemInterface
Get a local reference to the log if possible.
getLongName() - Method in class things.testing.unit.Test
Get the long name of this test.
getLongName() - Method in class things.testing.unit.TestGroup
Get the long name of this group.
getLongResult() - Method in enum things.testing.unit.Result
 
getLower(int) - Static method in class things.data.processing.LexicalTool
Get the lowercase version of this character.
getMainName() - Method in class things.thinger.service.httptool.ActionManager
Get the main action.
getMainName() - Method in class things.thinger.service.httptool.stock.ActionManager_Stock
Get the main action.
getMax(int) - Method in class things.data.language.WordDictionary
Get a word of random size up to the specified maximum.
getMax(int, int[]) - Method in class things.data.language.WordDictionary
Get a word of random size up to the specified maximum.
getMessage() - Method in class things.testing.unit.TestCase
Get the message for this case.
getMessage() - Method in class things.thinger.service.httptool.ActionException
Returns the detail message string of this exception, including the description and message.
getMode() - Method in class things.data.impl.ThingsPropertyTrunkInMemory
Get the current Mode.
getMode() - Method in class things.data.impl.ThingsPropertyTrunkIO
Get the current Mode.
getMode() - Method in interface things.data.ThingsPropertyTrunk
Get the current Mode.
getMyConfigProperties() - Method in class things.thinger.kernel.PCB
Get the configuration properties for this process.
getMyLocalProperties() - Method in class things.thinger.kernel.PCB
Get the local properties for this process.
getMyType() - Method in class things.thinger.io.conduits.basic.BasicInjector
Get the injector type.
getMyType() - Method in interface things.thinger.io.conduits.Injector
Get the injector type.
getName() - Method in class things.common.commands.CommandRoot
Get the command name.
getName() - Method in class things.data.NVImmutable
Get the name.
getName(int) - Static method in class things.data.processing.LexicalTool
Get character name.
getName() - Method in class things.data.transport.smtp.CleanSMTPClient
Get client name.
getName() - Method in class things.data.transport.smtp.FancySMTPClient
Get client name.
getName() - Method in interface things.data.transport.smtp.SMTPClient
Get client name.
getName() - Method in class things.testing.unit.Test
Get the name of this test.
getName() - Method in class things.testing.unit.TestGroup
Get the name of this group
getName() - Method in class things.thinger.kernel.basic.tools.LocalJavaFileObject
Gets a user-friendly name for this file object.
getName() - Method in class things.thinger.service.proxy.ProxyOutput
Get the name.
getName() - Method in class things.universe.UniverseID
Get the local name of the universe.
getNamedExpressor(String) - Method in class things.thinger.kernel.basic.KernelBasic
Forge a new named expressor.
getNamedExpressor(String) - Method in interface things.thinger.SystemInterface
Forge a new named expressor.
getNamedLogger(String) - Method in class things.thinger.kernel.basic.KernelBasic
Forge a new named logger.
getNamedLogger(String) - Method in interface things.thinger.SystemInterface
Forge a new named logger.
getNextLine() - Method in class things.data.impl.LineFeederFromStream
Get the next line as a String.
getNextLine() - Method in interface things.data.LineFeeder
Get the next line as a String.
getNote() - Method in class things.data.Receipt
 
getNumberColumns() - Method in class things.data.tables.Table
Get the number of columns.
getNumberRows() - Method in class things.data.tables.Table
Get the number of rows.
getNumeric() - Method in interface things.data.Data
Get the numeric value.
getNumeric() - Method in class things.data.Entity
Get the numeric value.
getNumeric() - Method in class things.data.Nubblet
Get the numeric value.
getNumeric() - Method in enum things.thinger.kernel.ThingsState
Get numeric.
getNumericString() - Method in interface things.data.Data
Get the numeric value.
getNumericString() - Method in class things.data.Entity
Get the numeric value.
getNumericString() - Method in class things.data.Nubblet
Get the numeric value.
getObjectAccessor(String...) - Method in class things.universe.server.UniverseLocal
Get an object accessor for the named object.
getObjectAccessor(String...) - Method in interface things.universe.Universe
Get an object accessor for the named object.
getOptional(String) - Method in class things.data.ThingsPropertyReaderToolkit
Get a optional property.
getOptional(String...) - Method in class things.data.ThingsPropertyReaderToolkit
Get a optional property.
getOptionalAsMulti(String) - Method in class things.data.ThingsPropertyReaderToolkit
Get a optional property as a multi-value.
getOptionalAsMulti(String...) - Method in class things.data.ThingsPropertyReaderToolkit
Get a optional property as a multi-value.
getOptionalParameter(String) - Method in class things.thinger.service.actor.ActorServiceBase
 
getOptionalSingle(String) - Method in class things.data.ThingsPropertyReaderToolkit
Get a optional property.
getOptionalSingle(String...) - Method in class things.data.ThingsPropertyReaderToolkit
Get a optional property.
getOptionalTruth(String...) - Method in class things.data.ThingsPropertyReaderToolkit
Get a optional property and evaluate it for truth.
getOrCreateSubnode(String) - Method in class things.data.impl.NamedTreeNode
Get the named node from the set.
getOrderedNumberedPly(String...) - Method in class things.data.ThingsPropertyReaderToolkit
This will create an ordered list of property names from a ply that consists entirely of numeric entries.
getOutputStream() - Method in class things.data.impl.StringAccessor
Get the output stream.
getPageName() - Method in class things.thinger.service.httptool.Page
Get the page name.
getPageResult() - Method in class things.thinger.service.httptool.ActionResult
Get the result page name.
getParameter(String) - Method in class things.thinger.service.actor.ActorMessage
Get a parameter by name.
getParentExpressionInterface() - Method in class things.thing.THING
Get a reference tot he parent expression interface.
getPass() - Static method in class things.thing.tools.StockResult
Get a stock pass.
getPath() - Method in class things.thinger.io.FileSystemLocator
Get the path.
getPriority() - Method in interface things.data.Data
Get the priority.ed.
getPriority() - Method in class things.data.Entity
Get the priority.ed.
getPriority() - Method in class things.data.Nubblet
Get the priority.ed.
getPrivateSet() - Method in interface things.data.AttributeReader
Get a private set that can be manipulated.
getPrivateSet() - Method in class things.data.impl.AttributesReaderWrapper
Get a private set that can be manipulated.
getPrivateSet() - Method in class things.data.impl.ReadableAttributes
Get a private set that can be manipulated.
getProcess() - Method in class things.thinger.kernel.PCB
Get the resource.
getProcess(WhoAmI) - Method in class things.thinger.kernel.ProcessCoordinator
Get a process by WhoAmID.
getProcess(String) - Method in class things.thinger.kernel.ProcessCoordinator
Get a process by String ID.
getProcesses() - Method in class things.thinger.kernel.ProcessCoordinator
Get the processes registered with the coordinator.
getProcessId() - Method in interface things.thinger.kernel.ProcessInterface
 
getProcessId() - Method in class things.thinger.kernel.ThingsProcess
 
getProcessInterface(String) - Method in class things.thinger.kernel.basic.KernelBasic
Get a process interface.
getProcessInterface(String) - Method in interface things.thinger.SystemInterface
Get a process interface.
getProcessList() - Method in class things.thinger.kernel.basic.KernelBasic
Get the process list.
getProcessList() - Method in interface things.thinger.SystemInterface
Get the process list.
getProcessName() - Method in class things.thinger.kernel.basic.KernalBasic_THINGProcessWrapper
Get process name.
getProcessName() - Method in class things.thinger.kernel.basic.KernelBasicBase
Get process name.
getProcessName() - Method in interface things.thinger.kernel.ProcessInterface
 
getProcessName() - Method in class things.thinger.kernel.ThingsProcess
Get process name.
getProcessName() - Method in class things.thinger.service.actor.ActorService
Get process name.
getProcessName() - Method in class things.thinger.service.command.local.LocalCommandService
Get process name.
getProcessName() - Method in class things.thinger.service.httptool.HttpToolService
Get process name.
getProcessName() - Method in class things.thinger.service.httptool.HttpToolServiceThread
Get process name.
getProcessName() - Method in class things.thinger.service.local.CLIService
Get process name.
getProcessName() - Method in class things.thinger.service.local.ConsoleService
Get process name.
getProcessName() - Method in class things.thinger.service.local.HttpCLIService
Get process name.
getProcessName() - Method in class things.thinger.service.proxy.ProxyService
Get process name.
getProcessName() - Method in class things.thinger.service.thing.ThingService
Get process name.
getProcessNumericId() - Method in class things.thinger.kernel.PCB
Get the process numeric ID.
getProcessOrganic(String) - Method in class things.thinger.kernel.ProcessCoordinator
Get a process by its organic ID.
getProcessState(String) - Method in class things.thinger.kernel.basic.KernelBasic
Get the state of a specific process.
getProcessState(String) - Method in interface things.thinger.SystemInterface
Get the state of a specific process.
getProperty(String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Get a property value as a string.
getProperty(String...) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Get a property value as a string.
getProperty(String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Get a property value as a string.
getProperty(String...) - Method in class things.data.impl.ThingsPropertyTreeRAM
Get a property value as a string.
getProperty(String) - Method in interface things.data.ThingsPropertyViewReader
Get a property value as a string.
getProperty(String...) - Method in interface things.data.ThingsPropertyViewReader
Get a property value as a string.
getPropertyMultivalue(String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Get a property value as a multivalue.
getPropertyMultivalue(String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Get a property value as a multivalue.
getPropertyMultivalue(String) - Method in interface things.data.ThingsPropertyViewReader
Get a property value as a multivalue.
getPropertyNV(String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Get a property value as a multivalue.
getPropertyNV(String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Get a property value as a multivalue.
getPropertyNV(String) - Method in interface things.data.ThingsPropertyViewReader
Get a property value as a multivalue.
getPullDrains() - Method in class things.thinger.io.conduits.basic.BasicConduit
Get the Pull Drains (in their containers).
getPullDrains() - Method in interface things.thinger.io.conduits.InjectionInterface
Get the Pull Drains (in their containers).
getPushDrains() - Method in class things.thinger.io.conduits.basic.BasicConduit
Get the Push Drains (in their containers).
getPushDrains() - Method in interface things.thinger.io.conduits.InjectionInterface
Get the Push Drains (in their containers).
getReceiptFromResponse(String) - Static method in class things.thinger.service.local.CLIServiceTools
Get the Receipt Type from the response.
getReceiptList() - Method in interface things.thinger.service.command.CommandResponse
Get the receipt list.
getReceiptList() - Method in class things.thinger.service.command.local.LocalCommandResponse
Get the receipt list.
getReferences() - Method in class things.common.help.Helper
Get the reference list.
getRequired(String) - Method in class things.data.ThingsPropertyReaderToolkit
Get a required property.
getRequired(String...) - Method in class things.data.ThingsPropertyReaderToolkit
Get a required property.
getRequired(String, ThingsPropertyReaderToolkit.Validations...) - Method in class things.data.ThingsPropertyReaderToolkit
Get a required property.
getRequired(Collection<ThingsPropertyReaderToolkit.Validations>, String...) - Method in class things.data.ThingsPropertyReaderToolkit
Get a required property.
getRequiredAsMulti(String) - Method in class things.data.ThingsPropertyReaderToolkit
Get a required property as a multi-value.
getRequiredAsMulti(String...) - Method in class things.data.ThingsPropertyReaderToolkit
Get a required property as a multi-value.
getRequiredInteger(String) - Method in class things.data.ThingsPropertyReaderToolkit
Get a required property and evaluate it as an integer.
getRequiredInteger(String...) - Method in class things.data.ThingsPropertyReaderToolkit
Get a required property and evaluate it as an integer.
getRequiredParameter(String) - Method in class things.thinger.service.actor.ActorServiceBase
Get required parameter from message.
getRequiredSingle(String) - Method in class things.data.ThingsPropertyReaderToolkit
Get a required property.
getRequiredSingle(String...) - Method in class things.data.ThingsPropertyReaderToolkit
Get a required property.
getRequiredSingle(String, ThingsPropertyReaderToolkit.Validations...) - Method in class things.data.ThingsPropertyReaderToolkit
Get a required property.
getRequiredSingle(Collection<ThingsPropertyReaderToolkit.Validations>, String...) - Method in class things.data.ThingsPropertyReaderToolkit
Get a required property.
getRequiredTruth(String...) - Method in class things.data.ThingsPropertyReaderToolkit
Get a required property and evaluate it for truth.
getResource(WhoAmI) - Method in class things.thinger.kernel.ResourceCoordinator
Get a resource by ID.
getResource(String) - Method in class things.thinger.kernel.ResourceCoordinator
Get a resource by name.
getResource() - Method in class things.thinger.kernel.ResourceManager
Get the resource.
getResponse() - Method in class things.thinger.service.httptool.ActionResult
Get the response line.
getResponse(CommandResponse.CompletionDisposition) - Static method in class things.thinger.service.local.CLIServiceTools
Get the appropriate response given the disposition.
getResult() - Method in class things.testing.unit.TestCase
Get the result for this case.
getResult() - Method in class things.thing.Cluster
Get the result for the cluster.
getResult() - Method in class things.thing.THING
Get the final result, if available.
getResult() - Method in class things.thinger.kernel.basic.KernalBasic_THINGProcessWrapper
Get the latest result.
getResult() - Method in interface things.thinger.kernel.ProcessInterface
Get the latest result.
getResult() - Method in class things.thinger.kernel.ThingsProcess
Get the latest result.
getResultFromResponse(String) - Static method in class things.thinger.service.local.CLIServiceTools
Get the Result from the response.
getRoot() - Method in class things.data.impl.ThingsPropertyTreeBASIC
Get a view from the root.
getRoot() - Method in class things.data.impl.ThingsPropertyTreeRAM
Get a view from the root.
getRoot() - Method in interface things.data.ThingsPropertyTree
Get a view from the root.
getRootCause() - Method in class things.common.ThingsException
Get the root cause.
getRow(int) - Method in class things.data.tables.Table
Get a row at the specified index.
getRowArray(int) - Method in class things.data.tables.Table
Get a row at the specified index as an array.
getSharedProperties() - Method in class things.thinger.kernel.basic.KernelBasic
Get shared property view for this server.
getSharedProperties() - Method in interface things.thinger.SystemInterface
Get shared property view for this server.
getShortName() - Method in enum things.data.Data.Type
Get the shortname for the outcome.
getShortResult() - Method in enum things.testing.unit.Result
 
getSize() - Method in class things.testing.unit.TestCase
Get the size value.
getStamp() - Method in interface things.data.Data
Get the timestamp.
getStamp() - Method in class things.data.Entity
Get the timestamp.
getStamp() - Method in class things.data.Nubblet
Get the timestamp.
getStartTime() - Method in class things.thinger.kernel.ThingsProcess
Get start time from epoch.
getState() - Method in class things.data.transport.smtp.CleanSMTPClient
Get the state.
getState() - Method in class things.data.transport.smtp.FancySMTPClient
Get the SMTPState.
getState() - Method in interface things.data.transport.smtp.SMTPClient
Get the state.
getState() - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Get the current state.
getState() - Method in interface things.thinger.kernel.ResourceInterface
Get the current state.
getState() - Method in interface things.thinger.service.command.CommandResponse
Get state of the command response.
getState() - Method in class things.thinger.service.command.local.LocalCommander
RESOURCE INTERFACE IMPLEMENTATION.
getState() - Method in class things.thinger.service.command.local.LocalCommandResponse
Get state of the command response.
getStream() - Method in class things.thinger.service.proxy.ProxyOutput
Get the output stream.
getStream(String...) - Method in class things.universe.server.UniverseLocal
Get an InputStream that can read from the universe object
getStream(String...) - Method in interface things.universe.Universe
Get an InputStream that can read from the universe object
getStreamByKey(String) - Method in class things.universe.server.UniverseLocal
Get an InputStream that can read from the universe object.
getStreamByKey(String) - Method in interface things.universe.Universe
Get an InputStream that can read from the universe object.
getString() - Method in class things.data.FlaggedString
Get the string.
getSubnode(String) - Method in class things.data.impl.NamedTreeNode
Get the named node from the set.
getSubnodeNames() - Method in class things.data.impl.NamedTreeNode
Get a set of subnodes.
getSystemConduits() - Method in class things.thinger.kernel.basic.KernelBasic
Get the system conduit controller.
getSystemConduits() - Method in interface things.thinger.SystemSuperInterface
Get the system conduit controller.
getSystemInterface() - Method in interface things.thinger.service.command.CommandResponder
Get a system interface.
getSystemInterface() - Method in class things.thinger.service.command.local.LocalCommandResponder
Get a system interface.
getSystemLogger() - Method in class things.thinger.kernel.basic.KernelBasic
Get a system logger for the process.
This is implemented with the numbered call GET_SYSTEM_LOGGER.
getSystemLogger() - Method in interface things.thinger.SystemInterface
Get a system logger for the process.
getText() - Method in enum things.thinger.kernel.ThingsState
Get text.
getTextFromResponse(String) - Static method in class things.thinger.service.local.CLIServiceTools
Get the Receipt Type from the response.
getTheFileSystem() - Method in class things.thinger.io.FileSystemLocator
GEt the file system.
getThing() - Method in interface things.data.Data
Get the thing (Object).
getThing() - Method in class things.data.Entity
Get the thing (Object).
getThing() - Method in class things.data.Nubblet
Get the thing (Object).
getThingsState() - Method in interface things.thinger.kernel.ProcessInterface
Get the process state.
getThingsState() - Method in class things.thinger.kernel.ThingsProcess
Get the process state.
getTime() - Method in class things.testing.unit.TestCase
Get the time value in miliseconds.
getTimestamp() - Method in class things.common.Stamp
Get the time stamp.
getToken() - Method in class things.common.commands.CommandRoot
Get the command token.
getToken() - Method in enum things.testing.unit.ResultExpresser.expressionType
 
getType() - Method in interface things.data.Data
Get the type.
getType() - Method in class things.data.Entity
Get the type.
getType() - Method in class things.data.Nubblet
Get the type.
getType() - Method in class things.data.Receipt
 
getType() - Method in class things.thinger.service.actor.ActorMessage
Get type.
getTypedThing() - Method in class things.data.Entity
Get the thing (Object).
getUaddy() - Method in class things.universe.UniverseAddress
 
getUniverse(String) - Method in class things.thinger.kernel.basic.KernelBasic
Get a universe by the local name.
getUniverse() - Method in class things.thinger.kernel.basic.tools.UniverseFileManager
Get the registered universe.
getUniverse(String) - Method in interface things.thinger.SystemInterface
Get a universe by the local name.
getUniverseAccessor() - Method in class things.universe.UniverseAnchor
Get the universe itself.
getUpper(int) - Static method in class things.data.processing.LexicalTool
Get the uppercase version of this character.
getURIType(int) - Static method in class things.data.processing.LexicalTool
Get character URI type.
getURLFType(int) - Static method in class things.data.processing.LexicalTool
Get URL form encoding character type.
getUser() - Method in class things.common.help.Helper
Get the user.
getUserGlobalProperties() - Method in class things.thinger.kernel.basic.KernelBasic
Get user global property view.
getUserGlobalProperties() - Method in interface things.thinger.SystemSuperInterface
Get user global property view.
getValidatedName(String...) - Method in class things.universe.server.UniverseLocal
Get a validated name for the object.
getValidatedName(String...) - Method in interface things.universe.Universe
Get a validated name for the object.
getValue(String) - Method in class things.common.commands.CommandLine
Get a value as an NVImmutable or null if it isn't present.
getValue(String) - Method in class things.common.commands.CommandRoot
Get a value.
getValue() - Method in class things.data.impl.NamedTreeNode
Get the value.
getValue() - Method in class things.data.NVImmutable
Get the first (and perhaps only) value.
getValues() - Method in class things.data.NVImmutable
Get all the values as an array.
getValues() - Method in class things.testing.unit.TestCase
Get values list.
getValuesAsList() - Method in class things.data.NVImmutable
Get all the values as a List.
getView() - Method in class things.data.ThingsPropertyReaderToolkit
Get the property view reader.
getWaiting() - Static method in class things.thing.tools.StockResult
Get a stock waiting.
getWorst() - Method in class things.common.ThingsException
Get the worst ThingsException from all the causes.
graft(ThingsPropertyView) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Graft one view onto this view.
graft(ThingsPropertyView) - Method in class things.data.impl.ThingsPropertyTreeRAM
Graft one view onto this view.
graft(ThingsPropertyView) - Method in interface things.data.ThingsPropertyView
Graft one view onto this view.
group - Variable in class things.data.processing.rfc822.FullAddress
The group name.
group_execute() - Method in class things.testing.unit.DeadGroup
Run the test.
group_execute() - Method in class things.testing.unit.TestGroup
Run the group.
group_prepare() - Method in class things.testing.unit.DeadGroup
prepare for the test.
group_prepare() - Method in class things.testing.unit.TestGroup
prepare for the group run.
groupLongName - Variable in class things.testing.unit.TestGroup
 
groupName - Variable in class things.testing.unit.TestGroup
 
GZIP - Static variable in class things.common.tools.Base64
Specify that data should be gzip-compressed.

H

handoff - Variable in class things.thinger.service.httptool.HttpToolServiceThread
 
handoff - Variable in class things.thinger.service.proxy.ProxyServiceThread
 
has(String) - Method in interface things.thinger.service.command.CommandRegistry
Does it have a command registered by this name?
has(String) - Method in class things.thinger.service.command.local.LocalCommandRegistry
Does it have a command registered by this name?
hasAttribute(String) - Method in interface things.data.AttributeReader
Check if it has an attribute.
hasAttribute(String) - Method in class things.data.impl.AttributesReaderWrapper
Check if it has an attribute.
hasAttribute(String) - Method in class things.data.impl.ReadableAttributes
Check if it has an attribute.
hasEntity(int) - Method in class things.common.commands.CommandLine
Does it have the entity at the index? If the position is not valid, it'll return false (rather than throw arrayoutofbounds).
hasEntry(String) - Method in class things.data.tabular.ModuleSchemaLine
 
hasmore() - Method in class things.data.processing.Decomposer
Return "true" if there are more tokens and/or lines, else "false."
hasMore() - Method in class things.thinger.io.EchoStreamSource
Does the source have more to get?
hasMore() - Method in interface things.thinger.io.StreamSource
Does the source have more to get?
hasMore() - Method in class things.thinger.io.StreamSourceFromStream
Does the source have more to get?
hasMore() - Method in class things.thinger.io.StreamSourceFromStreamStalled
Does the source have more to get?
hasMore() - Method in class things.thinger.io.StreamSourceFromString
Does the source have more to get?
hasObject(String) - Method in class things.universe.UniverseAnchor
Does the object exist?
hasQuotable() - Method in class things.data.FlaggedString
Does it have quotable?
hasToken() - Method in class things.data.Receipt
 
hasValue(String) - Method in class things.common.commands.CommandLine
Get a value as an NVImmutable or null if it isn't present.
hasValue() - Method in class things.data.impl.NamedTreeNode
Does this node have a value?.
hasWhiteSpace() - Method in class things.data.FlaggedString
Does it have whitespace?
head(ThingsPropertyView, ThingsPropertyView, SystemInterface) - Method in class things.thinger.service.httptool.Action
Overload this if you want to manage HEAD processing on your own.
head(ThingsPropertyView, ThingsPropertyView, SystemInterface) - Method in class things.thinger.service.httptool.ActionIzer
Overload this if you want to manage HEAD processing on your own.
Head - Class in things.thinger.service.httptool
The manage the head fields:
Content-Length
Content-MD5
ETag
Last-Modified
Head() - Constructor for class things.thinger.service.httptool.Head
 
HEADER_CONTENT_LENGTH - Static variable in class things.data.processing.http.HttpHeaderProcessor
 
HEADER_CONTENT_LENGTH_STRING - Static variable in class things.data.processing.http.HttpHeaderProcessor
 
HEADER_CONTENT_TYPE - Static variable in class things.data.processing.http.HttpHeaderProcessor
 
HEADER_CONTENT_TYPE_STRING - Static variable in class things.data.processing.http.HttpHeaderProcessor
 
HEADER_READ_STATE_CHART - Static variable in class things.data.processing.LexicalTool
 
HEADER_READ_STATE_CHARTV2 - Static variable in class things.data.processing.LexicalTool
 
HEADER_TEMPLATE(String) - Method in class things.data.tabular.Module
 
HEADER_TRANSFER_ENCODING - Static variable in class things.data.processing.http.HttpHeaderProcessor
 
HEADER_TRANSFER_ENCODING_STRING - Static variable in class things.data.processing.http.HttpHeaderProcessor
 
headerBuffer - Variable in class things.data.processing.rfc822.HeaderProcessor
 
headerBuffer - Variable in class things.data.processing.rfc822.HeaderProcessorv2
 
headerBuffer - Variable in class things.data.processing.rfc822.HeaderProcessorv3
 
headerBufferLength - Variable in class things.data.processing.rfc822.HeaderProcessor
 
headerBufferLength - Variable in class things.data.processing.rfc822.HeaderProcessorv2
 
headerBufferLength - Variable in class things.data.processing.rfc822.HeaderProcessorv3
 
headerItems - Variable in class things.data.processing.http.HttpHeaders
Header items.
headerLineBroken - Variable in class things.data.processing.rfc822.HeaderProcessor
 
headerLineBroken - Variable in class things.data.processing.rfc822.HeaderProcessorv2
 
headerLineBroken - Variable in class things.data.processing.rfc822.HeaderProcessorv3
 
HeaderProcessor - Class in things.data.processing.rfc822
Processes headers.
HeaderProcessor() - Constructor for class things.data.processing.rfc822.HeaderProcessor
 
HeaderProcessorv2 - Class in things.data.processing.rfc822
Processes headers.
HeaderProcessorv2() - Constructor for class things.data.processing.rfc822.HeaderProcessorv2
 
HeaderProcessorv3 - Class in things.data.processing.rfc822
Processes headers.
HeaderProcessorv3() - Constructor for class things.data.processing.rfc822.HeaderProcessorv3
 
headersComplete() - Method in class things.data.processing.http.HttpHeaderProcessor
The headers are done.
headersComplete(OutputStream) - Method in class things.data.processing.rfc822.HeaderProcessorv2
The headers are done.
help() - Method in class things.common.configuration.ConfigureByProps
Provide basic help as a string.
help() - Method in interface things.common.help.Helpful
Provide basic help as a string.
help - Variable in class things.common.help.HelpItem
The help text for the property.
help - Variable in class things.data.ThingsPropertyDescription
The help text for the property.
help - Variable in class things.thinger.service.httptool.stock.HelpActionItem
 
HELP - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
HELP_MESSAGE - Static variable in interface things.data.transport.smtp.SMTPClient
 
HelpActionItem - Class in things.thinger.service.httptool.stock
A help item used by the helper action.
HelpActionItem() - Constructor for class things.thinger.service.httptool.stock.HelpActionItem
 
helper() - Method in class things.common.configuration.ConfigureByProps
Provide a helper for the help.
Helper - Class in things.common.help
A rich helper.
Helper() - Constructor for class things.common.help.Helper
Default constructor.
Helper(String, String, String) - Constructor for class things.common.help.Helper
Constructor.
helper() - Method in interface things.common.help.Helpful
Provide a helper for the help.
helper__Banner - Static variable in class things.thinger.service.httptool.stock.Action_Helper
 
helper__BannerReference - Static variable in class things.thinger.service.httptool.stock.Action_Helper
 
helper__Column1 - Static variable in class things.thinger.service.httptool.stock.Action_Helper
 
helper__Column1_header - Static variable in class things.thinger.service.httptool.stock.Action_Helper
 
helper__Column2 - Static variable in class things.thinger.service.httptool.stock.Action_Helper
 
helper__Column2_header - Static variable in class things.thinger.service.httptool.stock.Action_Helper
 
helper__Column2_value - Static variable in class things.thinger.service.httptool.stock.Action_Helper
 
helper__Column3 - Static variable in class things.thinger.service.httptool.stock.Action_Helper
 
helper__Column3_header - Static variable in class things.thinger.service.httptool.stock.Action_Helper
 
helper__Column3_value - Static variable in class things.thinger.service.httptool.stock.Action_Helper
 
helper__Info - Static variable in class things.thinger.service.httptool.stock.Action_Helper
 
helper__Table - Static variable in class things.thinger.service.httptool.stock.Action_Helper
 
Helpful - Interface in things.common.help
Helpful interface.
HelpItem - Class in things.common.help
A base help item.
HelpItem(String, String) - Constructor for class things.common.help.HelpItem
Constructor.
HelpItem(String, String, String) - Constructor for class things.common.help.HelpItem
Constructor.
HelpProperty - Class in things.common.help
Help item for a property
HelpProperty(boolean, String, String) - Constructor for class things.common.help.HelpProperty
Constructor.
HelpProperty(boolean, String, String, String) - Constructor for class things.common.help.HelpProperty
Constructor.
HelpUser - Class in things.common.help
Help item for a user.
HelpUser(String, String, String) - Constructor for class things.common.help.HelpUser
Constructor.
HEX_VALUES - Static variable in class things.common.ThingsUtilityBelt
 
hexCharactersLower - Static variable in class things.common.tools.TokenFactory
 
hexFormatter16bit(int) - Static method in class things.common.ThingsUtilityBelt
Format a integer as a 4 digit hex.
hexFormatter8bit(byte[]) - Static method in class things.common.ThingsUtilityBelt
Format a byte array as 2 digit hex.
HP____SPECIAL_DEAD - Static variable in class things.data.processing.LexicalTool
 
HP____SPECIAL_PAUSE - Static variable in class things.data.processing.LexicalTool
 
HP____SPECIAL_WALKING_DEAD - Static variable in class things.data.processing.LexicalTool
 
HP_BROKEN - Static variable in class things.data.processing.LexicalTool
 
HP_CLEAR_PAUSE - Static variable in class things.data.processing.LexicalTool
 
HP_CLEAR_PAUSE_CRLF - Static variable in class things.data.processing.LexicalTool
 
HP_CLOSURE - Static variable in class things.data.processing.LexicalTool
 
HP_CR - Static variable in class things.data.processing.LexicalTool
 
HP_HEAD_CR - Static variable in class things.data.processing.LexicalTool
 
HP_HEAD_CRLF - Static variable in class things.data.processing.LexicalTool
 
HP_HEAD_LF - Static variable in class things.data.processing.LexicalTool
 
HP_LF - Static variable in class things.data.processing.LexicalTool
 
HP_LFCR - Static variable in class things.data.processing.LexicalTool
 
HP_NOT_USED - Static variable in class things.data.processing.LexicalTool
Header processing chart.
HP_PAUSE - Static variable in class things.data.processing.LexicalTool
 
HP_PAUSE_CRLF - Static variable in class things.data.processing.LexicalTool
 
HP_PAUSE_CRLFCR - Static variable in class things.data.processing.LexicalTool
 
HP_READ - Static variable in class things.data.processing.LexicalTool
 
HP_START - Static variable in class things.data.processing.LexicalTool
 
htmlString(String) - Static method in class things.thinger.service.httptool.HttpToolkit
Make a string HTML friendly.
HttpCLIService - Class in things.thinger.service.local
A Http Service that will bridge to the CLIServer.
HttpCLIService() - Constructor for class things.thinger.service.local.HttpCLIService
 
HttpHeaderProcessor - Class in things.data.processing.http
Processes headers for HTTP.
HttpHeaderProcessor() - Constructor for class things.data.processing.http.HttpHeaderProcessor
 
HttpHeaders - Class in things.data.processing.http
Headers found in requests and/or responses.
HttpHeaders() - Constructor for class things.data.processing.http.HttpHeaders
 
HttpRequest - Class in things.data.processing.http
An HTTP request.
HttpRequest() - Constructor for class things.data.processing.http.HttpRequest
 
HttpRequest.Method - Enum in things.data.processing.http
 
HttpRequestProcessor - Class in things.data.processing.http
A request processor.
HttpRequestProcessor() - Constructor for class things.data.processing.http.HttpRequestProcessor
 
HttpResponse - Class in things.data.processing.http
An HTTP response.
HttpResponse() - Constructor for class things.data.processing.http.HttpResponse
 
HttpResponseProcessor - Class in things.data.processing.http
A response processor.
HttpResponseProcessor() - Constructor for class things.data.processing.http.HttpResponseProcessor
 
HttpToolkit - Class in things.thinger.service.httptool
Common merge tags for pages.
HttpToolkit() - Constructor for class things.thinger.service.httptool.HttpToolkit
 
HttpToolService - Class in things.thinger.service.httptool
The service implementation.
HttpToolService() - Constructor for class things.thinger.service.httptool.HttpToolService
 
HttpToolServiceContext - Class in things.thinger.service.httptool
Context for a http session used by the service.
HttpToolServiceContext(WhoAmI, HttpToolService, Socket, SystemInterface, String) - Constructor for class things.thinger.service.httptool.HttpToolServiceContext
Contructor.
HttpToolServiceThread - Class in things.thinger.service.httptool
A specific thread.
HttpToolServiceThread(PageManager, ActionManager, ServeManager) - Constructor for class things.thinger.service.httptool.HttpToolServiceThread
Constructor.
httpVersion - Variable in class things.data.processing.http.HttpHeaders
HTTP version.

I

IAmNobody - Class in things.common
An identification object for a nobody.
IAmNobody() - Constructor for class things.common.IAmNobody
 
id - Variable in class things.data.language.Term
The ID
id - Variable in class things.thinger.service.httptool.HttpToolServiceContext
 
id - Variable in class things.thinger.service.proxy.ProxyContext
 
id - Variable in class things.universe.server.UniverseLocalServer
 
ID_SEPERATOR - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
INCIDENCE_FREE - Static variable in class things.data.tabular.ModuleSchemaEntry
 
INCIDENCE_UNIQUE - Static variable in class things.data.tabular.ModuleSchemaEntry
 
inconclusive - Variable in class things.testing.unit.Test
 
INCONCLUSIVE(String, String) - Method in class things.testing.unit.Test
INCONCLUSIVE test case report.
inconclusive(String) - Method in class things.testing.unit.TestCase
Set an inconclusive result.
inconclusive - Variable in class things.testing.unit.TestGroup
 
inconclusive - Variable in class things.thing.Metrics
 
inet - Variable in class things.data.processing.rfc822.FullAddress
The Internet address.
infliltrate(ThingsPropertyTrunk) - Method in class things.data.impl.ThingsPropertyTreeBASIC
This is how you load and merge properties into an already populated tree.
infliltrate(ThingsPropertyTrunk) - Method in class things.data.impl.ThingsPropertyTreeRAM
This is how you load and merge properties into an already populated tree.
infliltrate(ThingsPropertyTrunk) - Method in interface things.data.ThingsPropertyTree
This is how you load and merge properties into an already populated tree.
info(String) - Method in class things.common.commands.CommandLogger
Log a trivial information entry.
info(String, int) - Method in class things.common.commands.CommandLogger
Log a trivial information entry with a numeric.
info(String, int, NVImmutable...) - Method in class things.common.commands.CommandLogger
Log a complex information entry with numerics and attributes.
info(String, int, Collection<NVImmutable>) - Method in class things.common.commands.CommandLogger
Log a complex information entry with numerics and attributes.
info(String, int, String...) - Method in class things.common.commands.CommandLogger
Log a complex info entry with numerics and attributes.
INFO - Static variable in interface things.common.ThingsCodes
 
info(String) - Method in interface things.thinger.io.Logger
Log a trivial information entry.
info(String, int) - Method in interface things.thinger.io.Logger
Log a trivial information entry with a numeric.
info(String, int, String...) - Method in interface things.thinger.io.Logger
Log a complex info entry with numerics and attributes.
info(String, int, NVImmutable...) - Method in interface things.thinger.io.Logger
Log a complex information entry with numerics and attributes.
info(String, int, Collection<NVImmutable>) - Method in interface things.thinger.io.Logger
Log a complex information entry with numerics and attributes.
info(String) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a trivial information entry.
info(String, int) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a trivial information entry with a numeric.
info(String, int, NVImmutable...) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a complex information entry with numerics and attributes.
info(String, int, Collection<NVImmutable>) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a complex information entry with numerics and attributes.
info(String, int, String...) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a complex info entry with numerics and attributes.
INFO_TOP - Static variable in interface things.common.ThingsCodes
 
information() - Method in class things.common.configuration.ConfigureByProps
Provide detailed information.
information() - Method in class things.common.help.Helper
Provide detailed information.
information() - Method in interface things.common.help.Helpful
Provide detailed information.
inherit(Helper) - Method in class things.common.help.Helper
Inherit help from another class' helper, including references.
inherit(Class<?>) - Method in class things.common.help.Helper
Inherit help from another class' helper.
init(PrintWriter, String, Logger.LEVEL) - Method in class things.common.commands.CommandLogger
Initialize the LoggerWriter with a Writer and a prefix ID.
init(Logger, String, Logger.LEVEL) - Method in class things.common.commands.CommandLogger
Initialize the LoggerWriter with a Writer and a prefix ID.
init(Logger.TYPE) - Method in class things.common.commands.CommandLogger
Initialized the logger.
init(InputStream) - Method in class things.data.impl.LineFeederFromStream
Init the feeder.
init(ThingsPropertyTrunk) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Tell the tree to init itself.
init(ThingsPropertyTrunk) - Method in class things.data.impl.ThingsPropertyTreeRAM
Tell the tree to init itself.
init(String, Accessor) - Method in class things.data.impl.ThingsPropertyTrunkInMemory
Sets the ID.
init(String, Accessor) - Method in class things.data.impl.ThingsPropertyTrunkIO
Sets the ID.
init() - Method in class things.data.processing.PhraseMatcher
Reinitialize the processor.
init() - Method in class things.data.processing.rfc822.HeaderProcessor
Reinitialize the processor.
init() - Method in class things.data.processing.rfc822.HeaderProcessorv2
Reinitialize the processor.
init() - Method in class things.data.processing.rfc822.HeaderProcessorv3
Reinitialize the processor.
init(ThingsPropertyTrunk) - Method in interface things.data.ThingsPropertyTree
Tell the tree to init itself.
init(String, Accessor) - Method in interface things.data.ThingsPropertyTrunk
Sets the ID.
init(Logger, String, String, int, boolean, boolean) - Method in interface things.data.transport.smtp.SMTPClientManager
Init the system.
init(Logger, String, String, int, boolean, boolean) - Method in class things.data.transport.smtp.TolerantSMTPClientManager
Init the system.
init(Logger, String, String, int, boolean, boolean) - Method in class things.data.transport.smtp.TouchySMTPClientManager
Init the system.
init(StringPoster) - Method in class things.testing.unit.ResultExpresserText
 
init(SystemInterface) - Method in class things.thing.MODULE
Initialize this MODULE.
init(SystemInterface, ControlInterface, ExpressionInterface, ExpressionInterface) - Method in class things.thing.THING
Initialize this THING.
init(ConduitID) - Method in class things.thinger.io.conduits.basic.BasicConduit
Initialize the Conduit.
init(ConduitID, Conduit.InjectorType) - Method in class things.thinger.io.conduits.basic.BasicInjector
Initialize the Injector.
init(ConduitID) - Method in class things.thinger.io.conduits.basic.BasicPullDrainContainer
Initialize the PullDrain.
init(ConduitID) - Method in interface things.thinger.io.conduits.Conduit
Initialize the Conduit.
init(ConduitID, Conduit.InjectorType) - Method in interface things.thinger.io.conduits.Injector
Initialize the Injector.
init(ConduitID) - Method in interface things.thinger.io.conduits.PullDrain
Initialize the PullDrain.
init(ConduitID) - Method in interface things.thinger.io.conduits.PushDrain
Initialize the PushDrain.
init(Logger.TYPE) - Method in interface things.thinger.io.Logger
Initialized the logger.
init(Universe, String) - Method in class things.thinger.kernel.basic.KernelBasic_Loader
Initialize the loader.
init(Universe, String) - Method in class things.thinger.kernel.basic.KernelBasic_LoaderIDE
Initialize the loader.
init(PrintWriter, WhoAmI, Logger.LEVEL) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Initialize the LoggerWriter with a Writer and a prefix ID.
init(ConduitID) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Initialize the PushDrain.
init(Logger.TYPE) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Initialized the logger.
init(UniverseAnchor, boolean) - Method in class things.thinger.kernel.basic.tools.UniverseClassLoader
Init it.
init(Universe, String) - Method in interface things.thinger.kernel.Loader
Initialize the loader.
init(SystemSuperInterface) - Method in class things.thinger.kernel.ThingsProcess
Complete initialization.
init() - Method in class things.thinger.service.actor.ActorServiceBase
Init the Service.
init(ConduitID) - Method in class things.thinger.service.command.local.LocalCommandService
Initialize the PushDrain.
init(SystemInterface) - Method in class things.thinger.service.httptool.ActionManager
Initialize the manager.
init(SystemInterface) - Method in class things.thinger.service.httptool.PageManager
Initialize the manager.
init(SystemInterface) - Method in class things.thinger.service.httptool.ServeManager
Initialize the manager.
init(ConduitID) - Method in class things.thinger.service.thing.ThingService
Initialize the PushDrain.
init_chain() - Method in class things.thinger.service.actor.ActorClientBase
Init the Service.
init_chain() - Method in class things.thinger.service.httptool.ActionManager
The initialization chain.
init_chain() - Method in class things.thinger.service.httptool.PageManager
The initialization chain.
init_chain() - Method in class things.thinger.service.httptool.stock.ActionManager_Stock
The initialization chain.
init_chain() - Method in class things.thinger.service.httptool.stock.PageManager_Stock
The initialization chain.
init_service(SystemInterface, ActorServiceContextInterface) - Method in class things.thinger.service.actor.ActorServiceBase
Init the Service.
INIT_STALL_PERIOD - Static variable in class things.thinger.io.StreamSourceFromStreamStalled
This is the stall period in millis for the initialization.
INIT_STALL_RAMP - Static variable in class things.thinger.io.StreamSourceFromStreamStalled
This is how much we increase the stall period for every iteration.
initialize(WordDictionary) - Method in interface things.data.language.LanguageGenerator
Initialize it with a dictionary.
initialize(WordDictionary) - Method in class things.data.language.LanguageGenerator_Basic
Initialize it with a dictionary.
INITIALIZE() - Method in class things.thing.MODULE
This will be called during initialization.
INITIALIZE() - Method in class things.thing.modules.PropertyUniverseActor
This will be called during initialization.
initialize(SystemInterface, Socket) - Method in class things.thinger.service.actor.ActorServiceThread
Initialize the lightweight service thread.
initResource(WhoAmI) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Initialize the resource.
initResource(WhoAmI) - Method in interface things.thinger.kernel.ResourceInterface
Initialize the resource.
initResource(WhoAmI) - Method in class things.thinger.service.command.local.LocalCommander
RESOURCE INTERFACE IMPLEMENTATION.
InjectionInterface - Interface in things.thinger.io.conduits
System-level interface into the conduit.
Injector - Interface in things.thinger.io.conduits
A conduit injector interface.
INSTANCE(String) - Method in class things.thing.THING
Instantiate a module.
INSTANCE(String) - Method in interface things.thing.THINGInterface
Instantiate a module.
instantiateCommand() - Method in class things.thinger.service.command.Command
Instantiate a new instance.
instantiateResponse(String, CommandResponder) - Static method in class things.thinger.service.command.Command
Create a new instance object and instantiate.
INSUFFICIENT_STORAGE - Static variable in interface things.data.transport.smtp.SMTPClient
 
internalResult - Variable in class things.thinger.kernel.ThingsProcess
The internal result.
INVALID_NUMERIC - Static variable in interface things.common.ThingsCodes
Numeric lower bounderies.
INVALID_NUMERIC - Static variable in interface things.thinger.SystemCalls
Numeric lower boundaries.
IO_CONDUIT_ERROR_POSTED_TO_NO_DRAINS - Static variable in interface things.common.ThingsCodes
 
IO_CONDUIT_FAULT_GENERAL - Static variable in interface things.common.ThingsCodes
 
IO_CONDUIT_FAULT_NOT_INITIALIZED - Static variable in interface things.common.ThingsCodes
 
IO_CONDUIT_FAULT_POST_FAILED - Static variable in interface things.common.ThingsCodes
 
IO_CONDUIT_FAULT_POST_FAILED_ON_ENDPOINT_NOT_READY - Static variable in interface things.common.ThingsCodes
 
IO_CONDUIT_FAULT_POST_FAILED_ON_ENDPOINT_NOT_READY_RESOURCE - Static variable in interface things.common.ThingsCodes
 
IO_FAULT - Static variable in interface things.common.ThingsCodes
 
IO_FAULT_ABSTRACT_STREAM - Static variable in interface things.common.ThingsCodes
 
IO_FAULT_POSTING_FAULT - Static variable in interface things.common.ThingsCodes
 
IO_FILESYSTEM_FAULT_DEFAULT - Static variable in interface things.common.ThingsCodes
 
IO_FILESYSTEM_FAULT_GENERAL - Static variable in interface things.common.ThingsCodes
 
isCompleteAndOk() - Method in enum things.data.Receipt.Type
Returns true the RESULT is both complete and OK, as opposed to BAD and/or not complete.
isDeadOrDying() - Method in enum things.thinger.kernel.ThingsState
Is dead or dying.
isDebug(int) - Static method in class things.common.ThingsException
Helper for determining level - DEBUG
isDebug() - Method in class things.common.ThingsException
Helper for determining level - DEBUG
isDirectory(String) - Method in interface things.thinger.io.AFileSystem
Is this a directory?
isDirectory(String) - Method in class things.thinger.io.fs.FSFileSystem
Is this a directory?
isDone() - Method in class things.data.processing.rfc822.HeaderProcessor
Is the stream done? Is there anything left in the header?
isDone() - Method in class things.data.processing.rfc822.HeaderProcessorv2
Is the stream done? Is there anything left in the header?
isDone() - Method in class things.data.processing.rfc822.HeaderProcessorv3
Is the stream done? Is there anything left in the header?
isDrained(Data) - Method in class things.thinger.io.conduits.basic.BasicPullDrainContainer
Tell if a Nubblet has drained.
isDrained(Data) - Method in interface things.thinger.io.conduits.PullDrainContainer
Tell if a Data has drained.
isError(int) - Static method in class things.common.ThingsException
Helper for determining level - ERROR
isError() - Method in class things.common.ThingsException
Helper for determining level - ERROR
isExtensionsSet() - Method in interface things.data.transport.smtp.SMTPClientManager
Are extensions supported?
isExtensionsSet() - Method in class things.data.transport.smtp.TolerantSMTPClientManager
Are extensions supported?
isExtensionsSet() - Method in class things.data.transport.smtp.TouchySMTPClientManager
Are extensions supported?
isFault(int) - Static method in class things.common.ThingsException
Helper for determining level - FAULT
isFault() - Method in class things.common.ThingsException
Helper for determining level - FAULT
isFile(String) - Method in interface things.thinger.io.AFileSystem
Is this a file?
isFile(String) - Method in class things.thinger.io.fs.FSFileSystem
Is this a file?
isFriendlyNullOrEmpty() - Method in class things.data.processing.rfc822.FullAddress
Is the friendly name null or empty?
isFromSomebody() - Method in class things.data.Receipt
 
isHalting() - Method in enum things.thinger.kernel.ThingsState
Is dead, dying, or a halt is requested.
isInformational(int) - Static method in class things.common.ThingsException
Helper for determining level - Informational
isInformational(ThingsException) - Method in class things.common.ThingsException
Helper for determining level - Informational
isLineBroken() - Method in class things.data.processing.rfc822.HeaderProcessor
Is the line broken?
isLineBroken() - Method in class things.data.processing.rfc822.HeaderProcessorv2
Is the line broken?
isLineBroken() - Method in class things.data.processing.rfc822.HeaderProcessorv3
Is the line broken?
isLive() - Method in enum things.data.transport.smtp.SMTPState
Is this state alive?
isLocked(String...) - Method in class things.universe.server.UniverseLocal
Check to see if the object is locked.
isLocked(String...) - Method in interface things.universe.Universe
Check to see if the object is locked
isMultivalue() - Method in class things.data.NVImmutable
Is multivalue.
isMultivalueAllowed() - Method in interface things.data.AttributeReader
Ask if multi-value is allowed.
isMultivalueAllowed() - Method in class things.data.impl.AttributesReaderWrapper
Ask if multi-value is allowed.
isMultivalueAllowed() - Method in class things.data.impl.ReadableAttributes
Ask if multi-value is allowed.
isOk() - Method in enum things.data.Receipt.Type
Returns true the RESULT is OK, as opposed to BAD.
isOptionSet(int) - Method in class things.common.commands.CommandLine
Check to see if the character is a set option.
isPanic(int) - Static method in class things.common.ThingsException
Helper for determining level - FAULT
isPanic() - Method in class things.common.ThingsException
Helper for determining level - FAULT
isPaused() - Method in class things.data.processing.rfc822.HeaderProcessor
Is the stream paused? Meaning that the current line has been depleted.
isPaused() - Method in class things.data.processing.rfc822.HeaderProcessorv2
Is the stream paused? Meaning that the current line has been depleted.
isPaused() - Method in class things.data.processing.rfc822.HeaderProcessorv3
Is the stream paused? Meaning that the current line has been depleted.
isRegistered(WhoAmI) - Method in class things.thinger.kernel.ResourceCoordinator
Check to see if the resource is registered.
isRegistered(String) - Method in class things.thinger.kernel.ResourceCoordinator
Check to see if the resource is registered.
isRequired - Variable in class things.thinger.service.httptool.ActionIzerItem
 
isResponseOkAndComplete(String) - Static method in class things.thinger.service.local.CLIServiceTools
Is the command response indicate it's complete and ok.
isResult() - Method in enum things.data.Data.Type
Is this a result type?
issueCommand(Command) - Method in interface things.thinger.service.command.Commander
This will issue a command.
issueCommand(Command) - Method in class things.thinger.service.command.local.LocalCommander
This will issue a command.
issueThing(String, ThingsPropertyView) - Method in interface things.thinger.service.thing.Thinger
This will issue a thing.
isTerminal() - Method in enum things.data.Receipt.Type
Returns true the STATE is TERMINAL, as opposed to PENDING.
isValid() - Method in class things.data.NVImmutable
Validate.
isVerbose() - Method in interface things.common.Verbose
Is it set to verbose?
isVerbose() - Method in class things.thinger.kernel.basic.KernelBasic_Loader
Is it set to verbose?
isVerbose() - Method in class things.thinger.kernel.basic.KernelBasic_LoaderIDE
Is it set to verbose?
isVerbose() - Method in class things.thinger.kernel.ResourceManager
Is it set to verbose?
isVerbose() - Method in class things.thinger.kernel.ThingsProcess
Is it set to verbose?
isVerbose() - Method in class things.thinger.service.command.local.LocalCommander
VERBOSE INTERFACE.
isVerbose() - Method in class things.universe.server.UniverseRegistry_Simple
Is it set to verbose?
isWarning(int) - Static method in class things.common.ThingsException
Helper for determining level - WARNING
isWarning() - Method in class things.common.ThingsException
Helper for determining level - WARNING
isWorseThanError() - Method in class things.common.ThingsException
Helper for determining level - Is it worse than an ERROR?
isWorseThanFault() - Method in class things.common.ThingsException
Helper for determining level - Is it worse than a FAULT?
isWorseThanWarning() - Method in class things.common.ThingsException
Helper for determining level - Is it worse than a WARNING?
iterator() - Method in class things.data.tables.Table
Get an iterator for the rows.

K

KernalBasic_LoggingExpressor - Class in things.thinger.kernel.basic
This implements a logging based expressor.
KernalBasic_LoggingExpressor(Logger, SystemInterface) - Constructor for class things.thinger.kernel.basic.KernalBasic_LoggingExpressor
Constructor.
KernalBasic_THINGProcessWrapper - Class in things.thinger.kernel.basic
Things Process wrapper for THINGs.
KernalBasic_THINGProcessWrapper(Class<THING>, ExpressionInterface) - Constructor for class things.thinger.kernel.basic.KernalBasic_THINGProcessWrapper
Set the THING name.
kernel - Variable in class things.thinger.kernel.basic.KernelBasic_System_Bootstrap
The kernel itself.
KERNEL_ERROR_DEATH_NOTICE_FAILED - Static variable in interface things.common.ThingsCodes
 
KERNEL_FAULT - Static variable in interface things.common.ThingsCodes
 
KERNEL_FAULT_CLASS_ISSUE - Static variable in interface things.common.ThingsCodes
 
KERNEL_FAULT_COULD_NOT_FORGE_LOGGER - Static variable in interface things.common.ThingsCodes
 
KERNEL_FAULT_INTERNAL_LOCK_FAILURE - Static variable in interface things.common.ThingsCodes
 
KERNEL_FAULT_PROCESS_ALREADY_INITIALIZED - Static variable in interface things.common.ThingsCodes
 
KERNEL_FAULT_PROCESS_ALREADY_NAMED - Static variable in interface things.common.ThingsCodes
 
KERNEL_FAULT_PROCESS_CREDENTIAL_FAULT - Static variable in interface things.common.ThingsCodes
 
KERNEL_FAULT_PROCESS_FAULT - Static variable in interface things.common.ThingsCodes
 
KERNEL_FAULT_PROCESS_ILL_CONSTRUCTED - Static variable in interface things.common.ThingsCodes
 
KERNEL_FAULT_PROCESS_INTERRUPTED - Static variable in interface things.common.ThingsCodes
 
KERNEL_FAULT_PROCESS_MANAGEMENT - Static variable in interface things.common.ThingsCodes
 
KERNEL_FAULT_PROCESS_NOT_RECOGNIZED - Static variable in interface things.common.ThingsCodes
 
KERNEL_FAULT_PROCESS_REGISTRATION_BAD - Static variable in interface things.common.ThingsCodes
 
KERNEL_ID_STRING - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
KERNEL_ID_TAG - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
KERNEL_LOCK_TRY_LIMIT_MILLIS - Static variable in interface things.common.ThingsConstants
System constants.
KERNEL_LOG_PATH - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
KERNEL_PROCESS_DONE - Static variable in interface things.common.ThingsCodes
 
KERNEL_PROCESS_FINALIZATION - Static variable in interface things.common.ThingsCodes
 
KERNEL_PROCESS_INTERRUPTED - Static variable in interface things.common.ThingsCodes
 
KERNEL_PROCESS_STARTED - Static variable in interface things.common.ThingsCodes
 
KERNEL_PROCESS_THING_STARTED - Static variable in interface things.common.ThingsCodes
 
KERNEL_PROCESS_THING_WAITING_START - Static variable in interface things.common.ThingsCodes
 
KERNEL_RUNTIME_SLEEP_INTERVAL - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
Kernel runtime sleep interval in millis.
KERNEL_SHUTDOWN__SWEEPS - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
Number of sweeps to allow for shutdown before the kernel just starts killing things.
KernelBasic - Class in things.thinger.kernel.basic
Implements a system interface for the basic Kernel.
KernelBasic() - Constructor for class things.thinger.kernel.basic.KernelBasic
 
KernelBasic_Constants - Interface in things.thinger.kernel.basic
Immutable constants for a Basic Kernel.
KernelBasic_Loader - Class in things.thinger.kernel.basic
A THINGS loader implementation for KernelBasic.
KernelBasic_Loader() - Constructor for class things.thinger.kernel.basic.KernelBasic_Loader
Constructor.
KernelBasic_LoaderIDE - Class in things.thinger.kernel.basic
A THINGS loader implementation for KernelBasic.
KernelBasic_LoaderIDE() - Constructor for class things.thinger.kernel.basic.KernelBasic_LoaderIDE
 
KernelBasic_NamingReactors - Class in things.thinger.kernel.basic
Naming reactors specific to KernelBasic.
KernelBasic_NamingReactors() - Constructor for class things.thinger.kernel.basic.KernelBasic_NamingReactors
 
KernelBasic_System_Bootstrap - Class in things.thinger.kernel.basic
A local bootstrap for starting the system.
KernelBasic_System_Bootstrap() - Constructor for class things.thinger.kernel.basic.KernelBasic_System_Bootstrap
 
KernelBasic_WriterLogger - Class in things.thinger.kernel.basic
Implements a Writer based logger.
KernelBasic_WriterLogger() - Constructor for class things.thinger.kernel.basic.KernelBasic_WriterLogger
 
KernelBasic_WriterLogger_Factory - Interface in things.thinger.kernel.basic
An interface to a log factory for the kernel.
KernelBasic_WriterLogger_StandardFactory - Class in things.thinger.kernel.basic
The standard log factory for the kernel.
KernelBasic_WriterLogger_StandardFactory() - Constructor for class things.thinger.kernel.basic.KernelBasic_WriterLogger_StandardFactory
 
KernelBasicBase - Class in things.thinger.kernel.basic
Implements underlying Kernel functionality.
KernelBasicBase() - Constructor for class things.thinger.kernel.basic.KernelBasicBase
 
kernelLogger - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
kernelSpaceID - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
kernelStoplight - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
KernelTools - Class in things.thinger.kernel
Static tools for the Kernel
KernelTools() - Constructor for class things.thinger.kernel.KernelTools
 

L

LanguageGenerator - Interface in things.data.language
Language generator interface.
LanguageGenerator_Basic - Class in things.data.language
Basic implementation of the language interface.
LanguageGenerator_Basic() - Constructor for class things.data.language.LanguageGenerator_Basic
 
lastAccess - Variable in class things.thinger.service.proxy.ProxySession
The last time this session was touched.
lastModifiedDate(String...) - Method in class things.universe.server.UniverseLocal
Get the last modified date in milliseconds from epoch time.
lastModifiedDate(String...) - Method in interface things.universe.Universe
Get the last modified date in milliseconds from epoch time.
lastnameFrequencyChart - Static variable in class things.data.language.WordDictionary
The last name size frequency chart for random selection.
length - Variable in class things.thinger.service.httptool.ServeFile
 
LEXICAL_HEADER_TERMINATION - Static variable in class things.data.processing.LexicalTool
 
LEXICAL_MAP - Static variable in class things.data.processing.LexicalTool
 
LEXICAL_MAP_822_HEADERNAME - Static variable in class things.data.processing.LexicalTool
 
LEXICAL_MAP_822_TYPE - Static variable in class things.data.processing.LexicalTool
 
LEXICAL_MAP_CLASSIFICATION - Static variable in class things.data.processing.LexicalTool
Lexical map.
LEXICAL_MAP_DNS_TYPE - Static variable in class things.data.processing.LexicalTool
 
LEXICAL_MAP_HEXVALUE - Static variable in class things.data.processing.LexicalTool
 
LEXICAL_MAP_NAME - Static variable in class things.data.processing.LexicalTool
 
LEXICAL_MAP_URI_TYPE - Static variable in class things.data.processing.LexicalTool
 
LEXICAL_MAP_URLF_TYPE - Static variable in class things.data.processing.LexicalTool
 
LexicalTool - Class in things.data.processing
These tools are used by the processors.
LexicalTool() - Constructor for class things.data.processing.LexicalTool
 
LF - Static variable in interface things.common.ThingsConstants
 
LFBYTEVALUE - Static variable in class things.data.processing.LexicalTool
 
LimitedInputStream - Class in things.data.processing.http
Allow it to only read so many bytes.
LimitedInputStream(InputStream, long) - Constructor for class things.data.processing.http.LimitedInputStream
Constructor.
line() - Method in class things.data.processing.Decomposer
Return the next line.
LINE_BODYVALUE - Static variable in class things.thinger.service.proxy.ProxyProcessorHttp
 
LINE_DROP - Static variable in class things.thinger.service.proxy.ProxyProcessorHttp
 
LINE_HEADER - Static variable in class things.thinger.service.proxy.ProxyProcessorHttp
 
LINE_TRANSACTION - Static variable in class things.thinger.service.proxy.ProxyProcessorHttp
 
LINE_TRANSPORT - Static variable in class things.thinger.service.proxy.ProxyProcessorHttp
 
LINE_URLVALUE - Static variable in class things.thinger.service.proxy.ProxyProcessorHttp
 
LINE_WRAP - Static variable in class things.data.language.LanguageGenerator_Basic
 
LineFeeder - Interface in things.data
A line feeder mechanism.
LineFeederFromStream - Class in things.data.impl
A line feeder implementation that works on file.
LineFeederFromStream() - Constructor for class things.data.impl.LineFeederFromStream
 
lineNumber() - Method in class things.data.impl.LineFeederFromStream
Get the number of the current line (last one read).
lineNumber() - Method in interface things.data.LineFeeder
Get the number of the current line (last one read), starting from the number one.
lines() - Method in class things.data.tabular.Module
 
link - Variable in class things.thinger.service.httptool.HttpToolServiceContext
 
LISTEN_PORT - Static variable in interface things.thinger.service.ServiceConstants
Socket listen port.
load() - Method in class things.data.impl.ThingsPropertyTreeBASIC
Tell the tree to load fresh.
load() - Method in class things.data.impl.ThingsPropertyTreeRAM
Tell the tree to load fresh.
load() - Method in interface things.data.ThingsPropertyTree
Tell the tree to load fresh.
load(String, String...) - Method in class things.thing.modules.PropertyUniverseActor
Load local properties from the named universe in the named universe object.
load(ThingsPropertyView, String, String...) - Method in class things.thing.modules.PropertyUniverseActor
Load properties from the named universe in the named universe object.
load(InputStream) - Method in class things.thinger.service.actor.ActorMessage
Load this message from a stream.
load(String) - Method in class things.thinger.service.httptool.ActionManager
Load an action by name.
load(String) - Method in class things.thinger.service.httptool.PageManager
Load a page by name.
load(String) - Method in class things.thinger.service.httptool.stock.ActionManager_Stock
Load an action by name.
load(String) - Method in class things.thinger.service.httptool.stock.PageManager_Stock
Load a page by name.
loadedServiceList - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
loader - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
Loader - Interface in things.thinger.kernel
A THINGS loader interface.
loadFile2String(File) - Static method in class things.common.tools.FileTools
Read a file into a String.
loadFileToArray(String) - Static method in class things.common.ThingsUtilityBelt
Load a file into an array.
loadFileToArray(File) - Static method in class things.common.ThingsUtilityBelt
Load a file into an array.
loadModule(String) - Method in class things.thinger.kernel.basic.KernelBasic
Load a module but don't do anything with it.
loadModule(String) - Method in class things.thinger.kernel.basic.KernelBasic_Loader
Load a MODULE class.
loadModule(String) - Method in class things.thinger.kernel.basic.KernelBasic_LoaderIDE
Load a MODULE class.
loadModule(String) - Method in interface things.thinger.kernel.Loader
Load a MODULE class.
loadModule(String) - Method in interface things.thinger.SystemInterface
Load a module but don't do anything with it.
loadRegistry(ThingsPropertyView) - Method in class things.universe.server.UniverseRegistry_Simple
Load a registry from a configuration node.
loadRegistry(ThingsPropertyView) - Method in interface things.universe.UniverseRegistry
Load a registry from a configuration node.
loadStream2Buffer(InputStream, byte[]) - Static method in class things.common.tools.FileTools
Read a stream into a buffer, as much as can fit in the buffer, .
loadStream2String(InputStream) - Static method in class things.common.tools.StreamTools
Read a stream into a String.
loadThing(String) - Method in class things.thinger.kernel.basic.KernelBasic
Load a thing but don't run it.
loadThing(String) - Method in class things.thinger.kernel.basic.KernelBasic_Loader
Load a THING class.
loadThing(String) - Method in class things.thinger.kernel.basic.KernelBasic_LoaderIDE
Load a THING class.
loadThing(String) - Method in interface things.thinger.kernel.Loader
Load a THING class.
loadThing(String) - Method in interface things.thinger.SystemInterface
Load a thing but don't run it.
LocalCommander - Class in things.thinger.service.command.local
A Commander implementation intended for a local environment.
LocalCommander(Conduit, Conduit, WhoAmI) - Constructor for class things.thinger.service.command.local.LocalCommander
Construct a commander.
LocalCommandInfo - Class in things.thinger.service.command.local
The Local implementation Command Responder.
LocalCommandInfo() - Constructor for class things.thinger.service.command.local.LocalCommandInfo
 
LocalCommandRegistry - Class in things.thinger.service.command.local
A local Command Registry.
LocalCommandRegistry() - Constructor for class things.thinger.service.command.local.LocalCommandRegistry
Constructor.
LocalCommandResponder - Class in things.thinger.service.command.local
The Local implementation Command Responder.
LocalCommandResponder(Entity<LocalCommandInfo>, Conduit, WhoAmI, SystemInterface) - Constructor for class things.thinger.service.command.local.LocalCommandResponder
Construct.
LocalCommandResponse - Class in things.thinger.service.command.local
A local command response implementation.
LocalCommandResponse(CommandDefinition, LocalCommander) - Constructor for class things.thinger.service.command.local.LocalCommandResponse
The Local command response.
LocalCommandService - Class in things.thinger.service.command.local
General command service.
LocalCommandService() - Constructor for class things.thinger.service.command.local.LocalCommandService
 
LocalJavaFileObject - Class in things.thinger.kernel.basic.tools
This will be a local file object.
LocalJavaFileObject(String, String, JavaFileObject.Kind, File) - Constructor for class things.thinger.kernel.basic.tools.LocalJavaFileObject
Constructor.
localProperties - Variable in class things.thing.BASE
 
localProperties - Variable in class things.thinger.service.thing.ThingSpecification
 
localPropertyCache - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
localSystemLogger - Variable in class things.thing.BASE
 
lock() - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Lock an object.
lock() - Method in interface things.thinger.kernel.ResourceInterface
Lock an object.
lock() - Method in class things.thinger.service.command.local.LocalCommander
RESOURCE INTERFACE IMPLEMENTATION.
lock(String...) - Method in class things.universe.server.UniverseLocal
Lock an object.
lock(String...) - Method in interface things.universe.Universe
Lock an object.
lockOnTimer(Lock) - Static method in class things.thinger.kernel.KernelTools
Acquire the lock on the Kernel set time limit.
LOG(String) - Method in class things.testing.unit.Test
Log a comment.
LOG_DIRECTORY - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
LOG_SUFFIX - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
logger - Variable in class things.testing.unit.TestGroup
 
Logger - Interface in things.thinger.io
Logging interface for general logging.
logger - Variable in class things.thinger.service.actor.ActorClientBase
Usable local logger.
logger - Variable in class things.thinger.service.actor.ActorServiceBase
Usable local logger.
logger - Variable in class things.thinger.service.proxy.ProxyContext
 
Logger.LEVEL - Enum in things.thinger.io
Level of the logged entry.
Logger.TYPE - Enum in things.thinger.io
Types of loggers.
loggerCache - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
loggerFileMap - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
LOGGING_FACTORY_IMPLEMENTATION - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
Allow the system to change the logging implementation.
LOGGING_LEVEL - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
The default logging level for the whole system.
login(String) - Method in class things.data.transport.smtp.CleanSMTPClient
HELO with the hostname--no authentication.
login(String) - Method in class things.data.transport.smtp.FancySMTPClient
HELO with the hostname--no authentication.
login(String) - Method in interface things.data.transport.smtp.SMTPClient
HELO with the hostname--no authentication.
lookupExtension(String) - Method in class things.thinger.service.httptool.ServeManager
 

M

MAILBOX_NAME_NOT_ALLOWED - Static variable in interface things.data.transport.smtp.SMTPClient
 
MAILBOX_UNAVAILABLE - Static variable in interface things.data.transport.smtp.SMTPClient
 
main(String[]) - Static method in class things.common.configuration.ConfigureByProps
Cheap main() implementation for command line usage.
main(String[]) - Static method in class things.common.tools.Base64
Encodes or decodes two files from the command line; feel free to delete this method (in fact you probably should) if you're embedding this code into a larger program.
main(String[]) - Static method in class things.thinger.kernel.basic.KernelBasic_System_Bootstrap
Main interface.
mainEntry(String[]) - Method in class things.common.commands.CommandRoot
A main entry for the command.
makeFile(String) - Static method in class things.common.tools.FileTools
Make a file.
makeLocal(String...) - Method in class things.universe.server.UniverseLocal
Make a local reference or copy of the object in a FILE.
makeLocal(String...) - Method in interface things.universe.Universe
Make a local reference or copy of the object in a FILE.
makePrintable(String) - Static method in class things.common.impl.ThingsMarkup2Printable
This will make a printable string from a string.
makePrintable(String, ThingsPropertyView) - Static method in class things.common.impl.ThingsMarkup2Printable
This will make a printable string from a string.
manageErrors(ThingsExceptionBundle<ThingsException>, ActionResult) - Method in class things.thinger.service.httptool.ActionIzer
Manage errors.
mark() - Method in class things.common.tools.BoundedByteArrayOutputStream
Mark the next spot that will get a byte and return the value.
mark() - Method in class things.common.tools.TightByteArrayOutputStream
Mark the next spot that will get a byte and return the value.
mark(int) - Method in class things.thinger.io.ChainedInputStream
Mark does nothing.
mark(int) - Method in class things.thinger.io.EchoInputStream
Mark does nothing.
markSupported() - Method in class things.data.processing.rfc822.HeaderProcessor
We do not support mark.
markSupported() - Method in class things.data.processing.rfc822.HeaderProcessorv2
We do not support mark.
markSupported() - Method in class things.data.processing.rfc822.HeaderProcessorv3
We do not support mark.
markSupported() - Method in class things.thinger.io.ChainedInputStream
Mark does nothing so this will always return false.
markSupported() - Method in class things.thinger.io.EchoInputStream
Mark does nothing so this will always return false.
match(String) - Method in class things.data.processing.Crawler
It will require every filename match the regex passed.
match(int) - Method in class things.data.processing.http.HttpHeaderProcessor
This method will be called when a header is matched.
match(String) - Static method in enum things.data.processing.http.HttpRequest.Method
Lookup the method.
match(int, char[], int, Writer) - Method in class things.data.processing.PhraseMatcher
This method will be called when a phrase is matched.
match(int, OutputStream) - Method in class things.data.processing.rfc822.HeaderProcessor
This method will be called when a header is matched.
match(int, OutputStream) - Method in class things.data.processing.rfc822.HeaderProcessorv2
This method will be called when a header is matched.
match(int) - Method in class things.data.processing.rfc822.HeaderProcessorv3
This method will be called when a header is matched.
match(String...) - Method in class things.universe.server.UniverseLocal
Get all the object names that match the path.
match(String...) - Method in interface things.universe.Universe
Get all the object names that match the path.
matchReadOnly(int) - Method in class things.data.processing.rfc822.HeaderProcessor
This method will be called when a header is matched.
matchReadOnly(int) - Method in class things.data.processing.rfc822.HeaderProcessorv2
This method will be called when a header is matched.
MAX_CHARACTER - Static variable in class things.common.commands.CommandLineProcessor
This is the largest (by value) character recognized.
MAX_HEADER_NAME_SIZE - Static variable in class things.data.processing.rfc822.HeaderProcessor
 
MAX_HEADER_NAME_SIZE - Static variable in class things.data.processing.rfc822.HeaderProcessorv2
 
MAX_HEADER_NAME_SIZE - Static variable in class things.data.processing.rfc822.HeaderProcessorv3
 
MAX_INIT_STALL - Static variable in class things.thinger.io.StreamSourceFromStreamStalled
Maximum stall period for the initialization.
MAX_PHRASE_SIZE_IN_BYTES - Static variable in class things.data.processing.PhraseMatcher
 
MAX_SETS - Static variable in class things.common.tools.TokenFactory
The max sets allowed.
MAXSIZE - Static variable in class things.data.language.WordDictionary
Maximum supported word size.
meassuredSubmit(String, String, String, InputStream...) - Method in interface things.data.transport.smtp.SMTPClientManager
Submit a message and return the result.
meassuredSubmit(String, String, String, InputStream...) - Method in class things.data.transport.smtp.TolerantSMTPClientManager
Submit a message and return the result.
meassuredSubmit(String, String, String, InputStream...) - Method in class things.data.transport.smtp.TouchySMTPClientManager
Submit a message and return the result.
meet(T) - Method in class things.common.tools.DeadDropRendezvous
Meet the Rendezvous.
meet(T) - Method in class things.common.tools.Rendezvous
Meet the Rendezvous.
merge(Reader, Writer, ThingsPropertyViewReader, StringPoster) - Static method in class things.common.tools.StreamTools
Merge a reader with properties to writer.
merge(Reader, Writer, ThingsPropertyViewReader) - Static method in class things.common.tools.StreamTools
Merge a reader with properties to writer.
message - Variable in class things.common.commands.CommandParameter
Message associated with the parameter.
message - Variable in class things.testing.unit.TestCase
 
message_ack(int, String) - Method in class things.thinger.service.actor.ActorClientBase
Manage an NACK message.
message_chain(ActorMessage) - Method in class things.thinger.service.actor.ActorClientBase
Client base does not handle this kind of message.
message_log(String) - Method in class things.thinger.service.actor.ActorClientBase
Manage an LOG message.
message_nack(int, String) - Method in class things.thinger.service.actor.ActorClientBase
Manage an ACK message.
MESSAGE_TYPE_ACK - Static variable in class things.thinger.service.actor.ActorConstants
 
MESSAGE_TYPE_CONFIGURATION - Static variable in class things.thinger.service.actor.ActorConstants
 
MESSAGE_TYPE_LOG - Static variable in class things.thinger.service.actor.ActorConstants
 
MESSAGE_TYPE_NACK - Static variable in class things.thinger.service.actor.ActorConstants
 
MESSAGE_TYPE_NONE - Static variable in class things.thinger.service.actor.ActorConstants
Message type.
MESSAGE_TYPE_QUIT - Static variable in class things.thinger.service.actor.ActorConstants
 
MESSAGE_TYPE_QUITING - Static variable in class things.thinger.service.actor.ActorConstants
 
MESSAGE_TYPE_SEND - Static variable in class things.thinger.service.actor.ActorConstants
 
MESSAGE_TYPE_SERVICE - Static variable in class things.thinger.service.actor.ActorConstants
 
META - Static variable in interface things.common.ThingsMarkup
 
META_NAME_SPLIT - Static variable in interface things.common.ThingsMarkup
 
META_TAB - Static variable in interface things.common.ThingsMarkup
 
META_VALUE_SPLIT - Static variable in interface things.common.ThingsMarkup
 
method - Variable in class things.data.processing.http.HttpRequest
The HTTP method.
methodText - Variable in class things.data.processing.http.HttpRequest
The HTTP method text -- for debugging.
Metrics - Class in things.thing
Metrics values.
Metrics() - Constructor for class things.thing.Metrics
Default constructor.
Metrics(int, long, long, int, int, int, int, int, int) - Constructor for class things.thing.Metrics
Full constructor.
millis - Variable in class things.thing.Metrics
Time taken in milliseconds.
MIN_SIZE - Static variable in class things.common.tools.TokenFactory
Smallest token possible.
mirror(String) - Method in class things.data.impl.NamedTree
Mirror the tree to a new tree
mkdir(String) - Method in interface things.thinger.io.AFileSystem
Make the directory.
mkdir(String) - Method in class things.thinger.io.fs.FSFileSystem
Make the directory.
MODIFIER_EITHER - Static variable in class things.common.configuration.ConfigureByProps
 
MODIFIER_ONLY - Static variable in class things.common.configuration.ConfigureByProps
 
Module - Class in things.data.tabular
An abstract module reactor.
Module() - Constructor for class things.data.tabular.Module
 
MODULE - Class in things.thing
A module.
MODULE() - Constructor for class things.thing.MODULE
 
MODULE(String) - Method in class things.thing.THING
Get a module.
MODULE_BUILTIN_UPA_LOAD_FAILED - Static variable in interface things.common.ThingsCodes
 
MODULE_BUILTIN_UPA_SAVE_FAILED - Static variable in interface things.common.ThingsCodes
 
MODULE_ERROR - Static variable in interface things.common.ThingsCodes
 
MODULE_FAULT_BAD_USAGE - Static variable in interface things.common.ThingsCodes
 
MODULE_FAULT_FAILED_INIT - Static variable in interface things.common.ThingsCodes
 
MODULE_FAULT_NULL_PARAMETER - Static variable in interface things.common.ThingsCodes
 
MODULEInterface - Interface in things.thing
A module interface.
This can allow non-MODULE objects access to a MODULE's services.
ModuleSchemaEntry - Class in things.data.tabular
An module schema entry.
ModuleSchemaEntry() - Constructor for class things.data.tabular.ModuleSchemaEntry
 
ModuleSchemaEntry(String, String) - Constructor for class things.data.tabular.ModuleSchemaEntry
 
ModuleSchemaLine - Class in things.data.tabular
An module schema line.
ModuleSchemaLine() - Constructor for class things.data.tabular.ModuleSchemaLine
 
ModuleSchemaLine(String) - Constructor for class things.data.tabular.ModuleSchemaLine
 
ModuleSchemaSection - Class in things.data.tabular
Section.
ModuleSchemaSection() - Constructor for class things.data.tabular.ModuleSchemaSection
 
ModuleSchemaSection(String) - Constructor for class things.data.tabular.ModuleSchemaSection
 
ModuleSchemaValidation - Class in things.data.tabular
An abstract MODULE reactor.
ModuleSchemaValidation() - Constructor for class things.data.tabular.ModuleSchemaValidation
 
ModuleSchemaValidation(String, int, String, String, String, String, String, int, String, String) - Constructor for class things.data.tabular.ModuleSchemaValidation
 
move(int) - Method in class things.common.tools.StringScanner
Move the cursor by an offset.
mYAttributes - Variable in class things.data.impl.AttributesReaderWrapper
Attributes, if needed.
mYAttributes - Variable in class things.data.impl.ReadableAttributes
Attributes, if needed.
myDataType - Variable in class things.thinger.service.command.CommandItem
 
myDefaultText - Variable in class things.data.tabular.ModuleSchemaEntry
 
myDefaultText - Variable in class things.data.tabular.ModuleSchemaValidation
 
myDisposition - Variable in class things.thinger.service.actor.ActorDisposition
The parameter name.
myErrorText - Variable in class things.data.tabular.ModuleSchemaValidation
 
myErrorTitle - Variable in class things.data.tabular.ModuleSchemaValidation
 
myGlobalPropertiesKit - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
myGlobalPropertiesTree - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
myGlobalPropertiesViewRoot - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
myIncidence - Variable in class things.data.tabular.ModuleSchemaEntry
 
myIncidence - Variable in class things.data.tabular.ModuleSchemaValidation
 
myLogger - Variable in class things.thinger.service.Service
The default logger provided by the system.
myMaximum - Variable in class things.data.tabular.ModuleSchemaValidation
 
myMinimum - Variable in class things.data.tabular.ModuleSchemaValidation
 
myName - Variable in class things.data.tabular.ModuleSchemaEntry
 
myName - Variable in class things.data.tabular.ModuleSchemaLine
 
myName - Variable in class things.data.tabular.ModuleSchemaSection
 
myName - Variable in class things.data.tabular.ModuleSchemaValidation
 
myNeccessity - Variable in class things.data.tabular.ModuleSchemaValidation
 
myOccurence - Variable in class things.thinger.service.command.CommandItem
 
myPostLogger - Variable in class things.thinger.kernel.ThingsProcess
Verbose poster for just Process internal action logging.
myRequirement - Variable in class things.thinger.service.command.CommandItem
 
mySystemInterface - Variable in class things.thing.BASE
 
myText - Variable in class things.data.tabular.ModuleSchemaValidation
 
myTitle - Variable in class things.data.tabular.ModuleSchemaValidation
 
myToken - Variable in class things.data.tabular.ModuleSchemaEntry
 
myType - Variable in class things.data.tabular.ModuleSchemaEntry
 
myType - Variable in class things.data.tabular.ModuleSchemaValidation
 
myValidator - Variable in class things.data.tabular.ModuleSchemaEntry
 
myValidator - Variable in class things.data.tabular.ModuleSchemaValidation
 
myValue - Variable in class things.data.tabular.ModuleSchemaValidation
 

N

n - Variable in class things.thinger.service.actor.ActorParameter
The parameter name.
name - Variable in class things.common.commands.CommandParameter
Name of the parameter.
name - Variable in class things.common.help.HelpItem
The name of the property.
name - Variable in class things.data.NVImmutable
The Name.
name - Variable in class things.data.processing.rfc822.FileInfo
The file name (not full path).
name - Variable in class things.data.ThingsPropertyDescription
The name of the property.
name - Variable in class things.testing.unit.TestCase
 
name - Variable in class things.thing.ResultDefinition
The unique name for this result.
name - Variable in class things.thinger.service.command.CommandDefinition
 
name - Variable in class things.thinger.service.command.CommandItem
 
NAME - Static variable in class things.thinger.service.command.impl.Command_KILL
 
NAME - Static variable in class things.thinger.service.command.impl.Command_PINGPONG
 
NAME - Static variable in class things.thinger.service.command.impl.Command_PROCESSLIST
 
NAME - Static variable in class things.thinger.service.command.impl.Command_QUIT
 
NAME - Static variable in class things.thinger.service.command.impl.Command_RUN
 
NAME - Static variable in class things.thinger.service.command.impl.Command_SETPROP
 
NAME - Static variable in class things.thinger.service.command.impl.Command_SHOWPROPS
 
name - Variable in class things.thinger.service.httptool.ActionIzerItem
 
name - Variable in class things.thinger.service.httptool.ActionIzerItemValue
Name.
name - Variable in class things.thinger.service.httptool.stock.HelpActionItem
 
NAME_VALUE_SNAP - Static variable in class things.thinger.service.httptool.ActionIzer
 
named() - Method in class things.thinger.service.command.Command
Return the official name of this command.
named() - Method in class things.thinger.service.command.impl.Command_KILL
Return the official name of this command.
named() - Method in class things.thinger.service.command.impl.Command_PINGPONG
Return the official name of this command.
named() - Method in class things.thinger.service.command.impl.Command_PROCESSLIST
Return the official name of this command.
named() - Method in class things.thinger.service.command.impl.Command_QUIT
Return the official name of this command.
named() - Method in class things.thinger.service.command.impl.Command_RUN
Return the official name of this command.
named() - Method in class things.thinger.service.command.impl.Command_SETPROP
Return the official name of this command.
named() - Method in class things.thinger.service.command.impl.Command_SHOWPROPS
Return the official name of this command.
NamedTree - Class in things.data.impl
A named tree implementation.
NamedTree() - Constructor for class things.data.impl.NamedTree
CONSTRUCTOR
NamedTreeNode - Class in things.data.impl
Tree nodes.
NamedTreeNode() - Constructor for class things.data.impl.NamedTreeNode
CONSTRUCTOR
NAMELESS_NAME - Static variable in class things.testing.unit.TestCase
 
neccessity - Variable in class things.data.tabular.ModuleSchemaLine
 
NECCESSITY_OPTIONAL - Static variable in class things.data.tabular.ModuleSchemaLine
 
NECCESSITY_OPTIONAL - Static variable in class things.data.tabular.ModuleSchemaValidation
 
NECCESSITY_REQUIRED - Static variable in class things.data.tabular.ModuleSchemaLine
 
NECCESSITY_REQUIRED - Static variable in class things.data.tabular.ModuleSchemaValidation
 
NEW_LINE - Static variable in interface things.common.ThingsMarkup
Markup Strings
NEW_PARAGRAPH - Static variable in interface things.common.ThingsMarkup
 
NEWLINE - Static variable in interface things.common.ThingsConstants
 
next() - Method in class things.data.processing.Crawler
Get the next time in the crawl.
next() - Method in class things.thinger.io.EchoStreamSource
Get the next character.
next() - Method in interface things.thinger.io.StreamSource
Get the next byte.
next() - Method in class things.thinger.io.StreamSourceFromStream
Get the next character.
next() - Method in class things.thinger.io.StreamSourceFromStreamStalled
Get the next character.
next() - Method in class things.thinger.io.StreamSourceFromString
Get the next character.
next() - Method in interface things.thinger.service.command.CommandResponse
Get next available submission.
next() - Method in class things.thinger.service.command.local.LocalCommandResponse
Get next available submission.
nextInteger() - Static method in class things.common.ThingsUtilityBelt
Next integer starting with 1.
NO_CHARACTER - Static variable in class things.data.processing.LexicalTool
 
NO_LINE_NUMBER - Static variable in exception things.data.tabular.TabularValidationException
 
NO_MAXIMUM - Static variable in class things.data.tabular.ModuleSchemaValidation
 
NO_MINIMUM - Static variable in class things.data.tabular.ModuleSchemaValidation
 
NO_NUMERIC - Static variable in interface things.common.ThingsCodes
 
NO_OPTIONS - Static variable in class things.common.tools.Base64
No options specified.
NO_SET - Static variable in class things.data.tabular.ModuleSchemaEntry
 
NO_SET - Static variable in class things.data.tabular.ModuleSchemaValidation
 
nodes - Variable in class things.thing.Cluster
Cluster nodes.
nonbreaking_token() - Method in class things.data.processing.Decomposer
Return the next token from the current line.
NORMAL_CHARACTER - Static variable in class things.common.commands.CommandLineProcessor
A NORMAL_CHARCTER.
normalize(String) - Static method in class things.data.tabular.Module
 
normalizeNames(String) - Static method in class things.testing.unit.TestCommon
Normalize names all the same way.
normalizePath(String) - Static method in class things.thinger.io.FileSystemTools
This will normalize the path to make sure it doesn't refer to non-filesystem paths.
NOT_ALLOWED - Static variable in class things.data.processing.LexicalTool
 
NOT_NAMED - Static variable in interface things.thinger.service.command.CommandRegistry
 
NOTHING - Static variable in interface things.thinger.io.conduits.Conduit
A nothing nubblet is the same as a null.
notifyDelay - Variable in class things.data.transport.smtp.DSN
 
notifyFailure - Variable in class things.data.transport.smtp.DSN
 
notifyNever - Variable in class things.data.transport.smtp.DSN
 
notifySuccess - Variable in class things.data.transport.smtp.DSN
 
Nubblet - Class in things.data
This is a nubblet, the simplest form of Data.
Nubblet() - Constructor for class things.data.Nubblet
Default constructor is not allowed.
Nubblet(Data.Type, Data.Priority, int, Object) - Constructor for class things.data.Nubblet
Constructor.
NULL_ID - Static variable in interface things.thinger.kernel.ResourceInterface
 
numberOfEntites() - Method in class things.common.commands.CommandRoot
Get the number of entities.
numberOfValues() - Method in class things.common.commands.CommandRoot
Get the number of values.
numeric - Variable in class things.common.ThingsException
Exception numeric.
numeric - Variable in class things.data.Nubblet
Numeric
NUMERIC_COMMAND_NOP - Static variable in interface things.thinger.service.command.CommandNumerics
No operations.
NUMERIC_PROCESS_LIST - Static variable in interface things.thinger.service.command.CommandNumerics
Get the process list.
NUMERIC_PROCESS_STATE - Static variable in interface things.thinger.service.command.CommandNumerics
Get state of a named process.
numericCharacters - Static variable in class things.common.tools.TokenFactory
 
NV - Class in things.data
This is a name/value pair as strings.
NV(String, String) - Constructor for class things.data.NV
Setting constructor.
NV(String, String...) - Constructor for class things.data.NV
Setting constructor.
NVImmutable - Class in things.data
This is a name/value pair as strings.
NVImmutable(String) - Constructor for class things.data.NVImmutable
Setting constructor with no value.
NVImmutable(String, String) - Constructor for class things.data.NVImmutable
Setting constructor.
NVImmutable(String, String...) - Constructor for class things.data.NVImmutable
Setting constructor.

O

ok() - Method in class things.thinger.service.actor.ActorDisposition
It's ok.
ok(String) - Method in class things.thinger.service.actor.ActorDisposition
It's ok.
OK() - Method in class things.thinger.service.actor.ActorServiceBase
Respond that the message was OK.
OK(String) - Method in class things.thinger.service.actor.ActorServiceBase
Respond that the message was OK with a message.
OPEN_TAG - Static variable in interface things.common.ThingsMarkup
Markup Characters
OPENBBYTEVALUE - Static variable in class things.data.processing.LexicalTool
 
openForRead() - Method in interface things.data.Accessor
Open the item for read.
openForRead() - Method in class things.data.impl.FileAccessor
Open the item for read.
openForRead() - Method in class things.data.impl.StringAccessor
Open the item for read.
openForRead() - Method in class things.universe.UniverseObjectAccessor
Open the item for read.
openForWrite() - Method in interface things.data.Accessor
Open the item for writing.
openForWrite() - Method in class things.data.impl.FileAccessor
Open the item for writing.
openForWrite() - Method in class things.data.impl.StringAccessor
Open the item for writing.
openForWrite() - Method in class things.universe.UniverseObjectAccessor
Open the item for writing.
openInputStream(String) - Method in interface things.thinger.io.AFileSystem
Open a file with an InputStream for input.
openInputStream(String) - Method in class things.thinger.io.fs.FSFileSystem
Open a file with an InputStream for input.
openInputStream() - Method in class things.thinger.kernel.basic.tools.LocalJavaFileObject
Get the file as an InputStream.
openOutputStream(String) - Method in interface things.thinger.io.AFileSystem
Open a file with an OutputStream for output
openOutputStream(String) - Method in class things.thinger.io.fs.FSFileSystem
Open a file with an OutputStream for output
openOutputStream() - Method in class things.thinger.kernel.basic.tools.LocalJavaFileObject
Get the file as an OutputStream.
OPERATION_NAME_CHECKPOINT - Static variable in class things.common.configuration.ConfigureByProps
 
OPERATION_NAME_CONFIGURE - Static variable in class things.common.configuration.ConfigureByProps
 
OPTION_CHARACTER - Static variable in class things.common.commands.CommandLineProcessor
This is the option character.
OPTION_HELP1 - Static variable in class things.common.commands.CommandRoot
 
OPTION_HELP2 - Static variable in class things.common.commands.CommandRoot
 
OPTION_VERBOSE - Static variable in class things.common.commands.CommandRoot
Built-in options.
optionIsSet(int) - Method in class things.common.commands.CommandRoot
Convenience to check if an option is set.
ORCPT - Variable in class things.data.transport.smtp.DSN
 
ORDERED - Static variable in class things.common.tools.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
OTHER - Static variable in class things.data.processing.LexicalTool
 
outputException - Variable in class things.thinger.kernel.basic.KernelBasic_System_Bootstrap
Any output exception.
ownerService - Variable in class things.thinger.service.httptool.HttpToolServiceContext
 

P

page(int, int, String) - Method in interface things.data.language.LanguageGenerator
Get a page of paragraphs.
page(AText, int, int, String) - Method in interface things.data.language.LanguageGenerator
Get a page of paragraphs.
page(int, int, String) - Method in class things.data.language.LanguageGenerator_Basic
Get a page of paragraphs.
page(AText, int, int, String) - Method in class things.data.language.LanguageGenerator_Basic
Get a page of paragraphs.
Page - Class in things.thinger.service.httptool
A page.
Page(String, String) - Constructor for class things.thinger.service.httptool.Page
Constructor.
PAGE_ERROR - Static variable in interface things.thinger.service.httptool.stock.StockConstants
 
PAGE_MANAGER - Static variable in interface things.thinger.service.ServiceConstants
Http tool service.
PAGE_MANAGER_UNIVERSE_ADDRESS - Static variable in interface things.thinger.service.ServiceConstants
 
PageManager - Class in things.thinger.service.httptool
A base page manager.
PageManager() - Constructor for class things.thinger.service.httptool.PageManager
Constructor.
PageManager_Stock - Class in things.thinger.service.httptool.stock
This is a stock implementation of the page manager.
PageManager_Stock() - Constructor for class things.thinger.service.httptool.stock.PageManager_Stock
 
PANIC - Static variable in interface things.common.ThingsCodes
 
PANIC_KERNEL_GENERAL - Static variable in interface things.common.ThingsCodes
 
PANIC_KERNEL_ID_ALREADY_USED - Static variable in interface things.common.ThingsCodes
 
PANIC_PROCESS_RESPONDING_TO_HALT_OK - Static variable in interface things.common.ThingsCodes
 
PANIC_REQUIRED_PROPERTY_NOT_SET - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_COMMAND_CASCADING_PROBLEMS - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_COMMAND_GENERAL - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_COMMAND_GENERAL_RESPONSE_TRANSMISSION - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_COMMAND_INTERRUPTED_AND_UNRELIABLE - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_CONDUIT_UNRELIABLE - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_FAILURE - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_KERNEL_FAILURE - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_KERNEL_NO_LOGGER_FOR_PROCESS - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_LOADER_BAD_STATE - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_LOADER_COULD_NOT_CLEAN_FAILED_COMPILE - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_LOADER_STARTUP_FAILED - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_REINIT_CONDUIT_NOT_ALLOWED - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_REINIT_NOT_ALLOWED - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_SERVICE_FAILURE - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_SERVICE_FAILURE_DURING_CONSTRUCTION - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_SERVICE_UNRECOVERABLE - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_STARTUP_KERNEL_CONSTRUCTION_FAILURE - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_STARTUP_KERNEL_FAILURE - Static variable in interface things.common.ThingsCodes
 
PANIC_SYSTEM_STARTUP_SERVICE_FAILURE - Static variable in interface things.common.ThingsCodes
 
PANIC_THINGER_BUG - Static variable in interface things.common.ThingsCodes
 
PANIC_THINGER_INITIALIZATION_FAULT - Static variable in interface things.common.ThingsCodes
 
PANIC_THINGER_INITIALIZATION_VIOLATION - Static variable in interface things.common.ThingsCodes
 
PANIC_THINGS_BUG - Static variable in interface things.common.ThingsCodes
 
PANIC_THINGS_COMMON_BUG - Static variable in interface things.common.ThingsCodes
 
PANIC_TOP - Static variable in interface things.common.ThingsCodes
 
panicReport() - Method in class things.common.ThingsException
Panic report.
panicReport(String) - Static method in class things.common.ThingsException
Panic report.
paragraph(int, int, String) - Method in interface things.data.language.LanguageGenerator
Get a paragraph of specified size.
paragraph(AText, int, int, String) - Method in interface things.data.language.LanguageGenerator
Get a paragraph of specified size.
paragraph(int, int, String) - Method in class things.data.language.LanguageGenerator_Basic
Get a paragraph of specified size.
paragraph(AText, int, int, String) - Method in class things.data.language.LanguageGenerator_Basic
Get a paragraph of specified size.
PARAM_HELPER__FOR - Static variable in interface things.thinger.service.httptool.CommonTagsParams
 
PARAM_HELPER__NAME - Static variable in interface things.thinger.service.httptool.CommonTagsParams
 
PARAM_HELPER__PAGE - Static variable in interface things.thinger.service.httptool.CommonTagsParams
 
PARAMETER(String, String, String) - Method in class things.data.tabular.Module
 
PARAMETER_ACK_SEQUENCE - Static variable in class things.thinger.service.actor.ActorConstants
 
PARAMETER_CLASS_NAME - Static variable in class things.thinger.service.actor.ActorConstants
 
PARAMETER_CODE - Static variable in class things.thinger.service.actor.ActorConstants
 
PARAMETER_FILE - Static variable in class things.thinger.service.actor.ActorConstants
 
PARAMETER_FROM - Static variable in class things.thinger.service.actor.ActorConstants
 
PARAMETER_HOST - Static variable in class things.thinger.service.actor.ActorConstants
 
PARAMETER_LOG - Static variable in class things.thinger.service.actor.ActorConstants
 
PARAMETER_NAME - Static variable in class things.thinger.service.command.impl.Command_RUN
 
PARAMETER_NAME - Static variable in class things.thinger.service.command.impl.Command_SETPROP
 
PARAMETER_PID - Static variable in class things.thinger.service.command.impl.Command_KILL
 
PARAMETER_PING - Static variable in class things.thinger.service.command.impl.Command_PINGPONG
 
PARAMETER_PORT - Static variable in class things.thinger.service.actor.ActorConstants
 
PARAMETER_RESETS - Static variable in class things.thinger.service.actor.ActorConstants
 
PARAMETER_RESPONSE - Static variable in class things.thinger.service.actor.ActorConstants
 
PARAMETER_SIZE - Static variable in class things.thinger.service.actor.ActorConstants
 
PARAMETER_TIME - Static variable in class things.thinger.service.actor.ActorConstants
 
PARAMETER_TO - Static variable in class things.thinger.service.actor.ActorConstants
 
PARAMETER_VALUE - Static variable in class things.thinger.service.command.impl.Command_SETPROP
 
parameters - Variable in class things.thinger.service.command.CommandDefinition
 
parameters - Variable in class things.thinger.service.httptool.Action
This is what was passed in the command.
parse(String) - Static method in class things.data.transport.smtp.DSN
DSN as a comma separated field: RET`ENVID`ORCPT`bS`bF`bD`bN
parseAndSave(StreamSource, HttpRequest) - Static method in class things.data.processing.http.RequestLineParserOLD
Parse the source as an HTTP request.
parseAndSave(StreamSource, AddressListener) - Static method in class things.data.processing.rfc822.AddressParser
Parse the source for addresses.
parseAndSave(StreamSource, AddressListener) - Static method in class things.data.processing.rfc822.AddressParserMSG
Parse the source for addresses.
parser(InputStream, HttpRequest) - Method in class things.data.processing.http.BodyProcessor_FormURLEncoded
Parse engine grammar.
parser(InputStream, HttpRequest) - Method in class things.data.processing.http.BodyProcessor_FormURLEncodedSTRICT
Parse engine grammar.
parser(InputStream, HttpRequest) - Method in class things.data.processing.http.RequestLineParser
Parse engine grammar.
parser(StreamSource, HttpRequest) - Method in class things.data.processing.http.RequestLineParserOLD
Parse engine grammar.
parser(InputStream, HttpRequest) - Method in class things.data.processing.http.RequestLineParserOLD
Call with an InputStream.
parser(String, HttpRequest) - Method in class things.data.processing.http.RequestLineParserOLD
Call with a String.
parser(InputStream, HttpResponse) - Method in class things.data.processing.http.ResponseLineParser
Call with an InputStream.
parser(StreamSource, HttpResponse) - Method in class things.data.processing.http.ResponseLineParserOLD
Parse engine grammar.
parser(InputStream, HttpResponse) - Method in class things.data.processing.http.ResponseLineParserOLD
Call with an InputStream.
parser(String, HttpResponse) - Method in class things.data.processing.http.ResponseLineParserOLD
Call with a String.
parser(StreamSource, AddressListener) - Method in class things.data.processing.rfc822.AddressParser
Parse engine grammer.
Lexical elements: ASCII (0->127), CHAR (32->127 minus WS, SPECIAL), QUOTE, AT, COLON, SEMICOLON, DOT, OPENBRACK, CLOSEBRACK, GT, LT, BACKSLASH, COMMA, OPENPAREN, CLOSEPAREN, WS (space or tab) CR, LF |SPECIAL| (includes QUOTE, AT, COLON, SEMICOLON, DOT, OPENBRACK, CLOSEBRACK, GT, LT, BACKSLASH, COMMA, OPENPAREN, CLOSEPAREN), !OTHER! (meaning anything not listed).
parser(InputStream, AddressListener) - Method in class things.data.processing.rfc822.AddressParser
Call with an InputStream.
parser(String, AddressListener) - Method in class things.data.processing.rfc822.AddressParser
Call with a String.
parser(StreamSource, AddressListener) - Method in class things.data.processing.rfc822.AddressParserMSG
Parse engine grammer.
Lexical elements: ASCII (0->127), CHAR (32->127 minus WS, SPECIAL), QUOTE, AT, COLON, SEMICOLON, DOT, OPENBRACK, CLOSEBRACK, GT, LT, BACKSLASH, COMMA, OPENPAREN, CLOSEPAREN, WS (space or tab) CR, LF |SPECIAL| (includes QUOTE, AT, COLON, SEMICOLON, DOT, OPENBRACK, CLOSEBRACK, GT, LT, BACKSLASH, COMMA, OPENPAREN, CLOSEPAREN), !OTHER! (meaning anything not listed).
parser(InputStream, AddressListener) - Method in class things.data.processing.rfc822.AddressParserMSG
Call with an InputStream.
parser(String, AddressListener) - Method in class things.data.processing.rfc822.AddressParserMSG
Call with a String.
parseTimestampYYYYDDDHHMMSSmmmm(String) - Static method in class things.common.ThingsUtilityBelt
A timestamp for matter for year,day,hour,minutes,seconds.
pass(int) - Method in class things.common.ThingsException
Check to see if this Exception passes a threshold.
pass(int, int) - Static method in class things.common.ThingsException
Check to see if any numeric passes a threshold.
pass - Variable in class things.testing.unit.Test
 
PASS(String, String) - Method in class things.testing.unit.Test
PASS a test case report with a message.
PASS(String) - Method in class things.testing.unit.Test
PASS a test case report.
pass(String) - Method in class things.testing.unit.TestCase
Set a pass result.
pass - Variable in class things.testing.unit.TestGroup
 
pass - Variable in class things.thing.Metrics
 
pass(Logger.LEVEL) - Method in enum things.thinger.io.Logger.LEVEL
 
pass(Clearance) - Method in enum things.thinger.kernel.Clearance
Does this clearance pass the given clearance?
path - Variable in class things.data.processing.http.HttpHeaders
The Path.
path(String...) - Static method in class things.data.ThingsPropertyReaderToolkit
Build a path.
path - Variable in class things.universe.UniverseAddress
The path into the universe.
PATH_SEPARATOR - Static variable in interface things.common.ThingsConstants
 
PATH_SEPARATOR_STRING - Static variable in interface things.common.ThingsConstants
 
paths(String) - Method in interface things.thinger.io.AFileSystem
Paths within the given root path.
paths(String) - Method in class things.thinger.io.fs.FSFileSystem
Paths within the given root path.
PAUSING() - Method in class things.thing.THING
The THING is about to pause.
PCB - Class in things.thinger.kernel
A PROCESS CONTROL BLOCK.
PCB(ThingsProcess, Clearance, ThingsPropertyView, ThingsPropertyViewReader) - Constructor for class things.thinger.kernel.PCB
Constructor.
pcbNumber - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
peekLine() - Method in class things.data.processing.Decomposer
Look at the current line.
peekNextLine() - Method in class things.data.impl.LineFeederFromStream
peek at next line, but don't read it.
peekNextLine() - Method in interface things.data.LineFeeder
peek at next line, but don't read it.
percent(int) - Method in class things.common.tools.Gamer
A percentage chance.
permanentlyEmptyAttribute - Static variable in class things.data.impl.ReadWriteableAttributes
This is a static attribute object that will forever be empty.
phraseBuffer - Variable in class things.data.processing.PhraseMatcher
 
phraseBufferLength - Variable in class things.data.processing.PhraseMatcher
 
PhraseMatcher - Class in things.data.processing
General phrase matcher.
PhraseMatcher() - Constructor for class things.data.processing.PhraseMatcher
 
pick(String[]) - Method in class things.common.tools.Gamer
Pick one.
pickNumber(int[]) - Method in class things.common.tools.Gamer
Pick one.
PIPEBYTEVALUE - Static variable in class things.data.processing.LexicalTool
 
Plato - Class in things.common.tools
Plato and truth.
Plato() - Constructor for class things.common.tools.Plato
 
ply(String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Get the ply at this path.
ply(String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Get the ply at this path.
ply(String) - Method in interface things.data.ThingsPropertyViewReader
Get the ply at this path.
poll() - Method in class things.thinger.io.conduits.basic.BasicPullDrainContainer
Poll for an item.
poll() - Method in interface things.thinger.io.conduits.PullDrain
Poll for an item.
POOL_MAX - Static variable in interface things.thinger.service.ServiceConstants
Service thread pool..
POSITION_ARG1 - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
POSITION_ARG2 - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
POSITION_COMMAND - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
post(String) - Method in class things.common.commands.CommandLogger
Post as a message.
post(Entry) - Method in class things.common.commands.CommandLogger
Post an Entry.
post(String) - Method in class things.common.impl.StringPosterBitBucket
Post as a message.
post(String) - Method in class things.common.impl.StringPosterConsole
Post as a message.
post(String) - Method in class things.common.impl.StringPosterStringBuffer
Post as a message.
post(String) - Method in interface things.common.StringPoster
Post as a message.
post(String) - Method in class things.data.transport.smtp.CleanSMTPClient
Post as a message.
post(String) - Method in class things.data.transport.smtp.FancySMTPClient
Post as a message.
post(Data) - Method in class things.thinger.io.conduits.basic.BasicInjector
Post an item
post(Data) - Method in interface things.thinger.io.conduits.Injector
Post an item.
post(Entry) - Method in interface things.thinger.io.Logger
Post an Entry.
post(String) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Post as a message.
post(Entry) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Post an Entry.
POST(String) - Method in class things.thinger.service.proxy.ProxyContext
Post a messages.
POST(String) - Method in class things.thinger.service.proxy.ProxySession
Post a single line to the log.
POST_ESCAPE_CHARACTER - Static variable in class things.thinger.service.proxy.ProxyCodec
 
POST_TOKEN_SEPARATOR - Static variable in class things.thinger.service.proxy.ProxyCodec
 
POSTACTION(String...) - Method in class things.thinger.service.proxy.ProxyContext
Post action tokens.
POSTDONE() - Method in class things.thinger.service.proxy.ProxyContext
Done with the post.
postit(String) - Method in class things.common.commands.CommandLogger
Post as a message.
postit(String) - Method in class things.common.impl.StringPosterBitBucket
Post as a message.
postit(String) - Method in class things.common.impl.StringPosterConsole
Post as a message.
postit(String) - Method in class things.common.impl.StringPosterStringBuffer
Post as a message.
postit(String) - Method in interface things.common.StringPoster
Post as a message.
postit(String) - Method in class things.data.transport.smtp.CleanSMTPClient
Post as a message.
postit(String) - Method in class things.data.transport.smtp.FancySMTPClient
Post as a message.
postit(String) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Post as a message.
postListener(Data) - Method in class things.thinger.io.conduits.basic.BasicPullDrainContainer
Listen for a post.
postListener(Data) - Method in interface things.thinger.io.conduits.PullDrainContainer
Listen for a post.
postListener(Data) - Method in interface things.thinger.io.conduits.PushDrain
Listen for a post.
postListener(Data) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Listen for a post.
postListener(Data) - Method in class things.thinger.service.command.local.LocalCommandService
Listen for a post.
postListener(Data) - Method in class things.thinger.service.thing.ThingService
Listen for a post.
POSTMULTI(String, String...) - Method in class things.thinger.service.proxy.ProxyContext
Post multiline of name/value pairs.
POSTSINGLE(String, String, String) - Method in class things.thinger.service.proxy.ProxyContext
Post header name/value pairs
POSTSTART(String...) - Method in class things.thinger.service.proxy.ProxyContext
Start a post.
prepare() - Method in class things.data.tabular.Module
 
prepare(String, String, ResultExpresser, StringPoster, ThingsPropertyView, int) - Method in class things.testing.unit.Test
Prepare for the test.
prepare(String, String, ResultExpresser, StringPoster, ThingsPropertyView, int) - Method in class things.testing.unit.TestGroup
Init this group
priority - Variable in class things.data.Nubblet
Numeric
process(Reader, ThingsPropertyView) - Method in class things.common.commands.CommandLineProcessor
Process a command line.
process(String[], ThingsPropertyView) - Method in class things.common.commands.CommandLineProcessor
Process a command line.
process(InputStream) - Method in class things.data.processing.http.HttpRequestProcessor
Process a request from a stream.
process(InputStream) - Method in class things.data.processing.http.HttpResponseProcessor
Process a response from a stream.
process(String, Reader, Writer) - Method in class things.data.processing.PhraseMatcher
Process the reader.
process(String, InputStream, OutputStream) - Method in class things.data.processing.rfc822.HeaderProcessor
Process the headers.
process(String, InputStream, OutputStream) - Method in class things.data.processing.rfc822.HeaderProcessorv2
Process the headers.
process(String, InputStream) - Method in class things.data.processing.rfc822.HeaderProcessorv3
Process the headers.
PROCESS() - Method in class things.thing.THING
The process can only be called once per instance!
process() - Method in class things.thinger.service.actor.ActorServiceBase
Process a message.
process() - Method in class things.thinger.service.httptool.Action
The implementation.
process() - Method in class things.thinger.service.httptool.ActionIzer
The implementation.
process() - Method in class things.thinger.service.httptool.HttpToolServiceThread
This is the entry point for the actual processing
process(ThingsPropertyViewReader) - Method in class things.thinger.service.httptool.Page
Run the process.
process() - Method in class things.thinger.service.httptool.stock.Action_Helper
The implementation.
process() - Method in class things.thinger.service.httptool.stock.Action_Main
Just return the main page.
process() - Method in class things.thinger.service.httptool.stock.Action_ProcessList
Just return the main page.
process(ProxyContext) - Method in interface things.thinger.service.proxy.ProxyProcessor
The processor.
process(ProxyContext) - Method in class things.thinger.service.proxy.ProxyProcessorHttp
The processor.
process() - Method in class things.thinger.service.proxy.ProxyServiceContext
Dispatch this context for processing.
PROCESS_ERROR_BAD_CALL - Static variable in interface things.common.ThingsCodes
 
PROCESS_ERROR_CREDENTIAL_FAILED - Static variable in interface things.common.ThingsCodes
 
PROCESS_ERROR_DEFAULT - Static variable in interface things.common.ThingsCodes
 
PROCESS_ERROR_FINALIZATION_FAILED - Static variable in interface things.common.ThingsCodes
 
PROCESS_ERROR_ID_NULL - Static variable in interface things.common.ThingsCodes
 
PROCESS_ERROR_NOT_FOUND - Static variable in interface things.common.ThingsCodes
 
PROCESS_ERROR_PROCESS - Static variable in interface things.common.ThingsCodes
 
PROCESS_ID_STRING_PREFIX - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
PROCESS_ID_TAG_PREFIX - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
process_message(ActorMessage) - Method in class things.thinger.service.actor.ActorServiceBase
Process a message.
PROCESS_STATE_1_ID - Static variable in interface things.thinger.service.command.CommandNumerics
 
PROCESS_TABLE_ENTRY1_TAG - Static variable in class things.thinger.kernel.ProcessCoordinator
 
PROCESS_TABLE_ENTRY2_ID - Static variable in class things.thinger.kernel.ProcessCoordinator
 
PROCESS_TABLE_ENTRY3_CLEARANCE - Static variable in class things.thinger.kernel.ProcessCoordinator
 
PROCESS_TABLE_ENTRY4_RUNTIME - Static variable in class things.thinger.kernel.ProcessCoordinator
 
PROCESS_TABLE_ENTRY5_NAME - Static variable in class things.thinger.kernel.ProcessCoordinator
 
PROCESS_TABLE_ENTRY6_STATE - Static variable in class things.thinger.kernel.ProcessCoordinator
 
PROCESS_TABLE_ENTRY7_STATE_NUMERIC - Static variable in class things.thinger.kernel.ProcessCoordinator
 
process_unnumbered() - Method in class things.thinger.service.actor.ActorServiceBase
Process an unnumbered message.
ProcessCoordinator - Class in things.thinger.kernel
A process coordinator.
ProcessCoordinator(WhoAmI) - Constructor for class things.thinger.kernel.ProcessCoordinator
Constructor.
processes - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
processHeader(InputStream, HttpHeaders) - Method in class things.data.processing.http.HttpHeaderProcessor
Process the header.
PROCESSING_ERROR_DEFINITION - Static variable in interface things.common.ThingsCodes
 
PROCESSING_ERROR_GENERAL - Static variable in interface things.common.ThingsCodes
 
PROCESSING_ERROR_MERGE - Static variable in interface things.common.ThingsCodes
 
PROCESSING_ERROR_MERGE_INCOMPLETE - Static variable in interface things.common.ThingsCodes
 
PROCESSING_ERROR_SETUP - Static variable in interface things.common.ThingsCodes
 
PROCESSING_ERROR_TEXT_GENERAL - Static variable in interface things.common.ThingsCodes
 
PROCESSING_FAULT - Static variable in interface things.common.ThingsCodes
 
PROCESSING_FAULT_HTTP - Static variable in interface things.common.ThingsCodes
 
PROCESSING_FAULT_MATCHER - Static variable in interface things.common.ThingsCodes
 
ProcessInterface - Interface in things.thinger.kernel
A process interface for process access.
PROCESSOR_HTTP_GHOSTED_PROCESS - Static variable in interface things.common.ThingsCodes
 
PROCESSOR_HTTPHEADER_FAILED - Static variable in interface things.common.ThingsCodes
 
PROCESSOR_HTTPHEADER_UNHANDLED - Static variable in interface things.common.ThingsCodes
 
PROCESSOR_HTTPREQUEST_FAILED - Static variable in interface things.common.ThingsCodes
 
processRequest() - Method in class things.thinger.service.httptool.HttpToolServiceThread
Process a request.
processStatic(Reader, ThingsPropertyView) - Static method in class things.common.commands.CommandLineProcessor
Process a command line.
processUndeclaredParameters(ThingsPropertyView, ThingsPropertyView, ThingsPropertyView, ThingsExceptionBundle<ThingsException>) - Method in class things.thinger.service.httptool.ActionIzer
Allow the subclass to process undeclared parameters.
PROP_LINE_END - Static variable in class things.thinger.service.httptool.ActionIzer
 
PROP_LINE_START - Static variable in class things.thinger.service.httptool.ActionIzer
 
properties - Variable in class things.testing.unit.Test
Properties passed to the test by the harness.
properties - Variable in class things.testing.unit.TestGroup
 
PROPERTY_CHARACTER - Static variable in class things.common.commands.CommandLineProcessor
This is the property character.
PROPERTY_COMMENT_CHARACTER - Static variable in interface things.data.ThingsProperty
 
PROPERTY_CR - Static variable in interface things.data.ThingsProperty
 
PROPERTY_EMPTY - Static variable in interface things.data.ThingsProperty
 
PROPERTY_ESCAPE_CHARACTER - Static variable in interface things.data.ThingsProperty
 
PROPERTY_ESCAPED_CR - Static variable in interface things.data.ThingsProperty
 
PROPERTY_ESCAPED_LF - Static variable in interface things.data.ThingsProperty
 
PROPERTY_LF - Static variable in interface things.data.ThingsProperty
 
PROPERTY_LINE_CONTINUATION - Static variable in interface things.data.ThingsProperty
 
PROPERTY_LINE_CONTINUATION_STRING - Static variable in interface things.data.ThingsProperty
 
PROPERTY_LINE_EQUALITY - Static variable in interface things.data.ThingsProperty
 
PROPERTY_LINE_SEPARATOR - Static variable in interface things.data.ThingsProperty
 
PROPERTY_LINE_SEPARATOR_ASSTRING - Static variable in interface things.data.ThingsProperty
 
PROPERTY_LINE_TERMINATION - Static variable in interface things.data.ThingsProperty
 
PROPERTY_PATH_SEPARATOR - Static variable in interface things.data.ThingsProperty
 
PROPERTY_READER_TOOLKIT() - Method in class things.thing.BASE
Get a good property toolkit.
propertyList(String) - Static method in class things.data.ThingsPropertyReaderToolkit
It will take a single property and treat it as a list.
propertyName - Variable in class things.thinger.service.httptool.ActionIzerItem
 
PropertyUniverseActor - Class in things.thing.modules
Give us the ability to load and save local properties to a universe object.
PropertyUniverseActor() - Constructor for class things.thing.modules.PropertyUniverseActor
 
PROXY_CONNECTION_ERROR - Static variable in interface things.common.ThingsCodes
 
PROXY_ERROR - Static variable in interface things.common.ThingsCodes
 
PROXY_FAULT - Static variable in interface things.common.ThingsCodes
 
PROXY_FAULT_SESSION - Static variable in interface things.common.ThingsCodes
 
PROXY_FAULT_SOCKET_PREPARE - Static variable in interface things.common.ThingsCodes
 
PROXY_PROCESSOR - Static variable in interface things.thinger.service.ServiceConstants
Proxy service.
PROXY_SESSION_ERROR - Static variable in interface things.common.ThingsCodes
 
PROXY_SESSION_PATH - Static variable in interface things.thinger.service.ServiceConstants
 
ProxyCodec - Class in things.thinger.service.proxy
 
ProxyCodec() - Constructor for class things.thinger.service.proxy.ProxyCodec
 
ProxyContext - Class in things.thinger.service.proxy
 
ProxyContext(WhoAmI, ProxySession, Socket, Socket, Logger) - Constructor for class things.thinger.service.proxy.ProxyContext
Constructor.
ProxyOutput - Class in things.thinger.service.proxy
Proxy output reference.
ProxyOutput(String, OutputStream) - Constructor for class things.thinger.service.proxy.ProxyOutput
Constructor
ProxyProcessor - Interface in things.thinger.service.proxy
A proxy processor interface.
ProxyProcessorHttp - Class in things.thinger.service.proxy
A proxy processor implementation for http.
ProxyProcessorHttp() - Constructor for class things.thinger.service.proxy.ProxyProcessorHttp
Constructor.
ProxyService - Class in things.thinger.service.proxy
The proxy service.
ProxyService() - Constructor for class things.thinger.service.proxy.ProxyService
Constructor.
ProxyServiceContext - Class in things.thinger.service.proxy
Context for a proxy session used by the service.
ProxyServiceContext(WhoAmI, ProxySession, ProxyServiceThread, ProxyService, Socket, Socket, ProxyProcessor, Logger) - Constructor for class things.thinger.service.proxy.ProxyServiceContext
Constructor.
ProxyServiceThread - Class in things.thinger.service.proxy
A specific thread.
ProxyServiceThread() - Constructor for class things.thinger.service.proxy.ProxyServiceThread
Constructor.
ProxySession - Class in things.thinger.service.proxy
Session for a proxy session.
ProxySession(String, Universe, String) - Constructor for class things.thinger.service.proxy.ProxySession
Create the session.
prune(String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Prune off the path.
prune(String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Prune off the path.
prune(String) - Method in interface things.data.ThingsPropertyView
Prune off the path.
PullDrain - Interface in things.thinger.io.conduits
A Conduit drain interface for a poller.
PullDrainContainer - Interface in things.thinger.io.conduits
A Conduit drain container interface for a poller.
PUNT(String) - Static method in class things.testing.unit.Test
PUNT is a simple convenience that tosses a test fail exception.
PUNT(String) - Method in class things.thinger.service.actor.ActorServiceBase
Respond that the message was FAILED.
PUNT(String) - Static method in class things.thinger.service.httptool.Action
Call this if you want to punt.
PuntException - Exception in things.common
A very simple PUNT.
PuntException() - Constructor for exception things.common.PuntException
 
PuntException(String) - Constructor for exception things.common.PuntException
 
PuntException(String, Throwable) - Constructor for exception things.common.PuntException
 
PuntRetryableException - Exception in things.common
A very simple PUNT for a retriable operation..
PuntRetryableException() - Constructor for exception things.common.PuntRetryableException
 
PuntRetryableException(String) - Constructor for exception things.common.PuntRetryableException
 
purge() - Method in class things.thinger.kernel.basic.KernelBasic_Loader
Purge the loader.
purge() - Method in class things.thinger.kernel.basic.KernelBasic_LoaderIDE
Purge the loader.
purge() - Method in interface things.thinger.kernel.Loader
Purge the loader.
purgeThing(String) - Method in class things.thinger.kernel.basic.KernelBasic_Loader
Purge a specific thing from the loader.
purgeThing(String) - Method in class things.thinger.kernel.basic.KernelBasic_LoaderIDE
Purge a specific thing from the loader.
purgeThing(String) - Method in interface things.thinger.kernel.Loader
Purge a specific thing from the loader.
push(String, String, String, String) - Method in interface things.data.processing.rfc822.AddressListener
Push an address.
PushDrain - Interface in things.thinger.io.conduits
A conduit push drain interface.
putCell(int, int, C) - Method in class things.data.tables.Table
Put a cell at the specified index.
putStream(String...) - Method in class things.universe.server.UniverseLocal
Get an OutputStream that can write to the universe object.
putStream(String...) - Method in interface things.universe.Universe
Get an OutputStream that can write to the universe object.
putStreamAppender(String...) - Method in class things.universe.server.UniverseLocal
Get an OutputStream that can write to the universe object.
putStreamAppender(String...) - Method in interface things.universe.Universe
Get an OutputStream that can write to the universe object.
putStreamAppenderByKey(String) - Method in class things.universe.server.UniverseLocal
Get an OutputStream that can write to the universe object.
putStreamAppenderByKey(String) - Method in interface things.universe.Universe
Get an OutputStream that can write to the universe object.
putStreamByKey(String) - Method in class things.universe.server.UniverseLocal
Get an OutputStream that can write to the universe object.
putStreamByKey(String) - Method in interface things.universe.Universe
Get an OutputStream that can write to the universe object.

Q

queryResponse(Receipt) - Method in interface things.thinger.service.command.Commander
Query the reponse progress a command.
queryResponse(Receipt) - Method in class things.thinger.service.command.local.LocalCommander
Query the reponse progress a command.
queryResult(Receipt) - Method in interface things.thinger.service.thing.Thinger
Query the RESULT for a thing.
quit() - Method in class things.thinger.service.actor.ActorServiceBase
Quit the Service.
quit_chain() - Method in class things.thinger.service.actor.ActorClientBase
The service is going.

R

randomACharacter() - Method in class things.common.tools.TokenFactory
Get a random alpha character.
randomHex() - Method in class things.common.tools.TokenFactory
Random hex token of random size.
randomHex(int) - Method in class things.common.tools.TokenFactory
Random hex token of a specific size.
randomHexSets(int) - Method in class things.common.tools.TokenFactory
Random hex token of specified sets.
randomNCharacter() - Method in class things.common.tools.TokenFactory
Get a random numeric character.
randomToken() - Method in class things.common.tools.TokenFactory
Get a random token of random size.
randomToken(int) - Method in class things.common.tools.TokenFactory
Get a random token of specified size.
randomToken822(int, int, int) - Method in class things.common.tools.TokenFactory
Get a random, flagged token appropriate for rfc822 fields (such as mail addresses) of specfied size.
randomToken822(int, int, int, int) - Method in class things.common.tools.TokenFactory
Get a random, flagged token appropriate for rfc822 fields (such as mail addresses) of specfied size.
randomTokenAN() - Method in class things.common.tools.TokenFactory
Get a random alphanumeric token of random size.
randomTokenAN(int) - Method in class things.common.tools.TokenFactory
Random alphanumeric token of a specific size.
randomTokenANS() - Method in class things.common.tools.TokenFactory
Random alphanumeric token of random size with a chance of spaces and a few benign punctuation.
randomTokenANS(int) - Method in class things.common.tools.TokenFactory
Random alphanumeric token of random size with a chance of spaces and a few benign punctuation of a specific size.
randomTokenANSets(int) - Method in class things.common.tools.TokenFactory
Random alphanumeric token of specified sets.
randomTokenBASE64(int) - Method in class things.common.tools.TokenFactory
Create a random token of specified size with only valid BASE64 characters.
randomTokenDNS() - Method in class things.common.tools.TokenFactory
Create a random token of random size with only valid DNS characters.
randomTokenDNS(int) - Method in class things.common.tools.TokenFactory
Create a random token of specified size with only valid DNS characters.
randomTokenN() - Method in class things.common.tools.TokenFactory
Get a random numeric token of random size.
randomTokenN(int) - Method in class things.common.tools.TokenFactory
Random numeric token of a specific size.
range(int, int) - Method in class things.common.tools.Gamer
A range.
read() - Method in class things.common.tools.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class things.common.tools.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(char[], int, int) - Method in class things.common.tools.StringArrayReader
Read into a buffer.
read() - Method in class things.common.tools.StringArrayReader
Read a single character.
read() - Method in class things.data.processing.http.ChunkedInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class things.data.processing.http.ChunkedInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[]) - Method in class things.data.processing.http.ChunkedInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read() - Method in class things.data.processing.http.LimitedInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class things.data.processing.http.LimitedInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[]) - Method in class things.data.processing.http.LimitedInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read() - Method in class things.data.processing.rfc822.HeaderProcessor
Implement the read method which will be used by header data processors.
read() - Method in class things.data.processing.rfc822.HeaderProcessorv2
Implement the read method which will be used by header data processors.
read() - Method in class things.data.processing.rfc822.HeaderProcessorv3
Implement the read method which will be used by header data processors.
read() - Method in class things.thinger.io.ChainedInputStream
Read a single character.
read() - Method in class things.thinger.io.EchoInputStream
Read a single character.
read(byte[]) - Method in class things.thinger.io.EchoInputStream
Reads into an array.
read(byte[], int, int) - Method in class things.thinger.io.EchoInputStream
Reads into an array from an offset.
read() - Method in class things.thinger.io.EmptyInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class things.thinger.io.EmptyInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[]) - Method in class things.thinger.io.EmptyInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
ReadableAttributes - Class in things.data.impl
A set of readable attributes.
ReadableAttributes() - Constructor for class things.data.impl.ReadableAttributes
 
readNext() - Method in class things.data.impl.ThingsPropertyTrunkInMemory
Read the next property.
readNext() - Method in class things.data.impl.ThingsPropertyTrunkIO
Read the next property.
readNext() - Method in interface things.data.ThingsPropertyTrunk
Read the next property.
ReadWriteableAttributes - Class in things.data.impl
A set of writable attributes.
ReadWriteableAttributes() - Constructor for class things.data.impl.ReadWriteableAttributes
 
reasonPhrase - Variable in class things.data.processing.http.HttpResponse
The reason phrase.
Receipt - Class in things.data
This is standard receipt.
Receipt() - Constructor for class things.data.Receipt
 
Receipt(String, Receipt.Type) - Constructor for class things.data.Receipt
 
Receipt(String, Receipt.Type, String) - Constructor for class things.data.Receipt
 
Receipt(WhoAmI, Receipt.Type) - Constructor for class things.data.Receipt
 
Receipt(WhoAmI, String, Receipt.Type) - Constructor for class things.data.Receipt
 
Receipt(WhoAmI, String, Receipt.Type, String) - Constructor for class things.data.Receipt
 
Receipt.Type - Enum in things.data
 
ReceiptList - Class in things.data
This is standard receipt list.
ReceiptList() - Constructor for class things.data.ReceiptList
 
recieve() - Method in class things.thinger.service.actor.ActorClientBase
Give the client a chance to handle inbound messages.
recipient(String) - Method in class things.data.transport.smtp.CleanSMTPClient
Set the recipient using RCPT TO.
recipient(String, DSN) - Method in class things.data.transport.smtp.CleanSMTPClient
Set the recipient using RCPT TO.
recipient(String) - Method in class things.data.transport.smtp.FancySMTPClient
Set the recipient using RCPT TO.
recipient(String, DSN) - Method in class things.data.transport.smtp.FancySMTPClient
Set the recipient using RCPT TO.
recipient(String) - Method in interface things.data.transport.smtp.SMTPClient
Set the recipient using RCPT TO.
recipient(String, DSN) - Method in interface things.data.transport.smtp.SMTPClient
Set the recipient using RCPT TO.
reference(Helper) - Method in class things.common.help.Helper
Reference help from another class' helper.
reference(Class<?>) - Method in class things.common.help.Helper
Reference help from another class' helper.
refreshMemory() - Method in class things.data.language.WordDictionary
Refresh what we've remembered.
register(String, CommandDefinition) - Method in interface things.thinger.service.command.CommandRegistry
Register a command.
register(String, CommandDefinition) - Method in class things.thinger.service.command.local.LocalCommandRegistry
Register a command.
register(int, ThingsPropertyView) - Method in class things.universe.server.UniverseRegistry_Simple
Register a universe.
register(int, ThingsPropertyView) - Method in interface things.universe.UniverseRegistry
Register a universe.
registerProcess(PCB, Clearance) - Method in class things.thinger.kernel.basic.KernelBasic
Register a ready-made PCB.
registerProcess(ThingsProcess, Clearance, ThingsPropertyView, ThingsPropertyViewReader) - Method in class things.thinger.kernel.ProcessCoordinator
Register process.
registerProcess(PCB, Clearance) - Method in class things.thinger.kernel.ProcessCoordinator
Register a process as a ready PCB.
registerProcess(PCB, Clearance) - Method in interface things.thinger.SystemSuperInterface
Register a ready-made PCB.
registerPullDrain(PullDrainContainer) - Method in class things.thinger.io.conduits.basic.BasicConduit
Register a PullDrainContainer instance with the Conduit.
registerPullDrain(PullDrainContainer) - Method in interface things.thinger.io.conduits.Conduit
Register a PullDrainContainer instance with the Conduit.
registerPushDrain(PushDrain) - Method in class things.thinger.io.conduits.basic.BasicConduit
Register a PushDrain instance with the Conduit.
registerPushDrain(PushDrain) - Method in interface things.thinger.io.conduits.Conduit
Register a PushDrain instance with the Conduit.
registerResource(ResourceInterface, String) - Method in class things.thinger.kernel.ResourceCoordinator
Register a resource.
RELAY_CONNECT_ADDRESS - Static variable in interface things.thinger.service.ServiceConstants
 
RELAY_CONNECT_PORT - Static variable in interface things.thinger.service.ServiceConstants
 
release() - Method in class things.thinger.kernel.ThingsProcess
Release the process for execution.
releaseAllCaptured() - Method in class things.thinger.kernel.basic.tools.UniverseFileManager
Release all captured files.
releaseLocal(File) - Method in class things.universe.server.UniverseLocal
Release a local reference or copy of the object in a FILE.
releaseLocal(File) - Method in interface things.universe.Universe
Release a local reference or copy of the object in a FILE.
releaseLocal(File) - Method in class things.universe.UniverseAnchor
Release the local.
releasePause() - Method in interface things.thinger.kernel.ProcessInterface
Allow it to resume.
releasePause() - Method in class things.thinger.kernel.ThingsProcess
Allow it to resume.
remove(String) - Method in class things.data.impl.NamedTree
It will remove everything at and beyond the named path.
remove(String) - Method in interface things.thinger.service.command.CommandResponder
Remove a response for replacement, if possible.
remove(String) - Method in class things.thinger.service.command.local.LocalCommandResponder
Remove a response for replacement, if possible.
removeAttribute(String) - Method in interface things.data.Attributes
Remove the named attribute.
removeAttribute(String) - Method in class things.data.impl.ReadWriteableAttributes
Remove the named attribute.
removeProcess(WhoAmI) - Method in class things.thinger.kernel.ProcessCoordinator
Remove a processes by String ID.
removeProcess(String) - Method in class things.thinger.kernel.ProcessCoordinator
Remove a processes by String ID.
removeProperty(String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Remove a specific property without subverting a tree.
removeProperty(String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Remove a specific property without subverting a tree.
removeProperty(String) - Method in interface things.data.ThingsPropertyView
Remove a specific property without subverting a tree.
removeSubnode(String) - Method in class things.data.impl.NamedTreeNode
Remove a named node from the set.
render() - Method in class things.data.processing.rfc822.FullAddress
Render to a string using common 822 notation.
renderFields() - Method in class things.thinger.service.httptool.Head
Render the fields as HTTP headers.
renderFrom() - Method in class things.data.transport.smtp.DSN
Render the DSN command.
renderLoad(ThingsExceptionBundle<ThingsException>) - Method in class things.thinger.service.httptool.ActionIzer
Render any message for a load.
renderQuoted() - Method in class things.data.processing.rfc822.FullAddress
Render to a string using less common notation, where the friendly name is quoted.
renderRecipient() - Method in class things.data.transport.smtp.DSN
Render the DSN command.
renderSave(ThingsExceptionBundle<ThingsException>) - Method in class things.thinger.service.httptool.ActionIzer
Render any message for a save.
renderUndeclared() - Method in class things.thinger.service.httptool.ActionIzer
Allow the subclass render undeclared.
renderUndeclaredDefault() - Method in class things.thinger.service.httptool.ActionIzer
Allow the subclass render undeclared default values.
Rendezvous<T> - Class in things.common.tools
And object Rendezvous.
Rendezvous() - Constructor for class things.common.tools.Rendezvous
 
Reply - Class in things.data.transport.smtp
An SMTP reply.
Reply() - Constructor for class things.data.transport.smtp.Reply
 
Reply(int, String) - Constructor for class things.data.transport.smtp.Reply
 
reportCause() - Method in class things.common.ThingsException
Get causes.
reportFailure(String) - Method in class things.thinger.service.command.local.LocalCommandResponder
Report a failure.
reportFailure(String, String...) - Method in class things.thinger.service.command.local.LocalCommandResponder
Report a failure with attributes.
requestHalt() - Method in interface things.thinger.kernel.ProcessInterface
Request halt.
requestHalt() - Method in class things.thinger.kernel.ThingsProcess
Request halt.
RequestLineParser - Class in things.data.processing.http
An HTTP Request Line parser.
RequestLineParser() - Constructor for class things.data.processing.http.RequestLineParser
 
RequestLineParserOLD - Class in things.data.processing.http
An HTTP Request Line parser.
RequestLineParserOLD() - Constructor for class things.data.processing.http.RequestLineParserOLD
 
requestPause() - Method in interface things.thinger.kernel.ProcessInterface
Request that the process is paused.
requestPause() - Method in class things.thinger.kernel.ThingsProcess
Request that the process is paused.
requestQuit() - Method in class things.thinger.kernel.basic.KernelBasic
Ask the server to quit.
requestQuit() - Method in interface things.thinger.SystemSuperInterface
Ask the server to quit.
requestSuperSystemInterface() - Method in class things.thinger.kernel.basic.KernelBasic
Ask the kernel for a SuperSystemInterface.
requestSuperSystemInterface() - Method in interface things.thinger.SystemInterface
Ask the kernel for a SuperSystemInterface.
REQUIRE_PROPERTY(String) - Method in class things.thing.THING
Require a property.
requireClearance(Clearance, String) - Method in class things.thinger.kernel.ProcessCoordinator
Require Clearance.
required - Variable in class things.common.commands.CommandParameter
Is the parameter required?
required - Variable in class things.common.help.HelpProperty
Is the property required? If true, it is.
required - Variable in class things.data.ThingsPropertyDescription
Is the property required? If true, it is.
requiredClearance - Variable in class things.universe.server.UniverseLocalServer
 
reserveUnique(String) - Method in class things.universe.server.UniverseLocal
Reserve unique object in the universe.
reserveUnique(String) - Method in interface things.universe.Universe
Reserve unique object in the universe.
reset() - Method in class things.common.tools.StringScanner
Resets the cursor to the start of the string.
reset() - Method in class things.data.transport.smtp.CleanSMTPClient
RESET the connection.
reset() - Method in class things.data.transport.smtp.FancySMTPClient
RESET the connection.
reset() - Method in interface things.data.transport.smtp.SMTPClient
RESET the connection.
reset() - Method in class things.thinger.io.ChainedInputStream
Reset is not supported and will always throw and IOException.
reset() - Method in class things.thinger.io.EchoInputStream
Reset is not supported and will always throw and IOException.
resolve() - Method in class things.common.ThingsExceptionBundle
Resolve to single exception.
resolvePath(String) - Method in class things.universe.UniverseAnchor
Resolve the path.
RESOURCE_ERROR_ALREADY_DISPOSED - Static variable in interface things.common.ThingsCodes
 
RESOURCE_ERROR_ALREADY_REGISTERED - Static variable in interface things.common.ThingsCodes
 
RESOURCE_ERROR_BAD_REGISTRATION - Static variable in interface things.common.ThingsCodes
 
RESOURCE_ERROR_DURING_LOOKUP - Static variable in interface things.common.ThingsCodes
 
RESOURCE_ERROR_DURING_REGISTRATION - Static variable in interface things.common.ThingsCodes
 
RESOURCE_ERROR_GENERAL - Static variable in interface things.common.ThingsCodes
 
RESOURCE_ERROR_IDNAMED_USED - Static variable in interface things.common.ThingsCodes
 
RESOURCE_ERROR_RESOURCE_NOT_REGISTERED - Static variable in interface things.common.ThingsCodes
 
ResourceCoordinator - Class in things.thinger.kernel
A resource coordinator.
ResourceCoordinator(WhoAmI) - Constructor for class things.thinger.kernel.ResourceCoordinator
Constructor.
ResourceInterface - Interface in things.thinger.kernel
A resource interface.
ResourceInterface.State - Enum in things.thinger.kernel
The states are provided as a convenience.
ResourceListener - Interface in things.thinger.kernel
A resource listener interface.
ResourceManager - Class in things.thinger.kernel
A resource manager.
ResourceManager(ResourceInterface) - Constructor for class things.thinger.kernel.ResourceManager
Constructor.
RESOURCENAME_LOGGER_PREFIX - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
resourceRevocation(WhoAmI) - Method in class things.thinger.kernel.basic.KernalBasic_THINGProcessWrapper
The identified resource is in the process of being revoked.
resourceRevocation(WhoAmI) - Method in class things.thinger.kernel.basic.KernelBasicBase
 
resourceRevocation(WhoAmI) - Method in interface things.thinger.kernel.ResourceListener
The identified resource is in the process of being revoked.
resourceRevocation(WhoAmI) - Method in class things.thinger.service.actor.ActorService
 
resourceRevocation(WhoAmI) - Method in class things.thinger.service.command.local.LocalCommandService
The identified resource is in the process of being revoked.
resourceRevocation(WhoAmI) - Method in class things.thinger.service.httptool.HttpToolService
 
resourceRevocation(WhoAmI) - Method in class things.thinger.service.httptool.HttpToolServiceThread
 
resourceRevocation(WhoAmI) - Method in class things.thinger.service.local.CLIService
The identified resource is in the process of being revoked.
resourceRevocation(WhoAmI) - Method in class things.thinger.service.local.ConsoleService
The identified resource is in the process of being revoked.
resourceRevocation(WhoAmI) - Method in class things.thinger.service.local.HttpCLIService
The identified resource is in the process of being revoked.
resourceRevocation(WhoAmI) - Method in class things.thinger.service.proxy.ProxyService
The identified resource is in the process of being revoked.
resourceRevocation(WhoAmI) - Method in class things.thinger.service.thing.ThingService
The identified resource is in the process of being revoked.
resourceRevoked(WhoAmI) - Method in class things.thinger.kernel.basic.KernalBasic_THINGProcessWrapper
The identified resource bas been revoked.
resourceRevoked(WhoAmI) - Method in class things.thinger.kernel.basic.KernelBasicBase
 
resourceRevoked(WhoAmI) - Method in interface things.thinger.kernel.ResourceListener
The identified resource bas been revoked.
resourceRevoked(WhoAmI) - Method in class things.thinger.service.actor.ActorService
 
resourceRevoked(WhoAmI) - Method in class things.thinger.service.command.local.LocalCommandService
The identified resource bas been revoked.
resourceRevoked(WhoAmI) - Method in class things.thinger.service.httptool.HttpToolService
 
resourceRevoked(WhoAmI) - Method in class things.thinger.service.httptool.HttpToolServiceThread
 
resourceRevoked(WhoAmI) - Method in class things.thinger.service.local.CLIService
The identified resource bas been revoked.
resourceRevoked(WhoAmI) - Method in class things.thinger.service.local.ConsoleService
The identified resource bas been revoked.
resourceRevoked(WhoAmI) - Method in class things.thinger.service.local.HttpCLIService
The identified resource bas been revoked.
resourceRevoked(WhoAmI) - Method in class things.thinger.service.proxy.ProxyService
The identified resource bas been revoked.
resourceRevoked(WhoAmI) - Method in class things.thinger.service.thing.ThingService
The identified resource bas been revoked.
resources - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
RESPOND(String, String...) - Method in class things.thinger.service.command.Command
Set a response.
RESPOND(NV) - Method in class things.thinger.service.command.Command
Set a response.
respondWithHead(Head, OutputStream) - Static method in class things.thinger.service.httptool.HttpToolkit
Respond to an HTTP HEAD.
respondWithPage(String, OutputStream) - Static method in class things.thinger.service.httptool.HttpToolkit
Respond with HTTP.
respondWithPage(String, OutputStream, String) - Static method in class things.thinger.service.httptool.HttpToolkit
Respond with HTTP.
response(O) - Method in class things.common.tools.Tender
Respond to a tendered transaction.
RESPONSE_ENTRY - Static variable in class things.thinger.service.command.impl.Command_PROCESSLIST
 
RESPONSE_ENTRY - Static variable in class things.thinger.service.command.impl.Command_SHOWPROPS
 
RESPONSE_HEADER - Static variable in class things.thinger.service.command.impl.Command_PROCESSLIST
 
RESPONSE_HEADER - Static variable in class things.thinger.service.command.impl.Command_SHOWPROPS
 
RESPONSE_ID - Static variable in class things.thinger.service.command.impl.Command_RUN
 
RESPONSE_LEADER - Static variable in class things.thinger.service.local.CLIServiceTools
 
RESPONSE_MULTI_SEPERATOR - Static variable in class things.thinger.service.local.CLIServiceTools
 
RESPONSE_PONG - Static variable in class things.thinger.service.command.impl.Command_PINGPONG
 
RESPONSE_SECOND_PONG - Static variable in class things.thinger.service.command.impl.Command_PINGPONG
 
RESPONSE_SINGLE_SEPERATOR - Static variable in class things.thinger.service.local.CLIServiceTools
 
RESPONSE_TAG - Static variable in class things.thinger.service.command.impl.Command_RUN
 
RESPONSE_TOKEN_SEPERATOR - Static variable in class things.thinger.service.local.CLIServiceTools
 
responseConduit - Variable in class things.thinger.service.command.local.LocalCommandInfo
 
ResponseLineParser - Class in things.data.processing.http
An HTTP Response Line parser.
ResponseLineParser() - Constructor for class things.data.processing.http.ResponseLineParser
 
ResponseLineParserOLD - Class in things.data.processing.http
An HTTP Response Line parser.
ResponseLineParserOLD() - Constructor for class things.data.processing.http.ResponseLineParserOLD
 
responses - Variable in class things.thinger.service.command.CommandDefinition
 
Result - Enum in things.testing.unit
A generic result enumeration.
result - Variable in class things.testing.unit.Test
 
result - Variable in class things.testing.unit.TestGroup
 
RESULT - Class in things.thing
An result set.
RESULT(Data.Type) - Constructor for class things.thing.RESULT
Constructor.
RESULT(Metrics, Data.Type) - Constructor for class things.thing.RESULT
Constructor.
RESULT(Metrics, Data.Type, WhoAmI, WhoAmI) - Constructor for class things.thing.RESULT
Constructor.
RESULT(int, Metrics, Data.Type, WhoAmI, WhoAmI) - Constructor for class things.thing.RESULT
Constructor.
RESULT(int, Metrics, Data.Type, WhoAmI, WhoAmI, String...) - Constructor for class things.thing.RESULT
Constructor.
RESULT(int, Metrics, Data.Type, WhoAmI, WhoAmI, AttributeReader) - Constructor for class things.thing.RESULT
Constructor.
RESULT(Metrics, Data.Type, String...) - Constructor for class things.thing.RESULT
Constructor.
RESULT(Metrics, Data.Type, AttributeReader) - Constructor for class things.thing.RESULT
Constructor.
RESULT(int, Metrics, Data.Type) - Constructor for class things.thing.RESULT
Constructor.
RESULT(int, Metrics, Data.Type, String...) - Constructor for class things.thing.RESULT
Constructor.
RESULT(int, Metrics, Data.Type, AttributeReader) - Constructor for class things.thing.RESULT
Constructor.
ResultDefinition - Class in things.thing
A result definition.
ResultExpectation - Enum in things.thing
The expectation for a defined result.
ResultExpresser - Class in things.testing.unit
Interface for expressing test results.
ResultExpresser() - Constructor for class things.testing.unit.ResultExpresser
 
ResultExpresser.expressionType - Enum in things.testing.unit
 
ResultExpresserText - Class in things.testing.unit
An implementation for expressing test results.
ResultExpresserText() - Constructor for class things.testing.unit.ResultExpresserText
 
ResultManager - Class in things.thing
Manage RESULTS.
ResultManager() - Constructor for class things.thing.ResultManager
 
RESULTS(RESULT) - Method in class things.thing.THING
Optional result step.
resumeEncoding() - Method in class things.common.tools.Base64.OutputStream
Resumes encoding of the stream.
RET - Variable in class things.data.transport.smtp.DSN
 
reuse(InputStream) - Method in class things.thinger.io.StreamSourceFromStream
Reuse this object but with another stream.
reuse(InputStream) - Method in class things.thinger.io.StreamSourceFromStreamStalled
Reuse this object but with another stream.
revokeListener(ResourceListener) - Method in class things.thinger.kernel.ResourceManager
Remove listener for this resource.
rLOGGER_LOCATION(WhoAmI) - Static method in class things.thinger.kernel.basic.KernelBasic_NamingReactors
 
rLOGGER_NAMED_RESOURCE_ID(String) - Static method in class things.thinger.kernel.basic.KernelBasic_NamingReactors
 
rLOGGER_RESOURCE_ID(WhoAmI) - Static method in class things.thinger.kernel.basic.KernelBasic_NamingReactors
 
rng - Variable in class things.common.tools.Gamer
The Random source.
rollup() - Method in interface things.thinger.service.command.CommandResponse
Get a rollup of all the attributes.
rollup() - Method in class things.thinger.service.command.local.LocalCommandResponse
Get a rollup of all the attributes.
ROLLUP_WAIT - Static variable in interface things.thinger.service.local.CLIServiceConstants
 
ROOT - Static variable in interface things.thinger.io.AFileSystem
This is the assumed mount root for any filesystem.
ROOT - Static variable in class things.thinger.io.FileSystemTools
This is the assumed mount root for any filesystem.
root - Variable in class things.universe.server.UniverseLocalServer
 
rootLine - Variable in class things.data.tabular.ModuleSchemaSection
 
run() - Method in class things.common.commands.CommandRoot
Run the command.
RUN(String) - Method in class things.testing.unit.TestGroup
Run a test class as named.
RUN(String) - Method in class things.thing.THING
Run a THING.
run() - Method in class things.thinger.kernel.ThingsProcess
RUN implementation.
run() - Method in class things.thinger.service.actor.ActorServiceThread
The run method.
run() - Method in class things.thinger.service.proxy.ProxyServiceThread
Run method.
RUN_TIME() - Method in class things.thing.THING
Get how long the thing has been running in milliseconds.
RUN_TIME() - Method in interface things.thing.THINGInterface
Get how long the thing has been running in milliseconds.
RUNGROUP(String) - Method in class things.testing.unit.TestGroup
Run a test class as named.
runIt(String) - Method in class things.thinger.kernel.basic.KernelBasic_System_Bootstrap
Run it.
runnerName - Variable in class things.testing.unit.TestGroup
 
runThing(String) - Method in class things.thinger.kernel.basic.KernelBasic
Load and run a thing in a new process.
runThing(String, ExpressionInterface) - Method in class things.thinger.kernel.basic.KernelBasic
Load and run a thing in a new process, giving an expression parent.
runThing(String, ExpressionInterface, ThingsPropertyView) - Method in class things.thinger.kernel.basic.KernelBasic
Load and run a thing in a new process, giving an expression parent.
runThing(String) - Method in interface things.thinger.SystemInterface
 
runThing(String, ExpressionInterface) - Method in interface things.thinger.SystemInterface
Load and run a thing in a new process, giving an expression parent.
runThing(String, ExpressionInterface, ThingsPropertyView) - Method in interface things.thinger.SystemInterface
Load and run a thing in a new process, giving an expression parent.

S

safetyTheRegistry() - Method in class things.universe.server.UniverseRegistry_Simple
Safety the Registry.
safetyTheRegistry() - Method in interface things.universe.UniverseRegistry
Safety the Registry.
save() - Method in class things.data.impl.ThingsPropertyTreeBASIC
Tell the tree to save itself.
save() - Method in class things.data.impl.ThingsPropertyTreeRAM
Tell the tree to save itself.
save() - Method in interface things.data.ThingsPropertyTree
Tell the tree to save itself.
save() - Method in interface things.data.ThingsPropertyView
Ask the underlying tree to save itself.
save(String, String, String...) - Method in class things.thing.modules.PropertyUniverseActor
Save local properties starting with the given path to the named universe in the named universe object.
save(ThingsPropertyView, String, String, String...) - Method in class things.thing.modules.PropertyUniverseActor
Save properties starting with the given path to the named universe in the named universe object.
save(OutputStream) - Method in class things.thinger.service.actor.ActorMessage
Save this message to a stream.
saveString2File(File, String) - Static method in class things.common.tools.FileTools
Save a string to a file.
SCHEMA_TOKEN - Static variable in class things.data.tabular.ModuleSchemaEntry
 
SCOPE_RECURSE - Static variable in class things.common.configuration.ConfigureByProps
 
SCOPE_SINGLE - Static variable in class things.common.configuration.ConfigureByProps
 
screech(String) - Method in interface things.common.Verbose
Post a verbose message if verbose mode is on.
screech(String) - Method in class things.thinger.kernel.basic.KernelBasic_Loader
Post a verbose message if verbose mode is on.
screech(String) - Method in class things.thinger.kernel.basic.KernelBasic_LoaderIDE
Post a verbose message if verbose mode is on.
screech(String) - Method in class things.thinger.kernel.ResourceManager
Post a verbose message if verbose mode is on.
screech(String) - Method in class things.thinger.kernel.ThingsProcess
Post a verbose message if verbose mode is on.
screech(String) - Method in class things.thinger.service.command.local.LocalCommander
VERBOSE INTERFACE.
screech(String) - Method in class things.universe.server.UniverseRegistry_Simple
Post a verbose message if verbose mode is on.
section() - Method in class things.data.tabular.Module
 
seek(String) - Method in class things.common.tools.StringScanner
Seek a string from the current cursor location.
seekinsensitive(String) - Method in class things.common.tools.StringScanner
Seek a string from the current cursor location.
send(ActorMessage) - Method in class things.thinger.service.actor.ActorClientBase
Send a message.
send(ActorMessage) - Method in interface things.thinger.service.actor.ActorServiceContextInterface
Send the message.
send(ActorMessage) - Method in class things.thinger.service.actor.ActorServiceThread
Send the message.
sendData(InputStream...) - Method in class things.data.transport.smtp.CleanSMTPClient
Send DATA.
sendData(InputStream...) - Method in class things.data.transport.smtp.FancySMTPClient
Send DATA.
sendData(InputStream...) - Method in interface things.data.transport.smtp.SMTPClient
Send DATA.
sender(String) - Method in class things.data.transport.smtp.CleanSMTPClient
Set the sender using MAIL FROM.
sender(String, DSN) - Method in class things.data.transport.smtp.CleanSMTPClient
Set the sender using MAIL FROM.
sender(String) - Method in class things.data.transport.smtp.FancySMTPClient
Set the sender using MAIL FROM.
sender(String, DSN) - Method in class things.data.transport.smtp.FancySMTPClient
Set the sender using MAIL FROM.
sender(String) - Method in interface things.data.transport.smtp.SMTPClient
Set the sender using MAIL FROM.
sender(String, DSN) - Method in interface things.data.transport.smtp.SMTPClient
Set the sender using MAIL FROM.
sendLog(String) - Method in class things.thinger.service.actor.ActorServiceBase
Send the sendLog entry.
sentence(int, int, int) - Method in class things.common.tools.TokenFactory
A sentence of randomly generated fake words.
sentence(int, int, String) - Method in interface things.data.language.LanguageGenerator
Get a sentence of specified size.
sentence(AText, int, int, String) - Method in interface things.data.language.LanguageGenerator
Get a sentence of specified size.
sentence(int, int, String) - Method in class things.data.language.LanguageGenerator_Basic
Get a sentence of specified size.
sentence(AText, int, int, String) - Method in class things.data.language.LanguageGenerator_Basic
Get a sentence of specified size.
SENTENCE_SEPERATOR - Static variable in class things.data.language.LanguageGenerator_Basic
 
sequence - Variable in class things.thinger.service.actor.ActorMessage
The sequence number.
serialVersionUID - Static variable in class things.common.commands.CommandException
 
serialVersionUID - Static variable in interface things.data.Data
 
serialVersionUID - Static variable in class things.testing.unit.TestAbortException
 
serialVersionUID - Static variable in class things.testing.unit.TestFailException
 
serialVersionUID - Static variable in exception things.testing.unit.TestLocalException
 
serialVersionUID - Static variable in class things.thing.UserException
 
serialVersionUID - Static variable in interface things.thinger.service.command.CommandResponse
 
serialVersionUID - Static variable in class things.thinger.SystemException
 
serialVersionUID - Static variable in class things.universe.UniverseAddress
 
serialVersionUID - Static variable in class things.universe.UniverseException
 
serialVersionUID - Static variable in class things.universe.UniverseID
 
SERVE_ROOT - Static variable in interface things.thinger.service.ServiceConstants
 
ServeFile - Class in things.thinger.service.httptool
A serve file.
ServeFile(InputStream, String, long) - Constructor for class things.thinger.service.httptool.ServeFile
Constructor.
ServeManager - Class in things.thinger.service.httptool
A serve manager.
ServeManager() - Constructor for class things.thinger.service.httptool.ServeManager
Constructor.
ServeManager.FileType - Class in things.thinger.service.httptool
A File Type.
ServeManager.FileType(String, String...) - Constructor for class things.thinger.service.httptool.ServeManager.FileType
 
server - Variable in class things.data.processing.http.HttpHeaders
The Server.
serveRoot - Variable in class things.thinger.service.httptool.HttpToolServiceContext
 
Service - Class in things.thinger.service
Root service.
Service() - Constructor for class things.thinger.service.Service
 
SERVICE_ACTOR_CONNECTION_ACCEPTED - Static variable in interface things.common.ThingsCodes
 
SERVICE_ACTOR_OK - Static variable in interface things.common.ThingsCodes
 
SERVICE_CLI_BAD_COMMAND_LINE - Static variable in interface things.common.ThingsCodes
 
SERVICE_CLOSING_TRANSMISSION_CHANNEL - Static variable in interface things.data.transport.smtp.SMTPClient
 
SERVICE_FAULT_HTTPTOOL - Static variable in interface things.common.ThingsCodes
 
SERVICE_FAULT_HTTPTOOL_SPURIOUS - Static variable in interface things.common.ThingsCodes
 
SERVICE_FAULT_HTTPTOOL_STOCK_SETUP - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_ACTION_LOAD_FAILED - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_ACTIONIZER_BAD_DECLARE - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_ACTIONIZER_DECLARATION_FAILED - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_BAD_REQUEST - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_CONVERSION_ERROR - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_ERROR - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_ERROR_UNKNOWN_METHOD - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_MANAGE_HEAD_FAILED - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_OK - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_PAGE_LOAD_FAILED - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_PAGE_MERGE_FAILED - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_PAGE_MERGE_FAILED_USAGE - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_PAGE_RENDER_FAILED - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_RESPONSE_FAILED - Static variable in interface things.common.ThingsCodes
 
SERVICE_HTTPTOOL_SERVE_FAILED - Static variable in interface things.common.ThingsCodes
 
SERVICE_ID_STRING_PREFIX - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
SERVICE_ID_TAG_PREFIX - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
SERVICE_LOG_PREFIX - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
SERVICE_NOT_AVAILABLE - Static variable in interface things.data.transport.smtp.SMTPClient
 
SERVICE_PROXY_ACCEPT - Static variable in interface things.common.ThingsCodes
 
SERVICE_PROXY_CONTEXT_START_PROCESS - Static variable in interface things.common.ThingsCodes
 
SERVICE_PROXY_SR_COMPLETE - Static variable in interface things.common.ThingsCodes
 
SERVICE_READY - Static variable in interface things.data.transport.smtp.SMTPClient
 
SERVICE_THINGER_BAD_CONSTRUCTION - Static variable in interface things.common.ThingsCodes
 
SERVICE_THINGER_ERROR - Static variable in interface things.common.ThingsCodes
 
ServiceConstants - Interface in things.thinger.service
Constants for services.
serviceOff() - Method in class things.thinger.service.actor.ActorService
Called to turn the service off.
serviceOff() - Method in class things.thinger.service.command.local.LocalCommandService
Called to turn the service off.
serviceOff() - Method in class things.thinger.service.httptool.HttpToolService
Called to turn the service off.
serviceOff() - Method in class things.thinger.service.local.CLIService
Called to turn the service off.
serviceOff() - Method in class things.thinger.service.local.ConsoleService
Called to turn the service off.
serviceOff() - Method in class things.thinger.service.local.HttpCLIService
Called to turn the service off.
serviceOff() - Method in class things.thinger.service.proxy.ProxyService
Called to turn the service off.
serviceOff() - Method in class things.thinger.service.Service
Called to turn the service off.
serviceOff() - Method in class things.thinger.service.thing.ThingService
Called to turn the service off.
serviceOn() - Method in class things.thinger.service.actor.ActorService
Called to turn the service on.
serviceOn() - Method in class things.thinger.service.command.local.LocalCommandService
Called to turn the service on.
serviceOn() - Method in class things.thinger.service.httptool.HttpToolService
Called to turn the service on.
serviceOn() - Method in class things.thinger.service.local.CLIService
Called to turn the service on.
serviceOn() - Method in class things.thinger.service.local.ConsoleService
Called to turn the service on.
serviceOn() - Method in class things.thinger.service.local.HttpCLIService
Called to turn the service on.
serviceOn() - Method in class things.thinger.service.proxy.ProxyService
Called to turn the service on.
serviceOn() - Method in class things.thinger.service.Service
Called to turn the service on.
serviceOn() - Method in class things.thinger.service.thing.ThingService
Called to turn the service on.
sessionName - Variable in class things.thinger.service.proxy.ProxySession
 
set(int) - Method in interface things.common.ThingsReportingThreshold
It will set the threshold for reporting.
set(int) - Method in class things.common.tools.StringScanner
Set the cursor to the spot.
set(Object) - Method in interface things.data.Attributes
Get the underlying attribute data.
set(String, Object) - Method in class things.data.impl.NamedTree
Set the value of a path.
set(Object) - Method in class things.data.impl.ReadableAttributes
Set the underlying attribute data.
set(int) - Method in class things.thinger.kernel.ResourceManager
It will set the threshold for reporting.
SET_ACTION_LOAD(String, String, String, String) - Method in class things.thinger.service.httptool.ActionIzer
Set the action parameter value to indicate a save as well as the name of the parameter that holds the path for the save.
SET_ACTION_PARAM(String, boolean, String...) - Method in class things.thinger.service.httptool.ActionIzer
Set the action parameter.
SET_ACTION_SAVE(String, String, String, String) - Method in class things.thinger.service.httptool.ActionIzer
Set the action parameter value to indicate a save as well as the name of the parameter that holds the path for the save.
SET_EXPRESSOR(String) - Method in class things.thing.THING
Set an expressor.
SET_LONG_NAME(String) - Method in class things.testing.unit.Test
Set the long name for this test.
SET_LONG_NAME(String) - Method in class things.testing.unit.TestGroup
Set the long name for this group.
SET_PARAMETER(String, String...) - Method in class things.thinger.service.command.Command
Set a parameter.
SET_RESULT(String, Data.Type) - Method in class things.thing.THING
Set result based on a result type only.
SET_RESULT(String, RESULT) - Method in class things.thing.THING
Set result based on a complete RESULT.
SET_THROW_ABORTS(boolean) - Method in class things.testing.unit.TestGroup
Set the Throw Exception on Test Aborts on (true) or off(false).
SET_THROW_FAILS(boolean) - Method in class things.testing.unit.TestGroup
Set the Throw Exception on Test Fail on (true) or off(false).
setActionResult(String) - Method in class things.thinger.service.httptool.ActionResult
Set the action result name.
setCode(String) - Method in class things.testing.unit.TestCase
Set the code.
setContentLength(String) - Method in class things.thinger.service.httptool.Head
Set the content length.
setDSN(DSN) - Method in interface things.data.transport.smtp.SMTPClientManager
Set a DSN for all subsequent sends.
setDSN(DSN) - Method in class things.data.transport.smtp.TolerantSMTPClientManager
Set a DSN for all subsequent sends.
setDSN(DSN) - Method in class things.data.transport.smtp.TouchySMTPClientManager
Set a DSN for all subsequent sends.
setEtag(String) - Method in class things.thinger.service.httptool.Head
Set the ETag.
setFrequencyChart(int[]) - Method in class things.data.language.WordDictionary
Set the frequency chart.
setHeaders(String...) - Method in class things.data.tables.Table
Set headers.
setInputStream(InputStream) - Method in class things.thinger.service.httptool.ActionResult
Set input stream.
setLastModified(String) - Method in class things.thinger.service.httptool.Head
Set the Last-Modified.
setLevel(Logger.LEVEL) - Method in class things.common.commands.CommandLogger
This will set the level of entries that will pass.
setLevel(Logger.LEVEL) - Method in interface things.thinger.io.Logger
This will set the level of entries that will pass.
setLevel(Logger.LEVEL) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
This will set the level of entries that will pass.
setLogger(Logger) - Method in class things.thinger.service.Service
Set the logger for this service.
setMd5(String) - Method in class things.thinger.service.httptool.Head
Set the MD3.
setMessage(String) - Method in class things.testing.unit.TestCase
Set the message for this case.
setName(String) - Method in class things.data.NV
Set the name.
setPageResult(String) - Method in class things.thinger.service.httptool.ActionResult
Set the page result name.
setPostLevel(Logger.LEVEL) - Method in class things.common.commands.CommandLogger
This will set the default level of StringPoster posted entries.
setPostLevel(Logger.LEVEL) - Method in interface things.thinger.io.Logger
This will set the default level of StringPoster posted entries.
setPostLevel(Logger.LEVEL) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
This will set the default level of StringPoster posted entries.
setProperty(String, String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Set a property value as a string.
setProperty(String, String, String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Set a property value as a string.
setProperty(NVImmutable) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Set a property value from an NVImmutable item.
setProperty(String, String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Set a property value as a string.
setProperty(String, String, String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Set a property value as a string.
setProperty(NVImmutable) - Method in class things.data.impl.ThingsPropertyTreeRAM
Set a property value from an NVImmutable item.
setProperty(String, String) - Method in interface things.data.ThingsPropertyView
Set a property value as a string.
setProperty(String, String, String) - Method in interface things.data.ThingsPropertyView
Set a property value as a string.
setProperty(NVImmutable) - Method in interface things.data.ThingsPropertyView
Set a property value from an NVImmutable item.
setPropertyMultivalue(String, String...) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Set a property value as a multivalue.
setPropertyMultivalue(String, String...) - Method in class things.data.impl.ThingsPropertyTreeRAM
Set a property value as a multivalue.
setPropertyMultivalue(String, String...) - Method in interface things.data.ThingsPropertyView
Set a property value as a multivalue.
setResponse(String) - Method in class things.thinger.service.httptool.ActionResult
Set the response line.
setSize(long) - Method in class things.testing.unit.TestCase
Set the size value.
setSocketRetries(int) - Method in class things.data.transport.smtp.CleanSMTPClient
Number of times a socket read will be retried after a timeout before completely giving up.
The default value is CONNECTION_RETRIES.
setSocketRetries(int) - Method in class things.data.transport.smtp.FancySMTPClient
Number of times a socket read will be retried after a timeout before completely giving up.
The default value is CONNECTION_RETRIES.
setSocketRetries(int) - Method in interface things.data.transport.smtp.SMTPClient
Number of times a socket read will be retried after a timeout before completely giving up.
The default value is CONNECTION_RETRIES.
setStreamMax(int) - Method in interface things.data.transport.smtp.SMTPClientManager
Set the maximum number of messages a stream can send before it is closed and reestablished.
setStreamMax(int) - Method in class things.data.transport.smtp.TolerantSMTPClientManager
Set the maximum number of messages a stream can send before it is closed and reestablished.
setStreamMax(int) - Method in class things.data.transport.smtp.TouchySMTPClientManager
Set the maximum number of messages a stream can send before it is closed and reestablished.
setTime(long) - Method in class things.testing.unit.TestCase
Set the time value.
setTimeout(int) - Method in class things.data.transport.smtp.CleanSMTPClient
Set the socket timeout for each connection.
setTimeout(int) - Method in class things.data.transport.smtp.FancySMTPClient
Set the socket timeout for each connection.
setTimeout(int) - Method in interface things.data.transport.smtp.SMTPClient
Set the socket timeout for each connection.
setTimeout(int) - Method in interface things.data.transport.smtp.SMTPClientManager
Set a new timeout.
setTimeout(int) - Method in class things.data.transport.smtp.TolerantSMTPClientManager
Set a new timeout.
setTimeout(int) - Method in class things.data.transport.smtp.TouchySMTPClientManager
Set a new timeout.
setType(String) - Method in class things.thinger.service.actor.ActorMessage
Set type.
setValue(Object) - Method in class things.data.impl.NamedTreeNode
Set the value.
setValue(String) - Method in class things.data.NV
Set the value.
setValues(String...) - Method in class things.data.NV
Set the values.
SHARED_ROOT_GLOBAL_SPACE - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
sharedGlobalPropertiesView - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
sheet() - Method in class things.data.tabular.Module
 
shout(String, Logger.LEVEL) - Method in class things.common.commands.CommandLogger
Shout a log entry.
shout(String, int, Logger.LEVEL) - Method in class things.common.commands.CommandLogger
Shout a log entry with numerics.
shout(String, int, Logger.LEVEL, NVImmutable...) - Method in class things.common.commands.CommandLogger
Shout a log entry with numerics and attributes.
shout(String, int, Logger.LEVEL, Collection<NVImmutable>) - Method in class things.common.commands.CommandLogger
Shout a log entry with numerics and attributes.
shout(String, int, Logger.LEVEL, String...) - Method in class things.common.commands.CommandLogger
Shout a log entry with numerics and attributes.
shout(String, Logger.LEVEL) - Method in interface things.thinger.io.Logger
Shout a log entry.
shout(String, int, Logger.LEVEL, String...) - Method in interface things.thinger.io.Logger
Shout a log entry with numerics and attributes.
shout(String, int, Logger.LEVEL) - Method in interface things.thinger.io.Logger
Shout a log entry with numerics.
shout(String, int, Logger.LEVEL, NVImmutable...) - Method in interface things.thinger.io.Logger
Shout a log entry with numerics and attributes.
shout(String, int, Logger.LEVEL, Collection<NVImmutable>) - Method in interface things.thinger.io.Logger
Shout a log entry with numerics and attributes.
shout(String, Logger.LEVEL) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Shout a log entry.
shout(String, int, Logger.LEVEL) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Shout a log entry with numerics.
shout(String, int, Logger.LEVEL, NVImmutable...) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Shout a log entry with numerics and attributes.
shout(String, int, Logger.LEVEL, Collection<NVImmutable>) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Shout a log entry with numerics and attributes.
shout(String, int, Logger.LEVEL, String...) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Shout a log entry with numerics and attributes.
si - Variable in class things.thinger.service.actor.ActorClientBase
The System Interface
si - Variable in class things.thinger.service.actor.ActorServiceBase
The System Interface
si - Variable in class things.thinger.service.httptool.Action
Working variables.
si - Variable in class things.thinger.service.httptool.ActionManager
The system interface.
si - Variable in class things.thinger.service.httptool.HttpToolServiceContext
 
si - Variable in class things.thinger.service.httptool.PageManager
The system interface.
size() - Method in class things.common.ThingsExceptionBundle
Get the number of exceptions in the bundle.
size - Variable in class things.data.processing.rfc822.FileInfo
The size of the file.
size - Variable in class things.data.transport.smtp.Reply
 
SIZE(String, long) - Method in class things.testing.unit.Test
Set the SIZE for the case.
size(String) - Method in interface things.thinger.io.AFileSystem
Current size of the file.
size(String) - Method in class things.thinger.io.fs.FSFileSystem
Current size of the file.
size(String...) - Method in class things.universe.server.UniverseLocal
Report the size object from the universe in bytes.
size(String...) - Method in interface things.universe.Universe
Report the size object from the universe in bytes.
skip(long) - Method in class things.thinger.io.ChainedInputStream
Skip is not supported and will always throw an IOException.
skip(long) - Method in class things.thinger.io.EchoInputStream
Skip is not supported and will always throw an IOException.
SLASHBYTEVALUE - Static variable in class things.data.processing.LexicalTool
 
SMTPClient - Interface in things.data.transport.smtp
General interface to the SMTP clients.
SMTPCLIENT_BENIGN_DISCONNECT_ERROR - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_ERROR_ALREADY_CONNECTED - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_ERROR_LOGIN_FAILED - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_ERROR_MAILFROM_FAILED - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_ERROR_RCPTTO_FAILED - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_ERROR_SEND_FAILED - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_ERROR_SEND_TIMEOUT - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_FAULT_BAD_STATE - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_FAULT_CANNOT_COMPLETE - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_FAULT_CANNOT_COMPLETE_NOT_RETRYABLE - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_FAULT_CANNOT_CONNECT - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_FAULT_GENERAL - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_FAULT_NOT_STARTED - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_FAULT_SPURIOUS - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_FAULT_STARTUP - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_INTERRUPTED_AND_QUITTING - Static variable in interface things.common.ThingsCodes
 
SMTPCLIENT_SEND_OK - Static variable in interface things.common.ThingsCodes
 
SMTPClientManager - Interface in things.data.transport.smtp
Interface for the client managers.
SMTPState - Enum in things.data.transport.smtp
SMTP client state.
snapStrings(String, int, int) - Static method in class things.common.ThingsUtilityBelt
Snap a string into sized pieces.
softwareProblem(String) - Static method in class things.common.commands.CommandException
This will throw a common-formatted CommandException reporting a software problem.
softwareProblem(String, Throwable) - Static method in class things.common.commands.CommandException
This will throw a common-formatted CommandException reporting a software problem.
softwareProblem(String, Throwable, String...) - Static method in class things.common.commands.CommandException
This will throw a common-formatted CommandException reporting a software problem.
softwareProblem(String) - Static method in class things.common.ThingsException
This will throw a common-formatted ThingsException reporting a software problem.
softwareProblem(String, Throwable) - Static method in class things.common.ThingsException
This will throw a common-formatted ThingsException reporting a software problem.
softwareProblem(String, Throwable, String...) - Static method in class things.common.ThingsException
This will throw a common-formatted ThingsException reporting a software problem.
softwareProblem(String, String...) - Static method in class things.common.ThingsException
This will throw a common-formatted ThingsException reporting a software problem.
softwareProblem(String) - Static method in class things.thing.UserException
This will throw a common-formatted UserException reporting a software problem.
softwareProblem(String, Throwable) - Static method in class things.thing.UserException
This will throw a common-formatted SystemException reporting a software problem.
softwareProblem(String, Throwable, String...) - Static method in class things.thing.UserException
This will throw a common-formatted UserException reporting a software problem.
softwareProblem(String) - Static method in class things.thinger.SystemException
This will throw a common-formatted SystemException reporting a software problem.
softwareProblem(String, Throwable) - Static method in class things.thinger.SystemException
This will throw a common-formatted SystemException reporting a software problem.
softwareProblem(String, Throwable, String...) - Static method in class things.thinger.SystemException
This will throw a common-formatted SystemException reporting a software problem.
source - Variable in class things.thinger.service.httptool.ServeFile
 
SPACEVALUE - Static variable in class things.data.processing.LexicalTool
 
SPECIAL - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_AMP - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_AT - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_BACKSLASH - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_CHAR_DNSCHAR_DOT - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_CLOSEBRACK - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_CLOSEPAREN - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_COLON - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_COMMA - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_DOLLAR - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_EQ - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_GT - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_LT - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_OPENBRACK - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_OPENPAREN - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_PERCENT - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_PLUS - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_QUEST - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_QUOTE - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_SEMICOLON - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_SLASH - Static variable in class things.data.processing.LexicalTool
 
SPECIAL_SPLAT - Static variable in class things.data.processing.LexicalTool
 
ssi - Variable in class things.thinger.kernel.ThingsProcess
System Super Interface
STALL_PERIOD - Static variable in class things.thinger.io.StreamSourceFromStreamStalled
This is the stall period in millis.
STALL_RETRIES - Static variable in class things.thinger.io.StreamSourceFromStreamStalled
Maximum stall period for the initialization.
Stamp - Class in things.common
A immutable stamp.
Stamp() - Constructor for class things.common.Stamp
Default constructor.
Stamp(WhoAmI, String) - Constructor for class things.common.Stamp
Construct with an imposed ID.
start() - Method in class things.common.tools.StopWatch
Restart the stopwatch.
start(String) - Method in class things.common.tools.StringScanner
Start a scan.
start() - Method in class things.data.processing.Crawler
Start from the root.
start(InputStream, String) - Method in class things.data.processing.Decomposer
Start a decomposition on an Input Stream using specified delimiters.
start(InputStream) - Method in class things.data.processing.Decomposer
Start a decomposition on an Input Stream using default delimiters.
start(String) - Method in class things.data.processing.http.HttpHeaderProcessor
Start on a specific header.
start(String) - Method in class things.data.processing.PhraseMatcher
Start on a specific document.
start(String) - Method in class things.data.processing.rfc822.HeaderProcessor
Start on a specific header.
start(String) - Method in class things.data.processing.rfc822.HeaderProcessorv2
Start on a specific header.
start(String) - Method in class things.data.processing.rfc822.HeaderProcessorv3
Start on a specific header.
start() - Method in class things.thing.Cluster
Start the cluster.
start(String, String, String, SystemInterface) - Method in class things.thinger.service.actor.ActorClientBase
Start a session.
START_MAIL_INPUT - Static variable in interface things.data.transport.smtp.SMTPClient
 
START_PROCESSED_ID - Static variable in class things.thinger.kernel.basic.KernelBasicBase
 
startProcess(ThingsProcess, ThingsPropertyView) - Method in class things.thinger.kernel.basic.KernelBasic
Start the passed process.
startProcess(ThingsProcess, ThingsPropertyView, Clearance) - Method in class things.thinger.kernel.basic.KernelBasic
Start the passed process.
startProcess(ThingsProcess, ThingsPropertyView, Clearance) - Method in interface things.thinger.SystemSuperInterface
Start the passed process.
startProcess(ThingsProcess, ThingsPropertyView) - Method in interface things.thinger.SystemSuperInterface
Start the passed process.
startRead() - Method in class things.data.impl.ThingsPropertyTrunkInMemory
Start a read.
startRead() - Method in class things.data.impl.ThingsPropertyTrunkIO
Start a read.
startRead() - Method in interface things.data.ThingsPropertyTrunk
Start a read.
startupRendezvous - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
startWrite() - Method in class things.data.impl.ThingsPropertyTrunkInMemory
Start a write transfer.
startWrite() - Method in class things.data.impl.ThingsPropertyTrunkIO
Start a write transfer.
startWrite() - Method in interface things.data.ThingsPropertyTrunk
Start a write transfer.
STOCK_Abort - Static variable in class things.thing.Metrics
 
STOCK_Exception - Static variable in class things.thing.Metrics
 
STOCK_Fail - Static variable in class things.thing.Metrics
 
STOCK_Inconclusive - Static variable in class things.thing.Metrics
 
STOCK_Pass - Static variable in class things.thing.Metrics
Stock instances for convenience.
StockConstants - Interface in things.thinger.service.httptool.stock
Common names for the stock implementation,
StockResult - Class in things.thing.tools
Static, stock results.
StockResult() - Constructor for class things.thing.tools.StockResult
 
stop() - Method in class things.common.tools.StopWatch
Stop the watch.
stoplight() - Method in class things.common.tools.StoplightMonitor
Approach the stoplight.
StoplightMonitor - Class in things.common.tools
This is a stoplight monitor.
StoplightMonitor() - Constructor for class things.common.tools.StoplightMonitor
 
StopWatch - Class in things.common.tools
A simple stopwatch.
StopWatch() - Constructor for class things.common.tools.StopWatch
Default constructor.
STORAGE_ALLOCATION_EXCEEDED - Static variable in interface things.data.transport.smtp.SMTPClient
 
StreamDestination - Interface in things.thinger.io
A character destination interface.
StreamSource - Interface in things.thinger.io
A stream source interface.
StreamSourceFromStream - Class in things.thinger.io
A character stream source.
StreamSourceFromStream() - Constructor for class things.thinger.io.StreamSourceFromStream
A null constructor.
StreamSourceFromStream(InputStream) - Constructor for class things.thinger.io.StreamSourceFromStream
Constructor.
StreamSourceFromStreamStalled - Class in things.thinger.io
A character stream source.
StreamSourceFromStreamStalled() - Constructor for class things.thinger.io.StreamSourceFromStreamStalled
A null constructor.
StreamSourceFromStreamStalled(InputStream) - Constructor for class things.thinger.io.StreamSourceFromStreamStalled
Constructor.
StreamSourceFromString - Class in things.thinger.io
Implements a character source from a string.
StreamSourceFromString(String) - Constructor for class things.thinger.io.StreamSourceFromString
Constructor.
StreamTools - Class in things.common.tools
Tools for stream manipulation.
StreamTools() - Constructor for class things.common.tools.StreamTools
 
string2File(String, File) - Static method in class things.common.tools.StreamTools
Write a string to file using default encoding.
STRING_CRLF - Static variable in class things.data.processing.LexicalTool
Sequences
StringAccessor - Class in things.data.impl
This is a cheap access for a string.
StringAccessor(String) - Constructor for class things.data.impl.StringAccessor
Constructor.
StringArrayReader - Class in things.common.tools
This will read an array of strings.
StringArrayReader(String[], boolean) - Constructor for class things.common.tools.StringArrayReader
Construct.
StringPoster - Interface in things.common
Post interface.
StringPosterBitBucket - Class in things.common.impl
Postable implementation that just throws it all away.
StringPosterBitBucket() - Constructor for class things.common.impl.StringPosterBitBucket
 
StringPosterConsole - Class in things.common.impl
Postable implementation for printing to the console.
StringPosterConsole() - Constructor for class things.common.impl.StringPosterConsole
 
StringPosterStringBuffer - Class in things.common.impl
Postable implementation for printing to a StringBuffer.
StringPosterStringBuffer() - Constructor for class things.common.impl.StringPosterStringBuffer
Constructor.
StringScanner - Class in things.common.tools
A String Scanner.
StringScanner() - Constructor for class things.common.tools.StringScanner
 
sub(String) - Method in class things.data.impl.ThingsPropertyTreeBASIC
Get all property names under this at this path.
sub(String) - Method in class things.data.impl.ThingsPropertyTreeRAM
Get all property names under this at this path.
sub(String) - Method in interface things.data.ThingsPropertyViewReader
Get all property names under this at this path.
submit(String, String, InputStream...) - Method in interface things.data.transport.smtp.SMTPClientManager
Submit a message.
submit(String, String, InputStream...) - Method in class things.data.transport.smtp.TolerantSMTPClientManager
Submit a message.
submit(String, String, InputStream...) - Method in class things.data.transport.smtp.TouchySMTPClientManager
Submit a message.
subordinateLines - Variable in class things.data.tabular.ModuleSchemaSection
 
substring(int) - Method in class things.common.tools.StringScanner
Get a substring from the cursor for so many characters.
substringFromMark(int) - Method in class things.common.tools.StringScanner
Like the standard substring, from the mark to the current cursor minus one.
suppressListingRootInstallEntity() - Method in class things.common.commands.CommandRoot
When called during declaration, any subsequent list or help will not show the install root entity.
suspendEncoding() - Method in class things.common.tools.Base64.OutputStream
Suspends encoding of the stream.
SYNTAX_ERROR_IN_ARGUMENTS - Static variable in interface things.data.transport.smtp.SMTPClient
 
SYSTEM_CALL_ERROR_BAD_CALL - Static variable in interface things.common.ThingsCodes
 
SYSTEM_CALL_ERROR_GENERAL - Static variable in interface things.common.ThingsCodes
 
SYSTEM_CALL_ERROR_GET_CONFIG_PROPERTIES - Static variable in interface things.common.ThingsCodes
 
SYSTEM_CALL_ERROR_GET_EXPRESSOR - Static variable in interface things.common.ThingsCodes
 
SYSTEM_CALL_ERROR_GET_LOCAL_LOG - Static variable in interface things.common.ThingsCodes
 
SYSTEM_CALL_ERROR_GET_LOCAL_PROPERTIES - Static variable in interface things.common.ThingsCodes
 
SYSTEM_CALL_ERROR_GET_SYSTEM_LOGGER - Static variable in interface things.common.ThingsCodes
 
SYSTEM_CALL_ERROR_LOAD_MODULE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_CALL_ERROR_LOAD_THING - Static variable in interface things.common.ThingsCodes
 
SYSTEM_CALL_ERROR_RUN_THING - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_ALREADY_RESPONDED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_BAD_DECLARATION - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_BAD_PARAMETER - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_BAD_PROCESSING - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_COMMAND_ALREADY_DONE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_COMMAND_NOT_FOUND - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_COMMAND_RESPONSE_PROCESSING - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_DATATYPE_VIOLATION_VALUE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_GENERAL - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_INSTANCE_MISSING_REQUIRED_PARAMETER - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_ISSUANCE_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_ISSUANCE_NO_RECEIPTS - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_MALFORMED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_NOT_DECLARED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_NULL_COMMAND - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_NULL_PARAMETER_NAME - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_NULL_RESPONSE_RECEIPT - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_OCCURANCE_VIOLATION - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_OCCURANCE_VIOLATION_NEVER - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_OCCURANCE_VIOLATION_ONLYONE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_OPERATION_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_PARAMETER_NOT_DEFINED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_PROPERTY_PROBLEM - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_RESPONSE_NOT_DEFINED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_SET_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_ERROR_TYPE_VIOLATION - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_CANNOT_DEFINE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_CLASS_NOT_FOUND - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_COULD_NOT_BUILD_CLI_COMMAND - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_COULD_NOT_BUILD_COMMANDER - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_COULD_NOT_BUILD_RESPONSE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_COULD_NOT_ISSUE_CLI_COMMAND - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_DURING_ISSUANCE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_INSTANCE_DATA_BAD - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_INSTANCE_TYPE_MIXING - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_INSTANCE_USED_BEFORE_READY - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_NOT_DEFINED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_PARAMETER_MISSING_AFTER_TRANSMISSION - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_RESPONSE_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_RESPONSE_FAILED_BAD_RECIEPT - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_RESPONSE_OBJECT_BAD - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_RESPONSE_PROCESSING - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_SERVICE_ABORTED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_SET_PROBLEM - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_SPURIOUS - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_FAULT_UNDEFINED_STATE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_WARNING_GENERAL - Static variable in interface things.common.ThingsCodes
 
SYSTEM_COMMAND_WARNING_NO_ONE_LISTENING - Static variable in interface things.common.ThingsCodes
 
SYSTEM_DEBUG - Static variable in interface things.common.ThingsCodes
 
SYSTEM_DEBUG_COMMAND - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_ATTRIBUTE_CODEC_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_BAD_PROPERTY - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_BAD_PROPERTY_NAME_NULL - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_BAD_PROPERTY_NOT_DEFINED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_BAD_PROPERTY_TEXT - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_BAD_PROPERTY_WRITE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_COMPONENT_INTERRUPTED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_LOGGING_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_LOGGING_FAILED_ON_CONDUIT - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_LOGGING_FAILED_ON_RESOURCE_NOT_READY - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_LOGGING_LOG_LEVEL_INVALID - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_LOGGING_LOGGER_ALREADY_ISSUED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_MESSAGE_ENCODING_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_OPTIONAL_PROPERTY_NOT_SINGLE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_REQUIRED_PROPERTY_NOT_AN_INTEGER - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_REQUIRED_PROPERTY_NOT_SET - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_REQUIRED_PROPERTY_NOT_SINGLE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_ERROR_TOP - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_DATA_DEFAULT - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_DATA_VIOLATE_NATIVE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_EXTERNAL_INTERRUPTION - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_FAILED_INIT - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_PROCESS - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_PROCESS_INIT_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_PROCESS_INTERRUPTED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_PROCESS_REGISTER_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_PROCESS_UNHANDLED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_PROCESS_WAIT_INTERRUPTED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_PROPERTIES_BAD_ACCESS - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_PROPERTIES_LOAD_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_PROPERTIES_MODE_VIOLATION - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_PROPERTIES_SAVE_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_PROPERTIES_SOURCE_NOT_FOUND - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_PROPERTYVIEW_NOT_INITIALIZED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_SERVICE_FAILED_TO_CONSTRUCT - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_SERVICE_GERERAL - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_SERVICE_PROBLEM - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_SOFTWARE_DETECTED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_SOFTWARE_PROBLEM - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_SOFTWARE_PROCESS_DISALLOWED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_STAMP_CREATION_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_TEST_SUITE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_THING_CONSTRUCTION_BAD_CLASS - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_THING_CONSTRUCTION_NULLED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_THING_CONSTRUCTION_SPURIOUS_EXCEPTION - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_THING_DIED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_THING_FAILED_DEFINITION - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_THING_FAILED_INIT - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_THING_FAULT - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_THING_PROBLEM - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_THING_RESULT_BAD - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_THING_RESULT_MISUSED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_THING_SPURIOUS_EXCEPTION - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_TOOLKIT_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FAULT_WITH_PROPERTIES - Static variable in interface things.common.ThingsCodes
 
SYSTEM_FILESYSTEM_ROOT - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
SYSTEM_INFRA_ATTR_CODEC - Static variable in interface things.common.ThingsCodes
 
SYSTEM_INFRA_BAD_DATA - Static variable in interface things.common.ThingsCodes
 
SYSTEM_INFRA_BAD_DATA_ODD - Static variable in interface things.common.ThingsCodes
 
SYSTEM_INFRA_ERROR - Static variable in interface things.common.ThingsCodes
 
SYSTEM_INFRA_NULLED_DATA - Static variable in interface things.common.ThingsCodes
 
SYSTEM_LOADER_ERROR_BAD_THING_NAME - Static variable in interface things.common.ThingsCodes
 
SYSTEM_LOADER_ERROR_CANT_FIND_THING - Static variable in interface things.common.ThingsCodes
 
SYSTEM_LOADER_ERROR_COMPILE_ERRORS - Static variable in interface things.common.ThingsCodes
 
SYSTEM_LOADER_ERROR_COULD_NOT_LOAD - Static variable in interface things.common.ThingsCodes
 
SYSTEM_LOADER_ERROR_UNIVERSE_PROBLEM - Static variable in interface things.common.ThingsCodes
 
SYSTEM_LOADER_FAULT - Static variable in interface things.common.ThingsCodes
 
SYSTEM_LOADER_FAULT_BAD_CONFIG - Static variable in interface things.common.ThingsCodes
 
SYSTEM_LOADER_FAULT_COMPILER_FAILED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_LOADER_FAULT_DUPLICATE_CONFIG - Static variable in interface things.common.ThingsCodes
 
SYSTEM_SERVICE_DONE - Static variable in interface things.common.ThingsCodes
 
SYSTEM_SERVICE_ERROR_COMMAND_GENERAL - Static variable in interface things.common.ThingsCodes
 
SYSTEM_SERVICE_ERROR_COMMAND_MALFORMED - Static variable in interface things.common.ThingsCodes
 
SYSTEM_SERVICE_NOTIFICATION - Static variable in interface things.common.ThingsCodes
 
SYSTEM_SERVICE_RESPONSE_TIMEOUT - Static variable in interface things.common.ThingsCodes
 
SYSTEM_STATUS - Static variable in interface things.data.transport.smtp.SMTPClient
 
SystemCalls - Interface in things.thinger
Catalog of all calls.
systemConduits - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
SystemException - Class in things.thinger
A system exception.
SystemException() - Constructor for class things.thinger.SystemException
Default Constructor.
SystemException(Throwable) - Constructor for class things.thinger.SystemException
Default Constructor with Cause
SystemException(String) - Constructor for class things.thinger.SystemException
Message constructor
SystemException(String, Throwable) - Constructor for class things.thinger.SystemException
Message constructor with Cause
SystemException(int) - Constructor for class things.thinger.SystemException
Numeric constructor
SystemException(int, Throwable) - Constructor for class things.thinger.SystemException
Numeric constructor with cause
SystemException(String, int) - Constructor for class things.thinger.SystemException
Message and numberic constructor
SystemException(String, int, Throwable) - Constructor for class things.thinger.SystemException
Message and numberic constructor with cause
SystemException(String, int, String...) - Constructor for class things.thinger.SystemException
Message and numberic constructor
SystemException(String, int, Throwable, String...) - Constructor for class things.thinger.SystemException
Message and numberic constructor with cause
systemFilesystem - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
systemInit(SystemInterface) - Method in class things.thing.BASE
Initialize system data.
SystemInterface - Interface in things.thinger
System Interface.
SystemNamespace - Interface in things.thinger
System namespace definitions.
SystemSuperInterface - Interface in things.thinger
System Interface used by internal systems.
systemUniverse - Variable in class things.thinger.kernel.basic.KernelBasicBase
 

T

TAB - Static variable in interface things.common.ThingsMarkup
 
Table<C> - Class in things.data.tables
A table of Cell types.
Table() - Constructor for class things.data.tables.Table
Default constructor.
TabularException - Exception in things.data.tabular
A Tabular exception.
TabularException() - Constructor for exception things.data.tabular.TabularException
Default Constructor.
TabularException(String) - Constructor for exception things.data.tabular.TabularException
 
TabularException(String, Throwable) - Constructor for exception things.data.tabular.TabularException
 
TabularException(Throwable) - Constructor for exception things.data.tabular.TabularException
 
TabularValidationException - Exception in things.data.tabular
A tabular validation exception.
TabularValidationException() - Constructor for exception things.data.tabular.TabularValidationException
Default constructor.
TabularValidationException(String) - Constructor for exception things.data.tabular.TabularValidationException
 
TabularValidationException(String, int) - Constructor for exception things.data.tabular.TabularValidationException
 
TabularValidationException(String, Throwable) - Constructor for exception things.data.tabular.TabularValidationException
 
TabularValidationException(Throwable) - Constructor for exception things.data.tabular.TabularValidationException
 
TABVALUE - Static variable in class things.data.processing.LexicalTool
 
tag - Variable in class things.thinger.service.httptool.ActionIzerItem
 
tag - Variable in class things.thinger.service.httptool.ActionIzerItemValue
Act tag to use during rendering.
TAG_ERROR_DESCRIPTION - Static variable in interface things.thinger.service.httptool.CommonTagsParams
 
TAG_ERROR_MESSAGE - Static variable in interface things.thinger.service.httptool.CommonTagsParams
 
tag_false - Variable in class things.thinger.service.httptool.ActionIzerItem
 
TAG_HELPER__FOR - Static variable in interface things.thinger.service.httptool.CommonTagsParams
 
TAG_HELPER__HELP - Static variable in interface things.thinger.service.httptool.CommonTagsParams
 
TAG_HELPER__NAME - Static variable in interface things.thinger.service.httptool.CommonTagsParams
 
TAG_PROCESS_LIST - Static variable in interface things.thinger.service.httptool.CommonTagsParams
 
tags - Variable in class things.thinger.service.httptool.Action
This is what will finally be merged to the result page.
Tender<I,O> - Class in things.common.tools
A tender transaction object.
Tender() - Constructor for class things.common.tools.Tender
 
tender(I) - Method in class things.common.tools.Tender
Tender a transaction.
tender(String) - Method in class things.thinger.service.local.CLIBackbone
Tender a transaction.
Term - Class in things.data.language
A Term.
Term() - Constructor for class things.data.language.Term
 
term - Variable in class things.data.language.Term
Frequency map for found words.
Test - Class in things.testing.unit
UNIT testing tool.
Test() - Constructor for class things.testing.unit.Test
 
TEST_ERROR_ABORT - Static variable in interface things.common.ThingsCodes
 
TEST_ERROR_COULD_NOT_PREP_TEST - Static variable in interface things.common.ThingsCodes
 
TEST_ERROR_DEFAULT - Static variable in interface things.common.ThingsCodes
 
TEST_ERROR_FAIL - Static variable in interface things.common.ThingsCodes
 
TEST_ERROR_GROUP_ERROR - Static variable in interface things.common.ThingsCodes
 
TEST_ERROR_TEST_IMPL_PROBLEM - Static variable in interface things.common.ThingsCodes
 
test_execute() - Method in class things.testing.unit.DeadTest
Run the test.
test_execute() - Method in class things.testing.unit.Test
Run the test.
TEST_FAULT_DEFAULT - Static variable in interface things.common.ThingsCodes
 
TEST_FAULT_NOT_INITIALIZED - Static variable in interface things.common.ThingsCodes
 
test_prepare() - Method in class things.testing.unit.DeadTest
prepare for the test.
test_prepare() - Method in class things.testing.unit.Test
Prepare for the test.
TestAbortException - Class in things.testing.unit
UNIT test abort exception
TestAbortException(String) - Constructor for class things.testing.unit.TestAbortException
 
TestAbortException(String, Throwable) - Constructor for class things.testing.unit.TestAbortException
 
TestCase - Class in things.testing.unit
A test case.
TestCase() - Constructor for class things.testing.unit.TestCase
The default constructor.
TestCase(String) - Constructor for class things.testing.unit.TestCase
The named constructor.
TestCommon - Class in things.testing.unit
Common tools.
group logger > date:GRP: :name:
test logger > date: :TEST:name:
group message > date:GRP:name
test message > date: :TEST:resu:name:PASS=#,FAIL=#,INCO=#,EXCP=#,ABRT=#
case message > date: : :CASE:resu:name:#:message
comment msg > date:COMMENT:
TestCommon() - Constructor for class things.testing.unit.TestCommon
 
TestFailException - Class in things.testing.unit
UNIT test fail exception.
TestFailException(String) - Constructor for class things.testing.unit.TestFailException
 
TestFailException(String, Throwable) - Constructor for class things.testing.unit.TestFailException
 
TestGroup - Class in things.testing.unit
UNIT testing tool.
TestGroup() - Constructor for class things.testing.unit.TestGroup
 
TestLocalException - Exception in things.testing.unit
UNIT test internal exception, meant to allow local fails.
TestLocalException(String) - Constructor for exception things.testing.unit.TestLocalException
 
testName - Variable in class things.testing.unit.Test
 
text - Variable in class things.data.language.AText
The text.
text - Variable in class things.data.language.Compendium
The text.
text - Variable in class things.data.transport.smtp.Reply
 
THE_BUCK_STOPS_HERE() - Method in class things.testing.unit.TestGroup
Don't let any throws or aborts escape.
theResult - Variable in class things.testing.unit.TestCase
 
thing - Variable in class things.data.Nubblet
thing
THING - Class in things.thing
A thing.
THING() - Constructor for class things.thing.THING
 
THING_CLUSTER_NODE_STARTED - Static variable in interface things.common.ThingsCodes
 
THING_FAULT_COMMANDLINE_BAD_DECLARATION - Static variable in interface things.common.ThingsCodes
 
THING_FAULT_COMMANDLINE_NOT_DECLARED - Static variable in interface things.common.ThingsCodes
 
THING_FAULT_COMMANDLINE_PROCESSOR_STARTUP - Static variable in interface things.common.ThingsCodes
 
THING_FAULT_DEFAULT - Static variable in interface things.common.ThingsCodes
 
THING_FAULT_DEFINITION - Static variable in interface things.common.ThingsCodes
 
THING_FAULT_DEFINITION_ALREADY_NAMED - Static variable in interface things.common.ThingsCodes
 
THING_FAULT_DEFINITION_BAD - Static variable in interface things.common.ThingsCodes
 
THING_FAULT_MODULE_DEFAULT - Static variable in interface things.common.ThingsCodes
 
THING_FAULT_RESULT_COLLECTION - Static variable in interface things.common.ThingsCodes
 
THING_FAULT_RESULT_FUNDIMENTAL - Static variable in interface things.common.ThingsCodes
 
THING_FAULT_RESULT_MANAGEMENT - Static variable in interface things.common.ThingsCodes
 
THING_FAULT_SERVICE_COULD_NOT_GET_UNIVERSE - Static variable in interface things.common.ThingsCodes
 
THING_FAULT_SERVICE_COULD_NOT_GET_UNIVERSE_ACCESSOR - Static variable in interface things.common.ThingsCodes
 
Thinger - Interface in things.thinger.service.thing
Interface to a thinger.
THINGInterface - Interface in things.thing
A thing interface.
This can allow non-THING objects access to a THING's services.
thingName - Variable in class things.thinger.service.thing.ThingSpecification
 
things.common - package things.common
 
things.common.commands - package things.common.commands
 
things.common.configuration - package things.common.configuration
 
things.common.help - package things.common.help
 
things.common.impl - package things.common.impl
 
things.common.tools - package things.common.tools
 
things.data - package things.data
 
things.data.impl - package things.data.impl
 
things.data.language - package things.data.language
 
things.data.processing - package things.data.processing
 
things.data.processing.http - package things.data.processing.http
 
things.data.processing.rfc822 - package things.data.processing.rfc822
 
things.data.tables - package things.data.tables
 
things.data.tabular - package things.data.tabular
 
things.data.transport.smtp - package things.data.transport.smtp
 
things.testing.unit - package things.testing.unit
 
things.thing - package things.thing
 
things.thing.modules - package things.thing.modules
 
things.thing.tools - package things.thing.tools
 
things.thinger - package things.thinger
 
things.thinger.io - package things.thinger.io
 
things.thinger.io.conduits - package things.thinger.io.conduits
 
things.thinger.io.conduits.basic - package things.thinger.io.conduits.basic
 
things.thinger.io.fs - package things.thinger.io.fs
 
things.thinger.kernel - package things.thinger.kernel
 
things.thinger.kernel.basic - package things.thinger.kernel.basic
 
things.thinger.kernel.basic.tools - package things.thinger.kernel.basic.tools
 
things.thinger.service - package things.thinger.service
 
things.thinger.service.actor - package things.thinger.service.actor
 
things.thinger.service.command - package things.thinger.service.command
 
things.thinger.service.command.impl - package things.thinger.service.command.impl
 
things.thinger.service.command.local - package things.thinger.service.command.local
 
things.thinger.service.httptool - package things.thinger.service.httptool
 
things.thinger.service.httptool.stock - package things.thinger.service.httptool.stock
 
things.thinger.service.local - package things.thinger.service.local
 
things.thinger.service.proxy - package things.thinger.service.proxy
 
things.thinger.service.thing - package things.thinger.service.thing
 
things.universe - package things.universe
 
things.universe.server - package things.universe.server
 
THINGS_CACHE_LOCATION - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
THINGS Loader configuration.
THINGS_EXCEPTION_GENERIC - Static variable in class things.common.ThingsException
Numeric values for the exception.
THINGS_UNIVERSE_LOCATION_PLY - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
THINGS_USAGE_EXCEPTION_GENERIC - Static variable in class things.common.ThingsUsageException
Numeric values for the exception.
ThingsCodes - Interface in things.common
Standard static codes for the system.
ThingsConstants - Interface in things.common
Immutable constants of the universe, from plank's to PI.
ThingService - Class in things.thinger.service.thing
Thing execution service.
ThingService() - Constructor for class things.thinger.service.thing.ThingService
 
ThingsException - Class in things.common
A base exception for all things.
ThingsException() - Constructor for class things.common.ThingsException
Default Constructor.
ThingsException(Throwable) - Constructor for class things.common.ThingsException
Default Constructor with Cause
ThingsException(String) - Constructor for class things.common.ThingsException
Message constructor.
ThingsException(String, Throwable) - Constructor for class things.common.ThingsException
Message constructor with Cause.
ThingsException(int) - Constructor for class things.common.ThingsException
Numeric constructor
ThingsException(int, Throwable) - Constructor for class things.common.ThingsException
Numeric constructor with cause
ThingsException(String, int) - Constructor for class things.common.ThingsException
Message and numeric constructor
ThingsException(String, int, Throwable) - Constructor for class things.common.ThingsException
Message and numeric constructor with cause
ThingsException(String, int, String...) - Constructor for class things.common.ThingsException
Message and numeric constructor
ThingsException(String, int, Throwable, String...) - Constructor for class things.common.ThingsException
Message and numeric constructor with cause.
ThingsExceptionBundle<E extends ThingsException> - Class in things.common
Creates a bundle of exceptions and methods for accessing them.
ThingsExceptionBundle() - Constructor for class things.common.ThingsExceptionBundle
Default Constructor.
ThingsExceptionComparator - Class in things.common
Compares ThingsExceptions based in their numerics.
ThingsExceptionComparator() - Constructor for class things.common.ThingsExceptionComparator
 
ThingsMarkup - Interface in things.common
Markup for Strings.
ThingsMarkup2Printable - Class in things.common.impl
This is a simple processor for markup'd strings.
ThingsMarkup2Printable() - Constructor for class things.common.impl.ThingsMarkup2Printable
 
ThingsNamespace - Interface in things.common
Things name definitions.
ThingSpecification - Class in things.thinger.service.thing
A Thing specification.
ThingSpecification(String, ThingsPropertyView) - Constructor for class things.thinger.service.thing.ThingSpecification
Construct a things specification.
ThingsProcess - Class in things.thinger.kernel
The abstract base class for all manageable processes.
ThingsProcess() - Constructor for class things.thinger.kernel.ThingsProcess
Default Constructor.
ThingsProperty - Interface in things.data
General property interface that defines the text format.
ThingsPropertyDescription - Class in things.data
A description of a property.
ThingsPropertyDescription(boolean, String, String) - Constructor for class things.data.ThingsPropertyDescription
Constructor.
ThingsPropertyDescription(boolean, String, String, String) - Constructor for class things.data.ThingsPropertyDescription
Constructor.
ThingsPropertyReaderToolkit - Class in things.data
A grab bag of static property utilities as well as a view utility object class.
ThingsPropertyReaderToolkit() - Constructor for class things.data.ThingsPropertyReaderToolkit
Default constructor.
ThingsPropertyReaderToolkit(ThingsPropertyViewReader) - Constructor for class things.data.ThingsPropertyReaderToolkit
Constructor.
ThingsPropertyReaderToolkit(ThingsPropertyTree) - Constructor for class things.data.ThingsPropertyReaderToolkit
Constructor.
ThingsPropertyReaderToolkit.Validations - Enum in things.data
The supported validations.
ThingsPropertyTree - Interface in things.data
Property tree interface.
ThingsPropertyTreeBASIC - Class in things.data.impl
A basic property tree that supports load and save.
ThingsPropertyTreeBASIC() - Constructor for class things.data.impl.ThingsPropertyTreeBASIC
Default constructor
ThingsPropertyTreeBASIC(HashMap<String, String[]>, String, ThingsPropertyTrunk) - Constructor for class things.data.impl.ThingsPropertyTreeBASIC
Construct a child.
ThingsPropertyTreeRAM - Class in things.data.impl
A very basic property view for an in-memory store using java HashMap.
ThingsPropertyTreeRAM() - Constructor for class things.data.impl.ThingsPropertyTreeRAM
Default constructor
ThingsPropertyTreeRAM(HashMap<String, String[]>, String) - Constructor for class things.data.impl.ThingsPropertyTreeRAM
Construct a child.
ThingsPropertyTrunk - Interface in things.data
A two way channel for getting or putting properties.
ThingsPropertyTrunk.Mode - Enum in things.data
The mode for this trunk.
ThingsPropertyTrunkInMemory - Class in things.data.impl
An in-memory implementation for a property trunk.
ThingsPropertyTrunkInMemory() - Constructor for class things.data.impl.ThingsPropertyTrunkInMemory
 
ThingsPropertyTrunkIO - Class in things.data.impl
An IO implementation for a property trunk.
ThingsPropertyTrunkIO() - Constructor for class things.data.impl.ThingsPropertyTrunkIO
Constructor.
ThingsPropertyView - Interface in things.data
The basic property view.
ThingsPropertyViewReader - Interface in things.data
The basic property view for read only.
ThingsReportingThreshold - Interface in things.common
ThingsReportingThreshold interface.
ThingsState - Enum in things.thinger.kernel
Things State.
ThingsUsageException - Class in things.common
Usage exception.
ThingsUsageException() - Constructor for class things.common.ThingsUsageException
Default Constructor.
ThingsUsageException(Throwable) - Constructor for class things.common.ThingsUsageException
Default Constructor with Cause
ThingsUsageException(String) - Constructor for class things.common.ThingsUsageException
Message constructor
ThingsUsageException(String, Throwable) - Constructor for class things.common.ThingsUsageException
Message constructor with Cause
ThingsUsageException(int) - Constructor for class things.common.ThingsUsageException
Numeric constructor
ThingsUsageException(int, Throwable) - Constructor for class things.common.ThingsUsageException
Numeric constructor with cause
ThingsUsageException(String, int) - Constructor for class things.common.ThingsUsageException
Message and numberic constructor
ThingsUsageException(String, int, Throwable) - Constructor for class things.common.ThingsUsageException
Message and numberic constructor with cause
ThingsUtilityBelt - Class in things.common
A grab bag of static utilities.
ThingsUtilityBelt() - Constructor for class things.common.ThingsUtilityBelt
 
throwResolved() - Method in class things.common.ThingsExceptionBundle
Resolve to single exception and throws it.
TightByteArrayOutputStream - Class in things.common.tools
A cousin to the ByteArrayOutputStream.
TightByteArrayOutputStream() - Constructor for class things.common.tools.TightByteArrayOutputStream
Construct.
time() - Method in class things.common.tools.StopWatch
Get the time in milliseconds since the watch was started.
time - Variable in class things.testing.unit.Test
 
TIME(String, long) - Method in class things.testing.unit.Test
Set the TIME for the case.
time - Variable in class things.testing.unit.TestGroup
 
timestampFormatterDDDHHMMSS(long) - Static method in class things.common.ThingsUtilityBelt
A timestamp for matter for day:hour,minutes,seconds.
timestampFormatterHHMMSS() - Static method in class things.common.ThingsUtilityBelt
A timestamp for matter for hour,minutes,seconds.
timestampFormatterHHMMSS(long) - Static method in class things.common.ThingsUtilityBelt
A timestamp for matter for hour,minutes,seconds.
timestampFormatterYYYYDDDHHMMSSmmmm() - Static method in class things.common.ThingsUtilityBelt
A timestamp for matter for year,day,hour,minutes,seconds.
timestampFormatterYYYYDDDHHMMSSmmmm(long) - Static method in class things.common.ThingsUtilityBelt
A timestamp for matter for year,day,hour,minutes,seconds.
timestampYYYYMMDD(String) - Static method in class things.common.ThingsUtilityBelt
Parse a YYYYMMDD string into a timestamp (millis from epoch).
timestampYYYYMMDDHHMMSS(String) - Static method in class things.common.ThingsUtilityBelt
Parse a YYYYMMDDHHMMSS string into a timestamp (millis from epoch).
title - Variable in class things.common.help.HelpUser
 
Token - Enum in things.data.language
The token.
token() - Method in class things.data.processing.Decomposer
Return the next token.
TokenFactory - Class in things.common.tools
A set of tools for creating tokens.
TokenFactory(int, boolean, boolean) - Constructor for class things.common.tools.TokenFactory
Construct the factory.
tokenize(Reader, ThingsPropertyView) - Static method in class things.common.tools.CommandLineSingleTokenizer
Tokenize a command line of strings to a vector.
TolerantSMTPClientManager - Class in things.data.transport.smtp
This is a tolerant manager for a clean SMTP client.
TolerantSMTPClientManager() - Constructor for class things.data.transport.smtp.TolerantSMTPClientManager
 
toString() - Method in class things.common.IAmNobody
Give a textual ID
toString() - Method in class things.common.impl.StringPosterStringBuffer
Return the contents of this StringBuffer as a String.
toString() - Method in class things.common.impl.WhoAmISimple
Give a textual ID
toString() - Method in class things.common.Stamp
Get a string version of the stamp.
toString() - Method in interface things.common.WhoAmI
Give a textual ID.
toString() - Method in interface things.data.Data
Give a textual representation of the data.
toString() - Method in class things.data.Entity
Give a textual representation of the data.
toString() - Method in class things.data.Entry
Get a textual representation of this entry with attributes.
toString() - Method in class things.data.Nubblet
Give a textual ID.
toString() - Method in class things.data.NVImmutable
Returns a string representation of the object.
toString() - Method in class things.data.Receipt
 
toString() - Method in class things.thinger.io.conduits.ConduitID
Give a textual ID.
toString() - Method in class things.universe.UniverseID
Get the universe ID expressed as a string in hex
toString5() - Method in enum things.thinger.io.Logger.LEVEL
 
toStringAttributes() - Method in class things.common.ThingsException
Render the exception as attributes only.
toStringAttributes(Throwable) - Static method in class things.common.ThingsException
Render the exception as attributes only.
toStringCauses() - Method in class things.common.ThingsException
Render the exception as a string without the trace, but with all causes.
toStringCauses(Throwable) - Static method in class things.common.ThingsException
Render the exception as a string without the trace, but with all causes.
toStringComplex() - Method in class things.common.ThingsException
Render the exception as a string.
toStringComplex(Throwable) - Static method in class things.common.ThingsException
Render a throwable as a string.
toStringSimple() - Method in class things.common.ThingsException
Render the exception as a string without the trace.
toTag() - Method in class things.common.IAmNobody
Give a TAG version of the ID.
toTag() - Method in class things.common.impl.WhoAmISimple
Give a TAG version of the ID.
toTag() - Method in interface things.common.WhoAmI
Give a TAG version of the ID.
toTag() - Method in class things.data.Nubblet
Give a TAG version of the ID.
toTag() - Method in class things.thinger.io.conduits.ConduitID
Give a TAG version of the ID.
total - Variable in class things.testing.unit.Test
 
total - Variable in class things.testing.unit.TestGroup
 
totalSize - Variable in class things.testing.unit.Test
 
totalSize - Variable in class things.testing.unit.TestGroup
 
toText() - Method in class things.data.Entry
Get a textual representation of this entry without attributes.
TouchySMTPClientManager - Class in things.data.transport.smtp
This is a simple manager for a clean SMTP client.
TouchySMTPClientManager() - Constructor for class things.data.transport.smtp.TouchySMTPClientManager
 
TRANSACTION_FAILED - Static variable in interface things.data.transport.smtp.SMTPClient
 
transactionInterface - Static variable in class things.thinger.service.local.CLIBackbone
The tender transaction point and it's lock.
transferEncoding - Variable in class things.data.processing.http.HttpHeaders
The transfer encoding.
translate(String) - Method in interface things.data.language.Translator
Translate a word.
translate(String) - Method in class things.data.language.WordDictionary
Translate a word.
Translator - Interface in things.data.language
Translation interface.
trimFriendly(String) - Static method in class things.data.processing.rfc822.AddressTools
It will trim whitespace and encapsulating quotes (if present and matched front and back).
TROOF - Static variable in interface things.common.ThingsConstants
 
TRUE - Static variable in interface things.common.ThingsConstants
 
TRUE_STRING - Static variable in class things.common.tools.Plato
 
tune(ConduitID, WhoAmI) - Method in class things.thinger.io.conduits.basic.BasicConduitController
This will attempt to use a common name to find a specific conduit.
tune(ConduitID, WhoAmI) - Method in interface things.thinger.io.conduits.ConduitController
This will attempt to use a common name to find a specific conduit.
turnGreen() - Method in class things.common.tools.StoplightMonitor
Turn on the stoplight green.
turnRed() - Method in class things.common.tools.StoplightMonitor
Turn on the stoplight red.
type - Variable in class things.common.commands.CommandParameter
Type of parameter.
type - Variable in class things.data.processing.rfc822.FileInfo
A type.
type - Variable in class things.thinger.service.httptool.ActionIzerItem
 
type - Variable in class things.thinger.service.httptool.ActionResult
 
type - Variable in class things.thinger.service.httptool.ServeFile
 
TYPE_HELP_ONLY - Static variable in class things.data.tabular.ModuleSchemaValidation
 
TYPE_LIST - Static variable in class things.data.tabular.ModuleSchemaValidation
 
TYPE_NUMERIC - Static variable in class things.data.tabular.ModuleSchemaEntry
 
TYPE_NUMERIC - Static variable in class things.data.tabular.ModuleSchemaValidation
 
TYPE_PERCENTAGE - Static variable in class things.data.tabular.ModuleSchemaEntry
 
TYPE_STRING - Static variable in class things.data.tabular.ModuleSchemaEntry
 
TYPE_TEXT - Static variable in class things.data.tabular.ModuleSchemaValidation
 
typeIs(String) - Method in class things.thinger.service.actor.ActorServiceBase
Is the current message this type?

U

UADDY_SEPARATOR - Static variable in class things.universe.UniverseAddress
Separator between the name and the path.
unhealthy() - Method in class things.common.tools.Tender
Mark the tender as unhealthy.
Universe - Interface in things.universe
Universe interface.
UNIVERSE_ERROR_BAD_KEY - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_CONFIG_BAD_REQUIRED - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_CONFIG_BAD_VALUE - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_CONFIG_MISSING_REQUIRED - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_DEFAULT - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_DELETE_FAILED - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_DISALLOWED_NAME - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_EMPTY_NAME - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_GET_MATCHES - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_GET_MODIFIED_DATE_FAILED - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_IO_PROBLEM - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_OBJECT_DOESNT_EXIST - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_OBJECT_LOCKED - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_REGISTRATION_BAD - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_REGISTRATION_DUPLICATE - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_ERROR_REGISTRATION_NOT_ALLOWED - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_FAULT_ACCESSOR_PROBLEM - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_FAULT_BAD_CALL - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_FAULT_COULD_NOT_ACCESS - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_FAULT_DEFAULT - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_FAULT_LOCAL_MANAGEMENT - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_FAULT_LOCAL_PATH_MANAGEMENT - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_FAULT_NAMING_FAILED - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_FAULT_NOT_REGISTERED - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_FAULT_UNEXPECTED - Static variable in interface things.common.ThingsCodes
 
UNIVERSE_INVALID - Static variable in interface things.universe.UniverseRegistry
Types of universe
UNIVERSE_LOCAL - Static variable in interface things.universe.UniverseRegistry
 
UNIVERSE_LOCAL_name - Static variable in interface things.universe.UniverseRegistry
 
UNIVERSE_SYSTEM_DEFAULT_NAME_CONFIG - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
UNIVERSE_USER_DEFAULT_NAME_CONFIG - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
UniverseAddress - Class in things.universe
Universe object address.
UniverseAddress(String, String) - Constructor for class things.universe.UniverseAddress
Construct.
UniverseAddress(String) - Constructor for class things.universe.UniverseAddress
Construct using an UADDY
UniverseAnchor - Class in things.universe
An anchor in a universe.
UniverseAnchor(String, Universe) - Constructor for class things.universe.UniverseAnchor
Constructor.
UniverseClassLoader - Class in things.thinger.kernel.basic.tools
A goofy class loader for compile time.
UniverseClassLoader() - Constructor for class things.thinger.kernel.basic.tools.UniverseClassLoader
 
UniverseException - Class in things.universe
A Universe exception.
UniverseException() - Constructor for class things.universe.UniverseException
Default Constructor.
UniverseException(Throwable) - Constructor for class things.universe.UniverseException
Default Constructor with Cause
UniverseException(String) - Constructor for class things.universe.UniverseException
Message constructor
UniverseException(String, Throwable) - Constructor for class things.universe.UniverseException
Message constructor with Cause
UniverseException(int) - Constructor for class things.universe.UniverseException
Numeric constructor
UniverseException(int, Throwable) - Constructor for class things.universe.UniverseException
Numeric constructor with cause
UniverseException(String, int) - Constructor for class things.universe.UniverseException
Message and numeric constructor
UniverseException(String, int, Throwable) - Constructor for class things.universe.UniverseException
Message and numeric constructor with cause
UniverseException(String, int, String...) - Constructor for class things.universe.UniverseException
Message and numeric constructor
UniverseException(String, int, Throwable, String...) - Constructor for class things.universe.UniverseException
Message and numeric constructor with cause
UniverseFileManager - Class in things.thinger.kernel.basic.tools
A java file manager for handling universe objects.
UniverseFileManager(StandardJavaFileManager, UniverseAnchor, ClassLoader) - Constructor for class things.thinger.kernel.basic.tools.UniverseFileManager
Construct
UniverseID - Class in things.universe
Universe IDENITY.
UniverseID() - Constructor for class things.universe.UniverseID
Create as a long ID from what we know about the system.
UniverseID(String) - Constructor for class things.universe.UniverseID
Create as an ID based on a string.
UniverseLocal - Class in things.universe.server
Universe local.
UniverseLocal() - Constructor for class things.universe.server.UniverseLocal
 
UniverseLocalServer - Class in things.universe.server
Universe server management class.
UniverseLocalServer() - Constructor for class things.universe.server.UniverseLocalServer
 
universeName - Variable in class things.universe.UniverseAddress
The local universe name.
UniverseObjectAccessor - Class in things.universe
This is a cheap access for a file.
UniverseObjectAccessor(Universe, String...) - Constructor for class things.universe.UniverseObjectAccessor
Constructor.
universeRegistry - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
UniverseRegistry - Interface in things.universe
Universe registry interface.
UniverseRegistry_Simple - Class in things.universe.server
A simple universe registry.
UniverseRegistry_Simple() - Constructor for class things.universe.server.UniverseRegistry_Simple
 
UniverseServer - Interface in things.universe
Universe server interface.
unlock() - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
This call is only meaningful if the thread holds the lock.
unlock() - Method in interface things.thinger.kernel.ResourceInterface
This call is only meaningful if the thread holds the lock.
unlock() - Method in class things.thinger.service.command.local.LocalCommander
RESOURCE INTERFACE IMPLEMENTATION.
unlock(String) - Method in class things.universe.server.UniverseLocal
Unlock an object using a key.
unlock(String) - Method in interface things.universe.Universe
Unlock an object using a key for this operation only.
unlockCarefree(Lock) - Static method in class things.thinger.kernel.KernelTools
Carefree unlock.
unmatch(byte[], int) - Method in class things.data.processing.http.HttpHeaderProcessor
This method will be called when a header is unmatched.
unmatch(byte[], int, OutputStream) - Method in class things.data.processing.rfc822.HeaderProcessor
This method will be called when a header is unmatched.
unmatch(byte[], int, OutputStream) - Method in class things.data.processing.rfc822.HeaderProcessorv2
This method will be called when a header is unmatched.
unmatch(byte[], int) - Method in class things.data.processing.rfc822.HeaderProcessorv3
This method will be called when a header is unmatched.
UNPAUSING() - Method in class things.thing.THING
The THING is about to unpause.
UNRECOGNIZED_COMMAND - Static variable in interface things.data.transport.smtp.SMTPClient
 
uplink - Variable in class things.thinger.service.proxy.ProxyContext
 
uplinkIn - Variable in class things.thinger.service.proxy.ProxyContext
 
uplinkOut - Variable in class things.thinger.service.proxy.ProxyContext
 
URL_SAFE - Static variable in class things.common.tools.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
URLCHAR - Static variable in class things.data.processing.LexicalTool
 
URLFCHAR - Static variable in class things.data.processing.LexicalTool
 
urlValues - Variable in class things.data.processing.http.HttpHeaders
Request URL values.
usage() - Method in class things.common.commands.CommandRoot
Print the usage (help).
usage(StringPoster) - Static method in class things.common.configuration.ConfigureByProps
Print usage to a poster
USAGE_ERROR - Static variable in interface things.common.ThingsCodes
 
use(InputStream, OutputStream) - Method in class things.thinger.io.EchoStreamSource
Use this object but with another stream.
user - Variable in class things.common.help.HelpItem
who uses this property?
user - Variable in class things.data.ThingsPropertyDescription
who uses this property?
USER_BAD_CONFIGURATION_ERROR - Static variable in interface things.common.ThingsCodes
 
USER_COMMAND_ERROR - Static variable in interface things.common.ThingsCodes
 
USER_DEBUG_RESERVED_END - Static variable in interface things.common.ThingsCodes
 
USER_DEFAULT_INFO - Static variable in interface things.common.ThingsCodes
 
USER_ERROR_RESERVED_END - Static variable in interface things.common.ThingsCodes
 
USER_EXPRESSION_FAILED - Static variable in interface things.common.ThingsCodes
 
USER_FAULT_RESERVED_END - Static variable in interface things.common.ThingsCodes
 
USER_FILESYSTEM_ROOT - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
USER_INFO_RESERVED_END - Static variable in interface things.common.ThingsCodes
 
USER_LOG_PREFIX - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
USER_NOT_LOCAL - Static variable in interface things.data.transport.smtp.SMTPClient
 
USER_NOT_LOCAL_WILL_FORWARD - Static variable in interface things.data.transport.smtp.SMTPClient
 
USER_PANIC_RESERVED_END - Static variable in interface things.common.ThingsCodes
 
USER_RESULT_COMPLETE - Static variable in interface things.common.ThingsCodes
 
USER_RESULT_DEFAULT - Static variable in interface things.common.ThingsCodes
 
USER_RESULT_ERRORED - Static variable in interface things.common.ThingsCodes
 
USER_ROOT - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
USER_ROOT_CONFIGURED_SPACE - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
USER_ROOT_GLOBAL_SPACE - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
USER_ROOT_PROCESS_SPACE - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
USER_suffix_KERNEL_NAME - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
USER_THING_MANAGEMENT - Static variable in interface things.common.ThingsCodes
 
USER_UNSUPPORTED_FUNCTION_ERROR - Static variable in interface things.common.ThingsCodes
 
USER_WARNING_RESERVED_END - Static variable in interface things.common.ThingsCodes
 
UserException - Class in things.thing
A user exception.
UserException() - Constructor for class things.thing.UserException
Default Constructor.
UserException(Throwable) - Constructor for class things.thing.UserException
Default Constructor with Cause
UserException(String) - Constructor for class things.thing.UserException
Message constructor
UserException(String, Throwable) - Constructor for class things.thing.UserException
Message constructor with Cause
UserException(int) - Constructor for class things.thing.UserException
Numeric constructor
UserException(int, Throwable) - Constructor for class things.thing.UserException
Numeric constructor with cause
UserException(String, int) - Constructor for class things.thing.UserException
Message and numberic constructor
UserException(String, int, Throwable) - Constructor for class things.thing.UserException
Message and numberic constructor with cause
UserException(String, int, String...) - Constructor for class things.thing.UserException
Message and numberic constructor
UserException(String, int, Throwable, String...) - Constructor for class things.thing.UserException
Message and numberic constructor with cause
userFilesystem - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
userGlobalConfigView - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
userGlobalPropertiesView - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
USERSPACE_ID_STRING - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
USERSPACE_ID_TAG - Static variable in interface things.thinger.kernel.basic.KernelBasic_Constants
 
userSpaceID - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
userUniverse - Variable in class things.thinger.kernel.basic.KernelBasicBase
 

V

v - Variable in class things.thinger.service.actor.ActorParameter
The parameter value.
validate(String, String, Collection<ThingsPropertyReaderToolkit.Validations>) - Method in class things.data.ThingsPropertyReaderToolkit
Validate.
validate(String, String, ThingsPropertyReaderToolkit.Validations...) - Method in class things.data.ThingsPropertyReaderToolkit
Validate.
validateAttributes() - Method in class things.data.impl.ReadableAttributes
Check to see if attributes were defined.
validateCompletion(boolean) - Method in interface things.thinger.service.command.CommandResponse
Assuming the response is done, was the reponse well formed per the scheme?
validateCompletion(boolean) - Method in class things.thinger.service.command.local.LocalCommandResponse
Assuming the response is done, was the reponse well formed per the scheme?
validateInt(String, String) - Method in class things.data.ThingsPropertyReaderToolkit
Validate integer.
validateLong(String, String) - Method in class things.data.ThingsPropertyReaderToolkit
Validate long.
validatePath(String) - Static method in class things.data.ThingsPropertyReaderToolkit
Validate the path.
validateReceiptList(ReceiptList) - Method in class things.thinger.service.command.Command
Validate this is a valid receipt list.
validateValue(String) - Static method in class things.data.ThingsPropertyReaderToolkit
Validate a value.
validateValues(String[]) - Static method in class things.data.ThingsPropertyReaderToolkit
Validate a values.
ValidatingStringNumericComparator - Class in things.common.tools
A validating string numeric compare.
ValidatingStringNumericComparator() - Constructor for class things.common.tools.ValidatingStringNumericComparator
 
validations() - Method in class things.data.tabular.Module
 
value - Variable in class things.data.NVImmutable
The Values
VALUE(String, String, String) - Method in class things.testing.unit.Test
Set a VALUE for the case.
value() - Method in enum things.thinger.io.Logger.LEVEL
 
value() - Method in enum things.thinger.kernel.Clearance
 
value - Variable in class things.thinger.service.httptool.ActionIzerItem
 
value - Variable in class things.thinger.service.httptool.ActionIzerItemValue
Actual value if a string.
VALUE_ASCII_BOTTOM - Static variable in class things.data.processing.LexicalTool
 
VALUE_ASCII_HIGH_BOTTOM - Static variable in class things.data.processing.LexicalTool
 
VALUE_ASCII_HIGH_TOP - Static variable in class things.data.processing.LexicalTool
 
VALUE_ASCII_LOW_BOTTOM - Static variable in class things.data.processing.LexicalTool
Values.
VALUE_ASCII_LOW_TOP - Static variable in class things.data.processing.LexicalTool
 
VALUE_ASCII_TOP - Static variable in class things.data.processing.LexicalTool
 
VALUE_OK - Static variable in interface things.common.ThingsNamespace
 
valueFalse - Variable in class things.thinger.service.httptool.ActionIzerItem
 
valueOf(String) - Static method in enum things.common.commands.CommandLine.PARAMETER_TYPES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.data.Data.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.data.Data.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.data.language.Token
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.data.processing.http.HttpRequest.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.data.Receipt.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.data.ThingsPropertyReaderToolkit.Validations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.data.ThingsPropertyTrunk.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.data.transport.smtp.SMTPState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.testing.unit.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.testing.unit.ResultExpresser.expressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thing.ResultExpectation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.io.conduits.Conduit.InjectorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.io.Logger.LEVEL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.io.Logger.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.kernel.Clearance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.kernel.ResourceInterface.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.kernel.ThingsState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.service.command.Command.CheckType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.service.command.Command.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.service.command.Command.Occurrence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.service.command.Command.Requirement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.service.command.CommandResponse.CompletionDisposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.service.command.CommandResponse.ResponseState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.service.httptool.ActionIzerItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.service.httptool.ActionResult.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.service.local.CLIServiceTools.Responses
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum things.thinger.service.local.CLIServiceTools.Result
Returns the enum constant of this type with the specified name.
valueProps - Variable in class things.common.commands.CommandRoot
Value properties, if provided.
valuePropsView - Variable in class things.common.commands.CommandRoot
Value properties from a writable view, if provided.
values() - Static method in enum things.common.commands.CommandLine.PARAMETER_TYPES
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class things.common.help.HelpProperty
Suggested values.
values() - Static method in enum things.data.Data.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.data.Data.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.data.language.Token
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.data.processing.http.HttpRequest.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.data.Receipt.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class things.data.ThingsPropertyDescription
Suggested values.
values() - Static method in enum things.data.ThingsPropertyReaderToolkit.Validations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.data.ThingsPropertyTrunk.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.data.transport.smtp.SMTPState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.testing.unit.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.testing.unit.ResultExpresser.expressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thing.ResultExpectation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.io.conduits.Conduit.InjectorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.io.Logger.LEVEL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.io.Logger.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.kernel.Clearance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.kernel.ResourceInterface.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.kernel.ThingsState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.service.command.Command.CheckType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.service.command.Command.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.service.command.Command.Occurrence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.service.command.Command.Requirement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.service.command.CommandResponse.CompletionDisposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.service.command.CommandResponse.ResponseState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.service.httptool.ActionIzerItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.service.httptool.ActionResult.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.service.local.CLIServiceTools.Responses
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum things.thinger.service.local.CLIServiceTools.Result
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_CONFIGURATION - Static variable in class things.common.commands.CommandRoot
Build-in values
VALUES_VALUES - Static variable in class things.common.commands.CommandRoot
 
VARIABLE - Static variable in interface things.common.ThingsMarkup
 
Verbose - Interface in things.common
Verbose interface.
verbose - Variable in class things.thinger.kernel.basic.KernelBasicBase
 
VERBOSE_FAILED_TO_START - Static variable in interface things.common.ThingsCodes
 
verboseOff() - Method in interface things.common.Verbose
Turn off the verbose mode.
verboseOff() - Method in class things.thinger.kernel.basic.KernelBasic_Loader
Turn off the verbose mode.
verboseOff() - Method in class things.thinger.kernel.basic.KernelBasic_LoaderIDE
Turn off the verbose mode.
verboseOff() - Method in class things.thinger.kernel.ResourceManager
Turn it off
verboseOff() - Method in class things.thinger.kernel.ThingsProcess
Turn off the verbose mode.
verboseOff() - Method in class things.thinger.service.command.local.LocalCommander
VERBOSE INTERFACE.
verboseOff() - Method in class things.universe.server.UniverseRegistry_Simple
Turn it off
verboseOn(StringPoster) - Method in interface things.common.Verbose
Turn on.
verboseOn(StringPoster) - Method in class things.thinger.kernel.basic.KernelBasic_Loader
Turn on.
verboseOn(StringPoster) - Method in class things.thinger.kernel.basic.KernelBasic_LoaderIDE
Turn on.
verboseOn(StringPoster) - Method in class things.thinger.kernel.ResourceManager
Turn on.
verboseOn(StringPoster) - Method in class things.thinger.kernel.ThingsProcess
Turn on the verbose mode.
verboseOn(StringPoster) - Method in class things.thinger.service.command.local.LocalCommander
VERBOSE INTERFACE.
verboseOn(StringPoster) - Method in class things.universe.server.UniverseRegistry_Simple
Turn on.
VERSION_NOTE - Static variable in class things.thinger.service.httptool.ActionIzer
 

W

waitForDrain() - Method in class things.thinger.io.conduits.basic.BasicPullDrainContainer
Wait for a drain.
waitForDrain() - Method in interface things.thinger.io.conduits.PullDrainContainer
Wait for a drain.
waitItem() - Method in class things.thinger.io.conduits.basic.BasicPullDrainContainer
Wait for an item.
waitItem() - Method in interface things.thinger.io.conduits.PullDrain
Wait for an item.
waitProcessDone(String) - Method in class things.thinger.kernel.basic.KernelBasic
Wait until the named process if done (meaning any state that satisfies ProcessInterface.ThingsState.isDeadOrDying()==true).
waitProcessDone(String) - Method in interface things.thinger.SystemInterface
Wait until the named process if done (meaning any state that satisfies ProcessInterface.ThingsState.isDeadOrDying()==true).
waitResponse(int) - Method in interface things.thinger.service.command.CommandResponse
Wait for a submission and then get it.
waitResponse(int) - Method in class things.thinger.service.command.local.LocalCommandResponse
Wait for a submission and then get it.
waitRollup(int) - Method in interface things.thinger.service.command.CommandResponse
Wait for the whole transation to be done and then get a rollup of attributes.
waitRollup(int) - Method in class things.thinger.service.command.local.LocalCommandResponse
Wait for the whole transation to be done and then get a rollup of attributes.
warning(String) - Method in class things.common.commands.CommandLogger
Log a trivial warning entry.
warning(String, int) - Method in class things.common.commands.CommandLogger
Log a trivial warning entry with a numeric.
warning(String, int, NVImmutable...) - Method in class things.common.commands.CommandLogger
Log a complex warning entry with numerics and attributes.
warning(String, int, Collection<NVImmutable>) - Method in class things.common.commands.CommandLogger
Log a complex warning entry with numerics and attributes.
warning(String, int, String...) - Method in class things.common.commands.CommandLogger
Log a complex warning entry with numerics and attributes.
WARNING - Static variable in interface things.common.ThingsCodes
 
warning(String) - Method in interface things.thinger.io.Logger
Log a trivial warning entry.
warning(String, int) - Method in interface things.thinger.io.Logger
Log a trivial warning entry with a numeric.
warning(String, int, String...) - Method in interface things.thinger.io.Logger
Log a complex warning entry with numerics and attributes.
warning(String, int, NVImmutable...) - Method in interface things.thinger.io.Logger
Log a complex warning entry with numerics and attributes.
warning(String, int, Collection<NVImmutable>) - Method in interface things.thinger.io.Logger
Log a complex warning entry with numerics and attributes.
warning(String) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a trivial warning entry.
warning(String, int) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a trivial warning entry with a numeric.
warning(String, int, NVImmutable...) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a complex warning entry with numerics and attributes.
warning(String, int, Collection<NVImmutable>) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a complex warning entry with numerics and attributes.
warning(String, int, String...) - Method in class things.thinger.kernel.basic.KernelBasic_WriterLogger
Log a complex warning entry with numerics and attributes.
WARNING_TOP - Static variable in interface things.common.ThingsCodes
 
WAYSA - Static variable in interface things.common.ThingsConstants
 
WhoAmI - Interface in things.common
An identification object interface.
WhoAmISimple - Class in things.common.impl
A simple ID
WhoAmISimple() - Constructor for class things.common.impl.WhoAmISimple
Set it as a default (systemtime)
WhoAmISimple(String) - Constructor for class things.common.impl.WhoAmISimple
Set it as a name String.
WhoAmISimple(String, String) - Constructor for class things.common.impl.WhoAmISimple
Set it as a name and tag String.
word() - Method in interface things.data.language.LanguageGenerator
Get a word of random size.
word(int) - Method in interface things.data.language.LanguageGenerator
Get a word of specified size
word() - Method in class things.data.language.LanguageGenerator_Basic
Get a word of random size.
word(int) - Method in class things.data.language.LanguageGenerator_Basic
Get a word of specified size
WordDictionary - Class in things.data.language
Create a word dictionary.
WordDictionary(InputStream) - Constructor for class things.data.language.WordDictionary
A ready to do stream from which WS delimited words can be found.
write(int) - Method in class things.common.tools.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class things.common.tools.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(byte[]) - Method in class things.common.tools.BitBucketOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class things.common.tools.BitBucketOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class things.common.tools.BitBucketOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class things.common.tools.BoundedByteArrayOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class things.common.tools.BoundedByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class things.common.tools.BoundedByteArrayOutputStream
Writes the specified byte to this output stream.
write(int) - Method in interface things.thinger.io.StreamDestination
Write the character.
writeAsAttributes(Attributes) - Method in class things.thing.Metrics
Write as attributes.
writeNext(String, String) - Method in class things.data.impl.ThingsPropertyTrunkInMemory
Write the next property
writeNext(NVImmutable) - Method in class things.data.impl.ThingsPropertyTrunkInMemory
Write the next property
writeNext(String, String) - Method in class things.data.impl.ThingsPropertyTrunkIO
Write the next property
writeNext(NVImmutable) - Method in class things.data.impl.ThingsPropertyTrunkIO
Write the next property
writeNext(String, String) - Method in interface things.data.ThingsPropertyTrunk
Write the next property
writeNext(NVImmutable) - Method in interface things.data.ThingsPropertyTrunk
Write the next property
writeNextMultivalue(String, String...) - Method in class things.data.impl.ThingsPropertyTrunkInMemory
Write the next property that is a multivalue.
writeNextMultivalue(String, String...) - Method in class things.data.impl.ThingsPropertyTrunkIO
Write the next property that is a multivalue.
writeNextMultivalue(String, String...) - Method in interface things.data.ThingsPropertyTrunk
Write the next property that is a multivalue.
writeOriginalHeaderNameWithColon() - Method in class things.data.processing.rfc822.HeaderProcessor
Write the original header name with a colon.
writeOriginalHeaderNameWithColon(OutputStream) - Method in class things.data.processing.rfc822.HeaderProcessor
Write the original header name with a colon into the given output stream.
writeOriginalHeaderNameWithColon() - Method in class things.data.processing.rfc822.HeaderProcessorv2
Write the original header name with a colon.
writeOriginalHeaderNameWithColon(OutputStream) - Method in class things.data.processing.rfc822.HeaderProcessorv2
Write the original header name with a colon into the given output stream.
writeOriginalHeaderNameWithColon(OutputStream) - Method in class things.data.processing.rfc822.HeaderProcessorv3
Write the original header name with a colon into the given output stream.
WS - Static variable in class things.data.processing.LexicalTool
 
WS_CR_CONTROL - Static variable in class things.data.processing.LexicalTool
 
WS_LF_CONTROL - Static variable in class things.data.processing.LexicalTool
 
WS_SPACE - Static variable in class things.data.processing.LexicalTool
 
WS_TAB_CONTROL - Static variable in class things.data.processing.LexicalTool
 

A B C D E F G H I K L M N O P Q R S T U V W

Things.