TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.UpdateConnectionFactory Method 

Save changes to the connection factory stored at the given JNDI name using information from the given ConnectionFactoryInfo.

public void UpdateConnectionFactory(
   string jndiName,
   ConnectionFactoryInfo cfi
);

Parameters

jndiName
The JNDI name of the factory that will be updated.
cfi
The updated info for the factory.

Remarks

This method can only be used to update a factory that already exists on the server. To create a new factory use the CreateConnectionFactory method.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if jndiName is not a legal JNDI name.
ArgumentException if ConnectionFactoryInfo object is null.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace