Package org.omnaest.utils.operation.special

Interface Summary
OperationBooleanResult<PARAMETER> Operation with a Boolean result
OperationIntrinsic Simple Operation without parameters or return value.
OperationVoid<PARAMETER> Operation which executes a void method
OperationWithResult<RESULT> Operation which specifies a result type
 

Class Summary
OperationBlockingToFastRepeatingExecutions<RESULT,PARAMETER> Operation which will allow to execute the OperationBlockingToFastRepeatingExecutions.execute(Object) method only once within a given period of time.
OperationExceptionHandled<RESULT,PARAMETER> Operation which uses an internal ExceptionHandlerManager to handle occurring Exceptions.
OperationExceptionHandledResult<RESULT,PARAMETER> Operation which will catch any occurring Exception and return an ExceptionHandledResult
OperationIntrinsicToOperationAdapter Adapter to use an OperationIntrinsic instance as Operation instance.
OperationProducingExceptionHandledResult<RESULT,PARAMETER> Operation which is wrapped with a try catch block catching all Exception derivative types.
OperationVoidToOperationAdapter<PARAMETER> Adapter from OperationVoid to Operation
 

Exception Summary
OperationBlockingToFastRepeatingExecutions.ToFastInvocationException  
 



Copyright © 2013. All Rights Reserved.