Uses of Class
org.opendaylight.infrautils.inject.ModuleSetupRuntimeException
-
Packages that use ModuleSetupRuntimeException Package Description org.opendaylight.infrautils.inject The interfaces and classes in this package are "for convenience".org.opendaylight.infrautils.inject.guice org.opendaylight.infrautils.inject.guice.testutils -
-
Uses of ModuleSetupRuntimeException in org.opendaylight.infrautils.inject
Methods in org.opendaylight.infrautils.inject that throw ModuleSetupRuntimeException Modifier and Type Method Description void
AbstractLifecycle. destroy()
Please implementAbstractLifecycle.stop()
instead of overriding this (here intentionally final) method.void
Lifecycle. destroy()
Destroy the object.void
AbstractLifecycle. init()
Please implementAbstractLifecycle.start()
instead of overriding this (here intentionally final) method.void
Lifecycle. init()
Initialize the object. -
Uses of ModuleSetupRuntimeException in org.opendaylight.infrautils.inject.guice
Methods in org.opendaylight.infrautils.inject.guice that throw ModuleSetupRuntimeException Modifier and Type Method Description protected void
AbstractCheckedModule. configure()
Configures aBinder
via the exposed methods. -
Uses of ModuleSetupRuntimeException in org.opendaylight.infrautils.inject.guice.testutils
Methods in org.opendaylight.infrautils.inject.guice.testutils that throw ModuleSetupRuntimeException Modifier and Type Method Description protected void
AbstractCheckedModule. configure()
Deprecated.Configures aBinder
via the exposed methods.
-