TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.Bind Method 

Bind an object already bound to an existing JNDI name to a new JNDI name.

public void Bind(
   string newName,
   string existingName
);

Parameters

newName
The new name that will be bound to the object currently bound to the existing name.
existingName
The name that is currently bound to the object.

Remarks

The object will be bound to both names after this call.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminNameExistsException if the JNDI name is already in use.
AdminInvalidNameException if the JNDI names are not legal.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace