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

The Admin type exposes the following members.

Properties

  NameDescription
ACLEntries
Get all ACL entries for destinations.
AutoSave
Returns true if server configuration is saved in the configuration files on disk after each change.
Bridges
Get all the bridges known to the server.
Channels
Get all the multicast channels known to the server.
CMListeners
Get the TIBCO Rendezvous certified listeners explicitly created in the server configuration.
CommandTimeout
Get and set the command timeout in milliseconds.
ConnectionFactories
Get all connection factories in the server configuration.
ConnectionId
Get the connection id of the Admin object's connection to the server.
Connections
Returns all connections except system connections.
ConsumersStatistics
Get statistical information about all consumers.
Durables
Get the durable subscription information for all durables known to the server.
ExceptionListener
Sets an exception listener for the connection used by the admin api to communicate with the EMS server.
Groups
Get all the groups known to the server.
Info
Get the current set of server configuration and metrics.
Permissions
Get all permission entries.
ProducersStatistics
Returns statistical information about all producers.
Queues
Get the info for all the queues that are known to the server.
QueuesStatistics
Get the statistical information about all queues.
RestartRequired
Query a server to determine whether a restart is required to complete state changes.
Routes
Returns all routes known to the server.
SystemConnections
Returns all system connections.
Topics
Get the info for all the topics that are known to the server.
TopicsStatistics
Get the statistical information for all topics.
Transactions
Get all the xa transactions known to the server.
Transports
Get all the transports known to the server.
Users
Get the array of all UserInfos known to the server.

See Also