Skip navigation links
C H N O P R T 

C

Callback<Callee,Result> - Interface in net.markenwerk.commons.interfaces
For an arbitrary process, that will eventually yield a result, a Callback is used, to convey that result from the executor of the process (the callee) back to the initiator of the process (the caller).
Check - Interface in net.markenwerk.commons.interfaces
A Check is used to perform arbitrary test.
ConversionException - Exception in net.markenwerk.commons.exceptions
A ConversionException indicates that a Converter (or Translator) failed to convert (or revert )a value.
ConversionException(String, Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ConversionException
Creates a new ConversionException with the given message and cause.
ConversionException(String) - Constructor for exception net.markenwerk.commons.exceptions.ConversionException
Creates a new ConversionException with the given message.
ConversionException(Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ConversionException
Creates a new ConversionException with the given cause
convert(From) - Method in interface net.markenwerk.commons.interfaces.Converter
Called to convert a given value.
Converter<From,To> - Interface in net.markenwerk.commons.interfaces
A Converter is used to convert (transform, translate, project, evaluate, ...) values from one form into another.

H

handle(Value) - Method in interface net.markenwerk.commons.interfaces.Handler
Called by the executor when an condition occurs.
Handler<Value> - Interface in net.markenwerk.commons.interfaces
For an arbitrary process, that may encounter some condition and needs to delegate the handling, a Handler is used, to convey the involved value from the executor of the process (hereafter: executor) back to the initiator of the process (hereafter: initiator).
HandlingException - Exception in net.markenwerk.commons.exceptions
A HandlingException indicates that a Handler failed to handle a value.
HandlingException(String, Throwable) - Constructor for exception net.markenwerk.commons.exceptions.HandlingException
Creates a new HandlingException with the given message and cause.
HandlingException(String) - Constructor for exception net.markenwerk.commons.exceptions.HandlingException
Creates a new HandlingException with the given message.
HandlingException(Throwable) - Constructor for exception net.markenwerk.commons.exceptions.HandlingException
Creates a new HandlingException with the given cause.

N

net.markenwerk.commons.exceptions - package net.markenwerk.commons.exceptions
 
net.markenwerk.commons.interfaces - package net.markenwerk.commons.interfaces
 

O

onResult(Callee, Result) - Method in interface net.markenwerk.commons.interfaces.Callback
Called by the callee if and when a result is available.

P

Predicate<Subject> - Interface in net.markenwerk.commons.interfaces
A Predicate is used to perform arbitrary test on test subject.
process(Value) - Method in interface net.markenwerk.commons.interfaces.Processor
Called to process a given value.
ProcessingException - Exception in net.markenwerk.commons.exceptions
A ProcessingException indicates that a Processor failed to process a value.
ProcessingException(String, Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ProcessingException
Creates a new ProcessingException with the given message and cause.
ProcessingException(String) - Constructor for exception net.markenwerk.commons.exceptions.ProcessingException
Creates a new ProcessingException with the given message.
ProcessingException(Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ProcessingException
Creates a new ProcessingException with the given cause.
Processor<Value> - Interface in net.markenwerk.commons.interfaces
A Processor is used to process (transform, translate, project, evaluate, ...) values.
produce(Order) - Method in interface net.markenwerk.commons.interfaces.Producer
Produces a customized product.
Producer<Order,Product> - Interface in net.markenwerk.commons.interfaces
An Producer produces customized values of the corresponding product type.
ProductionException - Exception in net.markenwerk.commons.exceptions
A ProductionException indicates that a Producer failed to produce a value.
ProductionException(String, Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ProductionException
Creates a new ProductionException with the given message and cause.
ProductionException(String) - Constructor for exception net.markenwerk.commons.exceptions.ProductionException
Creates a new ProductionException with the given message.
ProductionException(Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ProductionException
Creates a new ProductionException with the given cause.
provide() - Method in interface net.markenwerk.commons.interfaces.Provider
Provides a product, This may be a costly operation.
Provider<Product> - Interface in net.markenwerk.commons.interfaces
A Provider provides values of the corresponding product type.
ProvisioningException - Exception in net.markenwerk.commons.exceptions
A ProvisioningException indicates that a Provider failed to provide a value.
ProvisioningException(String, Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ProvisioningException
Creates a new ProvisioningException with the given message and cause.
ProvisioningException(String) - Constructor for exception net.markenwerk.commons.exceptions.ProvisioningException
Creates a new ProvisioningException with the given message.
ProvisioningException(Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ProvisioningException
Creates a new ProvisioningException with the given cause.

R

revert(To) - Method in interface net.markenwerk.commons.interfaces.Translator
Called to revert a given value.

T

test() - Method in interface net.markenwerk.commons.interfaces.Check
Performs the test.
test(Subject) - Method in interface net.markenwerk.commons.interfaces.Predicate
Performs the test on a given test subject.
Translator<From,To> - Interface in net.markenwerk.commons.interfaces
A Translator is used to convert (transform, translate, project, evaluate, ...) values from one form into another and back.
C H N O P R T 
Skip navigation links

Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.