NameBinding

Represents a single binding within a NamingContext.



Attributes Summary
contextId : StringUnique ID for the context containing this binding.
nameComponent : StringName of this binding in INS format.
cosBindingType : CosBindingTypeThe possible binding type values are: CosNaming::BindingType.
nameBindingType : NameBindingTypeType of this binding per the internal WebSphere implementation.
javaClassName : StringThe java class name of the object at this binding (maintained for use by WebSphere's JNDI implementation).
stringifiedIOR : StringA CORBA stringified IOR identifying the object bound at this binding.
serializedBytesAsString : StringThe string form of a java serialized object byte array for the object bound at this binding.
insURL : StringA CORBA Interoperable Naming Service (INS) Object URL string identifying the object bound at this location.
linkedNamingContextId : StringA ContextId string identifying the NamingContext bound as a link at this binding.
primaryNamingContext : NamingContextThe NamingContext bound with this primary binding.

Attribute Details

contextId    -    Unique ID for the context containing this binding.
     data type:  String
     default Value:   unspecified



nameComponent    -    Name of this binding in INS format.
     data type:  String
     default Value:   unspecified



cosBindingType    -    The possible binding type values are: CosNaming::BindingType.nobject and CosNaming::BindingType.ncontext.
     data type: CosBindingType
     default Value:   unspecified
     Allowed Values:  nobject   ncontext  



nameBindingType    -    Type of this binding per the internal WebSphere implementation.
     data type: NameBindingType
     default Value:   unspecified
     Allowed Values:  contextPrimary   contextLinked   contextIOR   contextURL   objectIOR   objectURL   objectJava  



javaClassName    -    The java class name of the object at this binding (maintained for use by WebSphere's JNDI implementation).
     data type:  String
     default Value:   unspecified



stringifiedIOR    -    A CORBA stringified IOR identifying the object bound at this binding.
     data type:  String
     default Value:   unspecified



serializedBytesAsString    -    The string form of a java serialized object byte array for the object bound at this binding.
     data type:  String
     default Value:   unspecified



insURL    -    A CORBA Interoperable Naming Service (INS) Object URL string identifying the object bound at this location.
     data type:  String
     default Value:   unspecified



linkedNamingContextId    -    A ContextId string identifying the NamingContext bound as a link at this binding.
     data type:  String
     default Value:   unspecified



primaryNamingContext    -    The NamingContext bound with this primary binding.
     data type: NamingContext


Copyright IBM Corp. 1997-2004