Uses of Interface
org.opendaylight.infrautils.ready.order.FunctionalityReady
-
Packages that use FunctionalityReady Package Description org.opendaylight.infrautils.ready.karaf.internal org.opendaylight.infrautils.ready.order -
-
Uses of FunctionalityReady in org.opendaylight.infrautils.ready.karaf.internal
Methods in org.opendaylight.infrautils.ready.karaf.internal with type parameters of type FunctionalityReady Modifier and Type Method Description <T extends FunctionalityReady>
FunctionalityReadyRegistration<T>FunctionalityReadyNotifierImpl. register(Class<T> markerInterface)
-
Uses of FunctionalityReady in org.opendaylight.infrautils.ready.order
Methods in org.opendaylight.infrautils.ready.order with type parameters of type FunctionalityReady Modifier and Type Method Description <T extends FunctionalityReady>
FunctionalityReadyRegistration<T>FunctionalityReadyNotifier. register(Class<T> markerInterface)
Register aFunctionalityReady
marker.
-