ResourceRefBinding

A JNDI name binding for an resource ref that is declared in the module's deployment descriptor.



Attributes Summary
jndiName : StringA JNDI name that identifies an resource that is configured within the WebSphere environment.
defaultAuth : AbstractAuthDataThe default authentication to use for connecting to the resource.
bindingResourceRef : ResourceRef@ A reference to one of the resource refs that has been defined within the deployment descriptor of the same module.

Attribute Details

jndiName    -    A JNDI name that identifies an resource that is configured within the WebSphere environment. When resources such as datasources or queues are configured by an administrator within the WebSphere environment, the administrator must specify a unique JNDI name that identifies that resource within the WebSphere cell. The JNDI name specified here must match the JNDI name of one of the configured resources in order for the application server to be able to resolve the link at runtime.
     data type:  String
     default Value:   unspecified



defaultAuth    -    The default authentication to use for connecting to the resource. If unspecified, the auth is Anonymous.
     data type: AbstractAuthData



bindingResourceRef    -    A reference to one of the resource refs that has been defined within the deployment descriptor of the same module.
     data type: ResourceRef@


Copyright IBM Corp. 1996-2002