[TIBCO.EMS .NET Admin client library 8.1 documentation]

Retrieve that administrative object bound to the given JNDI name.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public Object Lookup(
	string name
)
Public Function Lookup ( _
	name As String _
) As Object
public:
Object^ Lookup(
	String^ name
)

Parameters

name
Type: System..::.String
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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if name is not a legal name.

See Also