TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

ServerInfo Members

ServerInfo overview

Public Static Fields

DETAIL_CONSUMERS 
DETAIL_PRODUCERS 
DETAIL_ROUTES 

Public Instance Properties

ACLsFile Get the name and location of the configuration file containing the definitions of acls.
AsyncDBSize Get the current size of the asynchronous message store.
AuthorizationEnabled Gets or sets whether or not authorization of user credentials and permissions is enabled.
BackupName Get the server name and host name of the backup server connected to this server.
BridgesFile Get the name and location of the configuration file containing the definitions of bridges.
ClientTraceEnabled Indicates whether or not client tracing has been enabled.
ClientTraceFilterType Get the current filter type for client tracing.
ClientTraceFilterValue Get the value that clients must match in order to be traced.
ClientTraceTarget Get the current target for client tracing.
ConfigFile Get the name and location of the main configuration file.
ConnectionCount Get the number of connections to the server.
ConsoleTraceInfo Get or set the trace settings that determine what will be logged to the server's console window.
DetailedStatistics Get or set the detailed statistics flags.
DiskReadRate Get the rate at which messages are being read from the disk.
DiskWriteRate Get the rate at which messages are being written to the disk.
DurableCount Get the number of durable subscribers in the server.
DurablesFile Get the name and location of the configuration file containing the definitions of pre-configured durable subscribers.
Evaluation Indicates whether the server binary is an evaluation copy or a fully licensed one.
FactoriesFile Get the name and location of the configuration file containing the definitions of connection factories.
FaultTolerantActivation Get the length of time a backup server will wait for a heartbeat message before concluding that the active server has failed.
FaultTolerantFailoverReread Indicates whether or not the secondary server will reread all the configuration files with the exception of the main file following a failover.
FaultTolerantHeartbeat Get the period (in seconds) of the heartbeat messages sent by the active server.
FaultTolerantReconnectTimeout Get the length of time a server which has just become the active server following a failover will wait for clients to reconnect before their state is removed from the shared state.
FaultTolerantSSLParams Get the server's Fault Tolerant SSL parameters. These are the parameters that the server uses to connect to its Fault Tolerant partner.
FaultTolerantURL Get the URL of the fault-tolerant server for this server.
FlowControlEnabled Indicates whether or not flow control is enabled.
FSyncEnabled Indicates whether or not the fsync mode is used by the server when writing data to its store file.
FTSSLPassword Set the new private key or PKCS12 file password for fault-tolerant SSL connection.
GroupsFile Get the name and location of the configuration file containing the definitions of groups.
InboundBytesRate Get the volume of inbound messages per second for the server as a whole.
InboundMessageCount Get the number of inbound messages for the server.
InboundMessageRate Get the number of inbound messages per second for the server as a whole.
ListenPorts Get the server's listener ports.
LogFileMaxSize Get the maximum allowed size of the log file.
LogFileName Get the log file name.
LogFileSize Get the total size of the log file.
LogTraceInfo Get or set the trace settings that determine what will be logged in the server's log file.
MaxConnections Get the maximum number of connections this server will allow.
MaxMsgMemory Get or set the maximum allowed message memory.
MaxStatisticsMemory Get or set the maximum amount of memory that will be allocated to collecting statistics.
MessagePoolBlockSize Get the value of the msg_pool_block_size setting.
MessagePoolSize Get the value of the msg_pool_size setting.
MessageSwappingEnabled Get or set whether or not server message swapping is enabled.
MsgMem Get the amount of memory in use to store messages.
MsgMemPooled Get the amount of memory in use by the message pools.
OutboundBytesRate Get the volume of outbound messages per second for the server as a whole.
OutboundMessageCount Get the number of outbound messages for the server.
OutboundMessageRate Get the number of outbound messages per second for the server as a whole.
Password Set the new server password.
PendingMessageCount Get the total number of pending messages for this server.
PendingMessageSize Get the total size of pending messages for this server.
ProcessId Get the current process id of the server.
QueueCount Get the number of queues in the server.
QueuesFile Get the name and location of the configuration file containing the definitions of queues.
RateInterval Get or set the statistics rate interval in milliseconds.
ReserveMemory Get the amount of reserve memory in bytes.
RouteRecoverCount Get route recover message count.
RouteRecoverInterval Get route recover interval in milliseconds.
RoutesFile Get the name and location of the configuration file containing the definitions of routes.
RoutingEnabled Indicates whether or not routing of messages between servers is enabled.
ServerName Get the name of the server.
ServerRateInterval Get or set the server statistics rate interval in milliseconds.
SSLCertUserSpecname Get the username clients will use to connect to the server when their username is to be extracted from the CN field of their digital certificate.
SSLDHSize Get the size of the Diffie-Hellman key used by the server for client communications.
SSLParams Get the SSL parameters used by the server when communicating with SSL clients.
SSLPassword Set the new server's private key or PKCS12 file password.
SSLRequireClientCert Indicates whether or not the server will only accept SSL clients that have certificates.
SSLUserCertUsername Indicates whether or not the client's username is always extracted from the CN field of the client's digital certificate.
StartTime Get the server start time.
State Get the current state of the server.
StatisticsCleanupInterval Get or set the statistics cleanup interval in milliseconds.
StatisticsEnabled Get or set whether or not statistics is enabled.
StoreAsyncMinimum Get the minimum size of the server's asynchronous store file.
StoreCRCEnabled Indicates whether or not the server uses CRC verification when reading data from the store files.
StoreDirectory Get the directory in which the server is storing its store files.
StoreMinimum Get the minimum size of the server store files.
StoreSyncMinimum Get the minimum size of the server's synchronous store file.
StoreTruncateEnabled Indicates whether or no the server will attempt to truncate the store files when possible.
SyncDBSize Get the current size of the synchronous message store.
TibrvcmFile Get the name and location of the configuration file containing the definitions of pre-configured TIBCO Rendezvous Certified Messaging listeners.
TibrvTransportsEnabled Indicates whether or not bridging to and from transports of type tibrv and tibrvcm is enabled.
TibssTransportsEnabled Indicates whether or not bridging to and from SmartSockets transports is enabled.
TopicCount Get the number of topics in the server.
TopicsFile Get the name and location of the configuration file containing the definitions of topics.
TrackCorrelationIds Gets or sets whether or not tracking messages by correlation ID is enabled.
TrackMsgIds Gets or sets whether or not tracking messages by message ID is enabled.
TransportsFile Get the name and location of the configuration file containing the definitions of external transports.
UpTime Get the server uptime.
URL Get the URL that should be used to contact this server.
UserAuthLocations Gets an array indicating where users will be authenticated.
UsersFile Get the name and location of the configuration file containing the definitions of users.
VersionInfo Get the version of TIBCO Enterprise Message Service that the server binary is from.

Public Instance Methods

DisableClientTracing Turn off client tracing, clearing all filtering settings.
EnableClientTracingOverloaded. Enable client tracing with default settings.
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 

See Also

ServerInfo Class | TIBCO.EMS.ADMIN Namespace