Uses of Class
things.thing.RESULT

Packages that use RESULT
things.data.transport.smtp   
things.thing   
things.thing.tools   
things.thinger   
things.thinger.kernel   
things.thinger.kernel.basic   
things.thinger.service.thing   
 

Uses of RESULT in things.data.transport.smtp
 

Methods in things.data.transport.smtp that return RESULT
 RESULT TouchySMTPClientManager.meassuredSubmit(java.lang.String senderInet, java.lang.String recipientInet, java.lang.String id, java.io.InputStream... dataStream)
          Submit a message and return the result.
 RESULT TolerantSMTPClientManager.meassuredSubmit(java.lang.String senderInet, java.lang.String recipientInet, java.lang.String id, java.io.InputStream... dataStream)
          Submit a message and return the result.
 RESULT SMTPClientManager.meassuredSubmit(java.lang.String senderInet, java.lang.String recipientInet, java.lang.String id, java.io.InputStream... dataStream)
          Submit a message and return the result.
 

Uses of RESULT in things.thing
 

Fields in things.thing declared as RESULT
 RESULT ResultDefinition.actual
          The actual result.
 

Methods in things.thing that return RESULT
 RESULT THING.CALCULATE_RESULT()
          Calculate the result based on the defined results and their settings.
static RESULT ResultManager.calculateResult(java.util.Collection<ResultDefinition> results, ThingsExceptionBundle<ThingsException> exceptions)
          Calculate the result based on the defined results and their settings.
static RESULT ResultManager.calculateResult(java.util.List<RESULT> results, ThingsExceptionBundle<ThingsException> exceptions)
          Calculate the result based the inherit goodness of the individual results, as captured in Type.
 RESULT THING.call_chain()
          This is the class call point.
 RESULT THINGInterface.CALL(java.lang.String thingName)
          Call a THING.
 RESULT THING.CALL(java.lang.String thingName)
          Call a THING.
 RESULT RESULT.forgeChild(int numeric, Data.Type theType)
          Forge a child.
 RESULT RESULT.forgeChild(int numeric, Data.Type theType, java.lang.String... additionalAttributes)
          Forge a child.
static RESULT RESULT.forgeResult(int numeric, Data.Type theType, Metrics metrics, java.lang.Throwable t, java.lang.String... additionalAttributes)
          Forge a child.
 RESULT THING.getInterimResult()
          Get the interim result, if available.
 RESULT THING.getResult()
          Get the final result, if available.
 RESULT Cluster.getResult()
          Get the result for the cluster.
 RESULT THING.RESULTS(RESULT defaultReport)
          Optional result step.
 RESULT THING.RUN(java.lang.String thingName)
          Run a THING.
 

Methods in things.thing with parameters of type RESULT
 void THINGInterface.EXPRESS(RESULT theResult)
          Express a result.
 void THING.EXPRESS(RESULT theResult)
          Express a result.
 RESULT THING.RESULTS(RESULT defaultReport)
          Optional result step.
 void THING.SET_RESULT(java.lang.String name, RESULT result)
          Set result based on a complete RESULT.
 

Method parameters in things.thing with type arguments of type RESULT
static RESULT ResultManager.calculateResult(java.util.List<RESULT> results, ThingsExceptionBundle<ThingsException> exceptions)
          Calculate the result based the inherit goodness of the individual results, as captured in Type.
 

Uses of RESULT in things.thing.tools
 

Methods in things.thing.tools that return RESULT
static RESULT StockResult.getAbort()
          Get a stock abort.
static RESULT StockResult.getException()
          Get a stock exception.
static RESULT StockResult.getFail()
          Get a stock fail.
static RESULT StockResult.getInconclusive()
          Get a stock inconclusive.
static RESULT StockResult.getPass()
          Get a stock pass.
static RESULT StockResult.getWaiting()
          Get a stock waiting.
 

Uses of RESULT in things.thinger
 

Methods in things.thinger with parameters of type RESULT
 void ExpressionInterface.expressResult(RESULT theResult)
          Express a RESULT.
 

Uses of RESULT in things.thinger.kernel
 

Fields in things.thinger.kernel declared as RESULT
protected  RESULT ThingsProcess.internalResult
          The internal result.
 

Methods in things.thinger.kernel that return RESULT
 RESULT ThingsProcess.getResult()
          Get the latest result.
 RESULT ProcessInterface.getResult()
          Get the latest result.
 

Uses of RESULT in things.thinger.kernel.basic
 

Methods in things.thinger.kernel.basic that return RESULT
 RESULT KernalBasic_THINGProcessWrapper.getResult()
          Get the latest result.
 

Methods in things.thinger.kernel.basic with parameters of type RESULT
 void KernalBasic_THINGProcessWrapper.expressResult(RESULT theResult)
          Express a RESULT.
 void KernalBasic_LoggingExpressor.expressResult(RESULT theResult)
          Express a RESULT.
 

Uses of RESULT in things.thinger.service.thing
 

Methods in things.thinger.service.thing that return RESULT
 RESULT Thinger.queryResult(Receipt thingReceipt)
          Query the RESULT for a thing.
 



Things.