11.5.2 Types of binding references

 

+

Search Tips   |   Advanced Search

 

There are several different references that can be specified for configured bindings. Valid types are summarized below...

Binding type Required settings
EJB EjbNameSpaceBinding

1. The binding identifier is the name that uniquely identifies this configured binding.

2. The name in name space is relative to the configured root.

3. The JNDI is the name of EJB.

4. Use the server or server cluster where the EJB is deployed.

CORBA CorbaObjectNameSpaceBinding

1. The binding identifier is the name that uniquely identifies this configured binding.

2. The name in name space is relative to configured root.

3. Use the corbaname URL.

4. It is an indicator if the target object is a federated context object, or a leaf node object.

Indirect IndirectLookupNameSpaceBinding

1. The binding identifier is the name that uniquely identifies this configured binding.

2. The name in name space is relative to configured root.

3. Use the Provider URL.

4. Use the JNDI name of object.

String StringNameSpaceBinding

1. The binding identifier is the name that uniquely identifies this configured binding.

2. The name in name space is relative to configured root.

3. Set the constant string value.

The configured bindings can be relative to one of the following context roots:

Next