public interface DpNanoServiceCallback
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)
Nano Create callback method.
|
Properties |
delete(NanoServiceContext context,
NavuNode service,
NavuNode root,
Properties opaque)
Nano Delete callback method.
|
int |
mask()
Mask of flags for each method that is supported by this callback:
M_NANO_CREATE
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 componentType()
Properties create(NanoServiceContext context, NavuNode service, NavuNode root, Properties opaque) throws DpCallbackException
DpCallbackException
Properties delete(NanoServiceContext context, NavuNode service, NavuNode root, Properties opaque) throws DpCallbackException
DpCallbackException
int mask()
String servicepoint()
String state()