Interface ActionableResource
-
- All Known Implementing Classes:
ActionableResourceImpl
public interface ActionableResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description shortgetAction()java.lang.ObjectgetInstance()org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>getInstanceIdentifier()java.lang.ObjectgetOldInstance()com.google.common.util.concurrent.ListenableFuture<java.lang.Void>getResultFuture()
-
-
-
Field Detail
-
CREATE
static final short CREATE
- See Also:
- Constant Field Values
-
UPDATE
static final short UPDATE
- See Also:
- Constant Field Values
-
DELETE
static final short DELETE
- See Also:
- Constant Field Values
-
READ
static final short READ
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstanceIdentifier
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getInstanceIdentifier()
-
getInstance
java.lang.Object getInstance()
-
getOldInstance
java.lang.Object getOldInstance()
-
getAction
short getAction()
-
getResultFuture
com.google.common.util.concurrent.ListenableFuture<java.lang.Void> getResultFuture()
-
-