Interface GenericEntityOwnershipCandidateRegistration<P extends Path<P>,E extends GenericEntity<P>>
-
- Type Parameters:
P
- the instance identifier typeE
- the GenericEntity type
- All Superinterfaces:
AutoCloseable
,ObjectRegistration<E>
,Registration
- All Known Subinterfaces:
DOMEntityOwnershipCandidateRegistration
,EntityOwnershipCandidateRegistration
- All Known Implementing Classes:
AbstractGenericEntityOwnershipCandidateRegistration
public interface GenericEntityOwnershipCandidateRegistration<P extends Path<P>,E extends GenericEntity<P>> extends ObjectRegistration<E>
An interface that records a request to register a Candidate for a given Entity. Calling close on the registration will remove the Candidate from any future ownership considerations for that Entity.- Author:
- Thomas Pantelis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Unregister the candidate.-
Methods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistration
getInstance
-
-
-
-
Method Detail
-
close
void close()
Unregister the candidate.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceRegistration
-
-