Package com.tailf.ncs.annotations


package com.tailf.ncs.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.

  • Class
    Description
    Annotation class for Event Callbacks Attributes are deviceName, SubscriptionName, callType
    Callback proxy for annotated NavuEventCallback methods This class is used internally be the NavuEventHandler.registerAnnotatedCallbacks to be able to invoke (by reflection) the annotated callback method
    Annotation class for Action Callbacks Attributes are callPoint and callType
    ResourceType set by the Ncs ResourceManager
    Scope for resources managed by the Resource Manager