This type is a class for model objects.
Represents a single binding within a NamingContext.
Package: namestoreAttributes Summary | |
contextId : EString | Unique ID for the context containing this binding. |
nameComponent : EString | Name of this binding in INS format. |
cosBindingType : CosBindingType | The possible binding type values are: CosNaming::BindingType.nobject and CosNaming::BindingType.ncontext. |
nameBindingType : NameBindingType | Type of this binding per the internal WebSphere implementation. |
javaClassName : EString | The java class name of the object at this binding (maintained for use by WebSphere's JNDI implementation). |
stringifiedIOR : EString | A CORBA stringified IOR identifying the object bound at this binding. |
serializedBytesAsString : EString | The string form of a java serialized object byte array for the object bound at this binding. |
insURL : EString | A CORBA Interoperable Naming Service (INS) Object URL string identifying the object bound at this location. |
linkedNamingContextId : EString | A ContextId string identifying the NamingContext bound as a link at this binding. |
primaryNamingContext : NamingContext @ | The NamingContext bound with this primary binding. |
Attribute Details |