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 voidAbstractLifecycle. destroy()Please implementAbstractLifecycle.stop()instead of overriding this (here intentionally final) method.voidLifecycle. destroy()Destroy the object.voidAbstractLifecycle. init()Please implementAbstractLifecycle.start()instead of overriding this (here intentionally final) method.voidLifecycle. 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 voidAbstractCheckedModule. configure()Configures aBindervia 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 voidAbstractCheckedModule. configure()Deprecated.Configures aBindervia the exposed methods. 
 -