Package com.tailf.dp
Interface DpNanoServiceCallback
- All Known Implementing Classes:
NanoServiceCallbackProxy
public interface DpNanoServiceCallback
This interface is used for the Nano Service callbacks.
These callbacks are registered in conjuntion with the defined
plan_components and plan_component_states of a Nano service plan
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Flags for the maskstatic final int
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the plan componentcreate
(NanoServiceContext context, NavuNode service, NavuNode root, Properties opaque, Properties componentProperties) Nano Create callback method.delete
(NanoServiceContext context, NavuNode service, NavuNode root, Properties opaque, Properties componentProperties) Nano Delete callback method.int
mask()
Mask of flags for each method that is supported by this callback:M_NANO_CREATE
M_NANO_DELETE
The name of the servicepointstate()
The name of the a certain plan component state
-
Field Details
-
M_NANO_CREATE
static final int M_NANO_CREATEFlags for the mask- See Also:
-
M_NANO_DELETE
static final int M_NANO_DELETE- See Also:
-
-
Method Details