public interface DpNanoServiceCallback
Dp.registerAnnotatedCallbacks(Object)
Modifier and Type | Field and Description |
---|---|
static int |
M_NANO_CREATE
Flags for the mask
|
static int |
M_NANO_DELETE |
Modifier and Type | Method and Description |
---|---|
String |
componentType()
The name of the plan component
|
Properties |
create(NanoServiceContext context,
NavuNode service,
NavuNode root,
Properties opaque,
Properties componentProperties)
Nano Create callback method.
|
Properties |
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:
DpNanoServiceCallback.M_NANO_CREATE
DpNanoServiceCallback.M_NANO_DELETE
|
String |
servicepoint()
The name of the servicepoint
|
String |
state()
The name of the a certain plan component state
|
static final int M_NANO_CREATE
static final int M_NANO_DELETE
String servicepoint()
String componentType()
String state()
int mask()
Properties create(NanoServiceContext context, NavuNode service, NavuNode root, Properties opaque, Properties componentProperties) throws DpCallbackException
DpCallbackException
Properties delete(NanoServiceContext context, NavuNode service, NavuNode root, Properties opaque, Properties componentProperties) throws DpCallbackException
DpCallbackException