See: Description
| Class | Description | 
|---|---|
| ActionCallbackProxy | 
 Callback proxy for Action Callbacks. 
 | 
| AuthCallbackProxy | 
 Callback proxy for Authorization Callbacks. 
 | 
| AuthorizationCallbackProxy | 
 Callback proxy for Authorization Callbacks. 
 | 
| DataCallbackProxy | 
 Callback proxy for Data Callbacks. 
 | 
| DBCallbackProxy | 
 Callback proxy for DB Callbacks. 
 | 
| NanoServiceCallbackProxy | 
 Callback proxy for Nano Service Callbacks. 
 | 
| ProxyUtils | 
 Helper class for callback proxys 
 | 
| ServiceCallbackProxy | 
 Callback proxy for Service Callbacks. 
 | 
| SnmpInformResponseCallbackProxy | 
 Callback proxy for SnmpInformResponse Callbacks. 
 | 
| TransCallbackProxy | 
 Callback proxy for Trans Callbacks. 
 | 
| TransValidateCallbackProxy | 
 Callback proxy for TransValidate Callbacks. 
 | 
| ValidateCallbackProxy | 
 Callback proxy for Validation Callbacks. 
 | 
| Annotation Type | Description | 
|---|---|
| ActionCallback | 
 Annotation class for Action Callbacks Attributes are callPoint and callType 
 | 
| AuthCallback | 
 Annotation class for Auth Callbacks Attribute are callType 
 | 
| AuthorizationCallback | 
 Annotation class for Authorization Callbacks Attribute are callType 
 | 
| DataCallback | 
 Annotation class for Data Callbacks Attributes are  
callPoint
 and callType. | 
| DBCallback | 
 Annotation class for DB Callbacks Attribute are callType 
 | 
| DpFlags | 
 Annotation class that allows to specify data provider flags to tweak
 the behaviour of the data provider. 
 | 
| NanoServiceCallback | 
 Annotation class for Nano Service Callbacks. 
 | 
| ServiceCallback | 
 Annotation class for Service Callbacks. 
 | 
| SnmpInformResponseCallback | 
 Annotation class for SnmpInformResponse Callbacks Attributes are callPoint
 and callType 
 | 
| TransCallback | 
 Annotation class for Trans Callbacks Attribute is callType 
 | 
| TransValidateCallback | 
 Annotation class for TransValidate Callbacks Attribute is callType 
 | 
| ValidateCallback | 
 Annotation class for Validate Callbacks Attribute is callPoint 
 | 
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.