Package com.tailf.dp.annotations
package com.tailf.dp.annotations
Annotations and proxy helper classes for callbacks.
The annotation classes are used to annotate methods in any POJO that should act as a callback. The signature of the annotated method must coincide with that of the respective interface method otherwise an exception is thrown at registration of the callback.
-
ClassDescriptionAnnotation class for Action Callbacks Attributes are callPoint and callTypeCallback proxy for Action Callbacks.Annotation class for Auth Callbacks Attribute are callTypeCallback proxy for Authorization Callbacks.Annotation class for Authorization Callbacks Attribute are callTypeCallback proxy for Authorization Callbacks.Annotation class for Data Callbacks Attributes are
callPoint
andcallType
.Callback proxy for Data Callbacks.Annotation class for DB Callbacks Attribute are callTypeCallback proxy for DB Callbacks.Annotation class that allows to specify data provider flags to tweak the behaviour of the data provider.Annotation class for Nano Service Callbacks.Callback proxy for Nano Service Callbacks.Helper class for callback proxysAnnotation class for Service Callbacks.Callback proxy for Service Callbacks.Annotation class for SnmpInformResponse Callbacks Attributes are callPoint and callTypeCallback proxy for SnmpInformResponse Callbacks.Annotation class for Trans Callbacks Attribute is callTypeCallback proxy for Trans Callbacks.Annotation class for TransValidate Callbacks Attribute is callTypeCallback proxy for TransValidate Callbacks.Annotation class for Validate Callbacks Attribute is callPointCallback proxy for Validation Callbacks.