[TIBCO.EMS .NET client library 7.0 documentation]
The LookupContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LookupContext | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | AddSettings | Overloaded. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Lookup | Lookup an object in the naming server |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveSettings | Remove a property setting from this LookupContext |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | PROVIDER_URL | URL of the naming server (EMS server). |
![]() ![]() | SECURITY_CREDENTIALS | User password of the client program. |
![]() ![]() | SECURITY_PRINCIPAL | User name of the client program. |
![]() ![]() | SECURITY_PROTOCOL | Constant that holds the name of the environment
property for specifying the security protocol to use in Tibjms
JNDI lookups. The only value currently recognized is the String
"ssl", therefore, this property acts as a flag to turn ssl
encryption on or off in JNDI lookups.
This name is defined as "TIBCO.EMS.naming.security_protocol".
|
![]() ![]() | SSL_AUTH_ONLY | Constant that holds the name of SSL property specifying if
client should use SSL for authentication only.
This name is defined as "TIBCO.EMS.naming.ssl_auth_only".
|
![]() ![]() | SSL_HOST_NAME_VERIFIER | Constant that holds the name of SSL property specifying
the custom host name verifier in Tibjms JNDI lookups.
This name is defined as "TIBCO.EMS.naming.ssl_hostname_verifier".
HOST_NAME_VERIFIER
|
![]() ![]() | SSL_STORE_INFO | Constant that holds the name of SSL property specifying
SSL Store Info
|
![]() ![]() | SSL_STORE_TYPE | Constant that holds the name of SSL property specifying
SSL Store type
|
![]() ![]() | SSL_TARGET_HOST_NAME | Constant that holds the name of SSL property specifying
the common name in the server certificate in Tibjms JNDI lookups.
This name is defined as "TIBCO.EMS.naming.ssl_target_host_name".
TARGET_HOST_NAME
|
![]() ![]() | SSL_TRACE | Constant that holds the name of SSL property specifying
if client trace is required in Tibjms JNDI lookups.
This name is defined as "TIBCO.EMS.naming.ssl_trace".
TRACE
|
![]() ![]() | URL_LIST | ArrayList of URLs of naming servers (EMS servers).
This property lets programs specify URLs as an ArrayList, rather than as a string (as with PROVIDER_URL). |
![]() ![]() | URL_SEPARATOR | Syntactic separator between URLs in the PROVIDER_URL. |
Properties
Name | Description | |
---|---|---|
![]() | Settings | Gets a copy of the property settings |
![]() | Setttings | Obsolete. Gets a copy of the property settings. Deprecated |