TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

ConnectionInfo Members

ConnectionInfo overview

Public Static Fields

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.

Public Instance Properties

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.
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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString Generate a string representation of this ConnectionInfo.

See Also

ConnectionInfo Class | TIBCO.EMS.ADMIN Namespace