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

The ConnectionInfo type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Generate a string representation of this ConnectionInfo.
(Overrides Object..::.ToString()()().)

Fields

  NameDescription
CLIENT_TYPE_C
Type indicating the client is a C application.
CLIENT_TYPE_CSHARP
Type indicating the client is a C# application.
CLIENT_TYPE_JAVA
Type indicating the client is a Java application.
CLIENT_TYPE_UNKNOWN
Type indicating the client is of unkown type.
CONNECTION_TYPE_FT
Type indicating the connection is a fault tolerant connection to another server.
CONNECTION_TYPE_GENERIC
Type indicating a generic client connection.
CONNECTION_TYPE_QUEUE
Type indicating the connection is a queue connection.
CONNECTION_TYPE_ROUTE
Type indicating the connection is a route connection to another server.
CONNECTION_TYPE_TOPIC
Type indicating the connection is a topic connection.

Properties

  NameDescription
Address
Get the IP address for this connection.
Admin
Indicates whether or not the connection is a connection from an administration client, either Admin or a client using this administration api.
ClientID
Get the clientID for this connection.
ClientType
Get the language that the application was written in.
ConsumerCount
Get the number of consumers for this connection.
FT
Indicates whether or not the connection is an FT connection, that is the connection has alternative URLs.
Host
Get the host for this connection.
ID
Get the connection ID for this connection.
ProducerCount
Get the number of producers for this connection.
SessionCount
Get the number of sessions for this connection.
SSLType
Get the type of SSL connection used, if any.
Started
Indicates whether or not the connection as been started by the client.
StartTime
Get the creation time, in milliseconds, for this connection.
Type
Get the connection type for this connection.
UncommittedCount
Get the number of uncommitted mesages that are pending for this connection.
UncommittedSize
Get the size of all uncommitted mesages that are pending for this connection.
UpTime
Get the time in milliseconds that this connection has been connected.
URL
Get the URL for this connection.
UserName
Get the username for this connection.
VersionInfo
Get the version of the software being run by the client that created this connection.
XA
Indicates whether or not the connection is an XA connection.

See Also