TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.Lookup Method 

Retrieve that administrative object bound to the given JNDI name.

public object Lookup(
   string name
);

Parameters

name
The JNDI name to lookup.

Return Value

the ConnectionFactoryInfo, TopicInfo, or QueueInfo bound to the given name or null if nothing is bound to the name.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if name is not a legal name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace