|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NVImmutable in things.common |
---|
Methods in things.common that return NVImmutable | |
---|---|
NVImmutable[] |
ThingsException.getAttributesNV(NV ina)
Get attributes as NVImmutable. |
NVImmutable[] |
ThingsException.getAttributesNV(java.lang.String name,
java.lang.String value)
Get attributes as NVImmutable. |
NVImmutable[] |
ThingsException.getAttributesNVDecorated()
Get attributes as NVImmutable. |
NVImmutable[] |
ThingsException.getAttributesNVDecorated(java.lang.String name,
java.lang.String value)
Get attributes as NVImmutable. |
NVImmutable[] |
ThingsException.getAttributesNVMulti(NV... ina)
Get attributes as NVs. |
Uses of NVImmutable in things.common.commands |
---|
Methods in things.common.commands that return NVImmutable | |
---|---|
NVImmutable |
CommandLine.getValue(java.lang.String name)
Get a value as an NVImmutable or null if it isn't present. |
Methods in things.common.commands with parameters of type NVImmutable | |
---|---|
void |
CommandLogger.debug(java.lang.String msg,
int numeric,
NVImmutable... attributes)
Log a complex debug entry with numerics and attributes. |
void |
CommandLogger.error(java.lang.String msg,
int numeric,
NVImmutable... attributes)
Log a complex error entry with numerics and attributes. |
void |
CommandLogger.info(java.lang.String msg,
int numeric,
NVImmutable... attributes)
Log a complex information entry with numerics and attributes. |
void |
CommandLogger.shout(java.lang.String msg,
int numeric,
Logger.LEVEL theLevel,
NVImmutable... attributes)
Shout a log entry with numerics and attributes. |
void |
CommandLogger.warning(java.lang.String msg,
int numeric,
NVImmutable... attributes)
Log a complex warning entry with numerics and attributes. |
Method parameters in things.common.commands with type arguments of type NVImmutable | |
---|---|
void |
CommandLogger.debug(java.lang.String msg,
int numeric,
java.util.Collection<NVImmutable> attributes)
Log a complex debug entry with numerics and attributes. |
void |
CommandLogger.error(java.lang.String msg,
int numeric,
java.util.Collection<NVImmutable> attributes)
Log a complex error entry with numerics and attributes. |
void |
CommandLogger.info(java.lang.String msg,
int numeric,
java.util.Collection<NVImmutable> attributes)
Log a complex information entry with numerics and attributes. |
void |
CommandLogger.shout(java.lang.String msg,
int numeric,
Logger.LEVEL theLevel,
java.util.Collection<NVImmutable> attributes)
Shout a log entry with numerics and attributes. |
void |
CommandLogger.warning(java.lang.String msg,
int numeric,
java.util.Collection<NVImmutable> attributes)
Log a complex warning entry with numerics and attributes. |
Constructor parameters in things.common.commands with type arguments of type NVImmutable | |
---|---|
CommandLine(java.util.HashMap<java.lang.String,NVImmutable> valuesData,
java.util.ArrayList<java.lang.String> entitiesData,
boolean[] optionsData)
The only constructor. |
Uses of NVImmutable in things.common.help |
---|
Fields in things.common.help with type parameters of type NVImmutable | |
---|---|
java.util.List<NVImmutable> |
HelpProperty.values
Suggested values. |
Uses of NVImmutable in things.data |
---|
Subclasses of NVImmutable in things.data | |
---|---|
class |
NV
This is a name/value pair as strings. |
Fields in things.data with type parameters of type NVImmutable | |
---|---|
java.util.List<NVImmutable> |
ThingsPropertyDescription.values
Suggested values. |
Methods in things.data that return NVImmutable | |
---|---|
NVImmutable |
AttributeReader.getAttribute(java.lang.String n)
Get an attribute. |
NVImmutable |
AttributeReader.getAttribute(java.lang.String n,
int index)
Get an attribute from a multi-attribute by index. |
NVImmutable |
ThingsPropertyViewReader.getPropertyNV(java.lang.String path)
Get a property value as a multivalue. |
Methods in things.data that return types with arguments of type NVImmutable | |
---|---|
java.util.Collection<NVImmutable> |
AttributeReader.getAttributes()
Get a collection of the attributes. |
java.util.Collection<NVImmutable> |
AttributeReader.getAttributes(java.lang.String n)
Get a collection of the attributes for the name. |
Methods in things.data with parameters of type NVImmutable | |
---|---|
void |
Attributes.addAttribute(NVImmutable attribute)
Add an attribute in the native NV. |
static java.lang.String |
AttributeCodec.encode2String(NVImmutable... a)
Encode a collection of s to a string. |
static java.lang.String |
AttributeCodec.encode2String(NVImmutable a)
Encode a single NV object. |
void |
ThingsPropertyView.setProperty(NVImmutable item)
Set a property value from an NVImmutable item. |
void |
ThingsPropertyTrunk.writeNext(NVImmutable item)
Write the next property |
Method parameters in things.data with type arguments of type NVImmutable | |
---|---|
static java.lang.String |
AttributeCodec.encode2String(java.util.Collection<NVImmutable> c)
Encode a collection of s to a string. |
Uses of NVImmutable in things.data.impl |
---|
Fields in things.data.impl with type parameters of type NVImmutable | |
---|---|
protected java.util.Hashtable<java.lang.String,java.util.LinkedList<NVImmutable>> |
ReadableAttributes.mYAttributes
Attributes, if needed. |
Methods in things.data.impl that return NVImmutable | |
---|---|
NVImmutable |
ReadableAttributes.getAttribute(java.lang.String n)
Get an attribute. |
NVImmutable |
AttributesReaderWrapper.getAttribute(java.lang.String n)
Get an attribute. |
NVImmutable |
ReadableAttributes.getAttribute(java.lang.String n,
int index)
Get an attribute from a multi-attribute by index. |
NVImmutable |
AttributesReaderWrapper.getAttribute(java.lang.String n,
int index)
Get an attribute from a multi-attribute by index. |
NVImmutable |
ThingsPropertyTreeRAM.getPropertyNV(java.lang.String path)
Get a property value as a multivalue. |
NVImmutable |
ThingsPropertyTreeBASIC.getPropertyNV(java.lang.String path)
Get a property value as a multivalue. |
Methods in things.data.impl that return types with arguments of type NVImmutable | |
---|---|
java.util.Collection<NVImmutable> |
ReadableAttributes.getAttributes()
Get a collection of the attributes. |
java.util.Collection<NVImmutable> |
AttributesReaderWrapper.getAttributes()
Get a collection of the attributes. |
java.util.Collection<NVImmutable> |
ReadableAttributes.getAttributes(java.lang.String n)
Get a collection of the attributes for the name. |
java.util.Collection<NVImmutable> |
AttributesReaderWrapper.getAttributes(java.lang.String n)
Get a collection of the attributes for the name. |
Methods in things.data.impl with parameters of type NVImmutable | |
---|---|
void |
ReadWriteableAttributes.addAttribute(NVImmutable attribute)
Add an attribute in the native NV. |
void |
ThingsPropertyTreeRAM.setProperty(NVImmutable item)
Set a property value from an NVImmutable item. |
void |
ThingsPropertyTreeBASIC.setProperty(NVImmutable item)
Set a property value from an NVImmutable item. |
void |
ThingsPropertyTrunkIO.writeNext(NVImmutable item)
Write the next property |
void |
ThingsPropertyTrunkInMemory.writeNext(NVImmutable item)
Write the next property |
Uses of NVImmutable in things.thing |
---|
Methods in things.thing that return types with arguments of type NVImmutable | |
---|---|
java.util.Collection<NVImmutable> |
RESULT.getAllAttributes()
Get a NVImmutable collection for all attributes and metrics. |
java.util.Collection<NVImmutable> |
RESULT.getAllAttributes(java.lang.String... additionalAttributes)
Get a NVImmutable collection for all attributes and metrics. |
Uses of NVImmutable in things.thinger.io |
---|
Methods in things.thinger.io with parameters of type NVImmutable | |
---|---|
void |
Logger.debug(java.lang.String msg,
int numeric,
NVImmutable... attributes)
Log a complex debug entry with numerics and attributes. |
void |
Logger.error(java.lang.String msg,
int numeric,
NVImmutable... attributes)
Log a complex error entry with numerics and attributes. |
void |
Logger.info(java.lang.String msg,
int numeric,
NVImmutable... attributes)
Log a complex information entry with numerics and attributes. |
void |
Logger.shout(java.lang.String msg,
int numeric,
Logger.LEVEL theLevel,
NVImmutable... attributes)
Shout a log entry with numerics and attributes. |
void |
Logger.warning(java.lang.String msg,
int numeric,
NVImmutable... attributes)
Log a complex warning entry with numerics and attributes. |
Method parameters in things.thinger.io with type arguments of type NVImmutable | |
---|---|
void |
Logger.debug(java.lang.String msg,
int numeric,
java.util.Collection<NVImmutable> attributes)
Log a complex debug entry with numerics and attributes. |
void |
Logger.error(java.lang.String msg,
int numeric,
java.util.Collection<NVImmutable> attributes)
Log a complex error entry with numerics and attributes. |
void |
Logger.info(java.lang.String msg,
int numeric,
java.util.Collection<NVImmutable> attributes)
Log a complex information entry with numerics and attributes. |
void |
Logger.shout(java.lang.String msg,
int numeric,
Logger.LEVEL theLevel,
java.util.Collection<NVImmutable> attributes)
Shout a log entry with numerics and attributes. |
void |
Logger.warning(java.lang.String msg,
int numeric,
java.util.Collection<NVImmutable> attributes)
Log a complex warning entry with numerics and attributes. |
Uses of NVImmutable in things.thinger.kernel.basic |
---|
Methods in things.thinger.kernel.basic with parameters of type NVImmutable | |
---|---|
void |
KernelBasic_WriterLogger.debug(java.lang.String msg,
int numeric,
NVImmutable... attributes)
Log a complex debug entry with numerics and attributes. |
void |
KernelBasic_WriterLogger.error(java.lang.String msg,
int numeric,
NVImmutable... attributes)
Log a complex error entry with numerics and attributes. |
void |
KernelBasic_WriterLogger.info(java.lang.String msg,
int numeric,
NVImmutable... attributes)
Log a complex information entry with numerics and attributes. |
void |
KernelBasic_WriterLogger.shout(java.lang.String msg,
int numeric,
Logger.LEVEL theLevel,
NVImmutable... attributes)
Shout a log entry with numerics and attributes. |
void |
KernelBasic_WriterLogger.warning(java.lang.String msg,
int numeric,
NVImmutable... attributes)
Log a complex warning entry with numerics and attributes. |
Method parameters in things.thinger.kernel.basic with type arguments of type NVImmutable | |
---|---|
void |
KernelBasic_WriterLogger.debug(java.lang.String msg,
int numeric,
java.util.Collection<NVImmutable> attributes)
Log a complex debug entry with numerics and attributes. |
void |
KernelBasic_WriterLogger.error(java.lang.String msg,
int numeric,
java.util.Collection<NVImmutable> attributes)
Log a complex error entry with numerics and attributes. |
void |
KernelBasic_WriterLogger.info(java.lang.String msg,
int numeric,
java.util.Collection<NVImmutable> attributes)
Log a complex information entry with numerics and attributes. |
void |
KernelBasic_WriterLogger.shout(java.lang.String msg,
int numeric,
Logger.LEVEL theLevel,
java.util.Collection<NVImmutable> attributes)
Shout a log entry with numerics and attributes. |
void |
KernelBasic_WriterLogger.warning(java.lang.String msg,
int numeric,
java.util.Collection<NVImmutable> attributes)
Log a complex warning entry with numerics and attributes. |
Uses of NVImmutable in things.thinger.service.actor |
---|
Methods in things.thinger.service.actor with parameters of type NVImmutable | |
---|---|
void |
ActorMessage.addAttribute(NVImmutable p)
Add an attribute. |
void |
ActorMessage.addParamter(NVImmutable p)
Add a parameter. |
Uses of NVImmutable in things.thinger.service.command |
---|
Methods in things.thinger.service.command that return NVImmutable | |
---|---|
NVImmutable |
Command.GET_PARAMETER(java.lang.String name)
Get a parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |