Class GlobalBindingRuntimeContext
java.lang.Object
com.google.common.collect.ForwardingObject
org.opendaylight.yangtools.binding.runtime.spi.ForwardingBindingRuntimeContext
org.opendaylight.yangtools.binding.runtime.osgi.impl.GlobalBindingRuntimeContext
- All Implemented Interfaces:
BindingRuntimeContext
,Immutable
A global
BindingRuntimeContext
. It is injected with latest OSGiBindingRuntimeContext
generation.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opendaylight.yangtools.binding.runtime.spi.ForwardingBindingRuntimeContext
getActionDefinition, getAugmentationDefinition, getClassForSchema, getIdentityClass, getRpcDefinition, getRpcInput, getRpcOutput, getSchemaDefinition, getTypes, getTypeWithSchema, getYangDataClass, loadClass
Methods inherited from class com.google.common.collect.ForwardingObject
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.binding.runtime.api.BindingRuntimeContext
loadClass, modelContext
-
Constructor Details
-
GlobalBindingRuntimeContext
-
-
Method Details
-
delegate
- Specified by:
delegate
in classForwardingBindingRuntimeContext
-