Uses of Class
org.omg.CosNaming.BindingType
Packages that use BindingType
Package
Description
-
Uses of BindingType in com.sun.corba.se.impl.naming.cosnaming
Methods in com.sun.corba.se.impl.naming.cosnaming with parameters of type BindingTypeModifier and TypeMethodDescriptionvoidNamingContextDataStore.Bind(NameComponent n, Object obj, BindingType bt) Method which implements binding a name to an object as the specified binding type.final voidTransientNamingContext.Bind(NameComponent n, Object obj, BindingType bt) Binds the object to the name component as the specified binding type.static voidNamingContextImpl.doBind(NamingContextDataStore impl, NameComponent[] n, Object obj, boolean rebind, BindingType bt) Implements all four flavors of binding. -
Uses of BindingType in com.sun.corba.se.impl.naming.pcosnaming
Fields in com.sun.corba.se.impl.naming.pcosnaming declared as BindingTypeMethods in com.sun.corba.se.impl.naming.pcosnaming with parameters of type BindingTypeModifier and TypeMethodDescriptionvoidNamingContextImpl.Bind(NameComponent n, Object obj, BindingType bt) Implements all flavors of binding( bind and bindcontext) This method will be called from the superclass's doBind( ) method which takes care of all the conditions before calling this method.Constructors in com.sun.corba.se.impl.naming.pcosnaming with parameters of type BindingType -
Uses of BindingType in org.omg.CosNaming
Fields in org.omg.CosNaming declared as BindingTypeModifier and TypeFieldDescriptionBinding.binding_typestatic final BindingTypeBindingType.ncontextstatic final BindingTypeBindingType.nobjectBindingTypeHolder.valueMethods in org.omg.CosNaming that return BindingTypeModifier and TypeMethodDescriptionstatic BindingTypestatic BindingTypeBindingType.from_int(int value) static BindingTypeBindingTypeHelper.read(InputStream istream) Methods in org.omg.CosNaming with parameters of type BindingTypeModifier and TypeMethodDescriptionstatic voidBindingTypeHelper.insert(Any a, BindingType that) static voidBindingTypeHelper.write(OutputStream ostream, BindingType value) Constructors in org.omg.CosNaming with parameters of type BindingTypeModifierConstructorDescriptionBinding(NameComponent[] _binding_name, BindingType _binding_type) BindingTypeHolder(BindingType initialValue)