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

The Admin type exposes the following members.

Methods

  NameDescription
AddUsersToGroup
Add the users for the given array of userNames to the group for the given groupName.
AddUserToGroup
Add the user for the given userName to the group for the given groupName.
Bind
Bind an object already bound to an existing JNDI name to a new JNDI name.
BindQueue
Bind the queue for the given queue name to the given JNDI name.
BindTopic
Bind the topic for the given topic name to the given JNDI name.
ClearJACICache
Clear all entries out of the JACI results cache.
Close
Close connection to the server.
CommitTransaction
Commit the xa transaction.
CompactOverloaded.
CreateCMListener
Create (pre-register) TIBCO Rendezvous certified listener.
CreateConnectionFactory
Create a connection factory based on the given ConnectionFactoryInfo and bind it to the given name in the internal JNDI implementation.
CreateDestinationBridge
Creates a destination bridge as specified by the DestinationBridgeInfo object.
CreateDurable
Create the durable with given name and client ID.
CreateGroup
Create a group based on the information in the given GroupInfo.
CreateQueue
Create a queue based on the parameters from the given QueueInfo.
CreateRoute
Create a new route.
CreateTopic
Create a topic based on the parameters from the given TopicInfo.
CreateUser
Create a user based on the information in the given UserInfo.
DeleteCMListener
Delete TIBCO Rendezvous certified listener.
DestroyConnection
Destroy the client connection for the given connectionID.
DestroyConnectionFactory
Destroy the connection factory bound to the given JNDI name.
DestroyDestinationBridge
Destroy the destination bridge between a source and a target
DestroyDurable
Destroy the durable with given name and client ID.
DestroyGroup
Destroy the group for the given groupName.
DestroyMessage
Destroy the message for the given message ID.
DestroyQueue
Destroy the queue for the given queue name.
DestroyQueues
Destroy queues matching the given pattern.
DestroyRoute
Destroy the route with specified name.
DestroyTopic
Destroy the topic for the given topic name.
DestroyTopics
Destroy topics matching the given pattern.
DestroyUser
Destroy the user for the given userName.
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.)
GetBridge
Get the bridge from a given destination.
GetBridges
Get all the bridges known to the server where the source destination is of a given type and the source destination name matches the given pattern.
GetChannel
Returns the multicast channel with the specified name.
GetChannels
Returns all multicast channels in the server.
GetChannelStatistics
Returns statistical information about the multicast channel with the specified name.
GetCMLedgerOverloaded.
GetConsumer
Returns consumer with specified ID. Returned consumer object contains all information about consumer known to server, including all details, available statistics, and consumer's selector.
GetConsumersOverloaded.
GetConsumersStatistics
Get statistical information about consumers with specified parameters.
GetDestinationBridge
Returns the destination bridge between a source and a target
GetDestinationBridges
Get the destination bridges for all source destinations that match the given source type and source pattern.
GetDurable
Get the durable subscription information for the given durable name and clientID.
GetDurables
Get the durable subscription information for the given topic name.
GetGroup
Get the group for the given name.
GetGroupACLEntries
Get all permissions on destinations for specified group.
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.)
GetJACIInfo
Get statistics on the JACI permissions cache.
GetMessage
Get the message for the given message ID.
GetMessages
Get the messages that have the given correlation ID.
GetPermissionsOverloaded.
GetProducersStatistics
Get the statistical information about producers with specified parameters.
GetQueue
Get the queue for the given queue name.
GetQueueACLEntries
Get all ACL entries pertaining to the queue with the given queueName.
GetQueuesOverloaded.
GetQueuesStatistics
Get the statistical information for the queues that match the given pattern.
GetRoute
Returns route information or null if such route does not exist.
GetRouteStatistics
Returns statistical information about the route with specified name.
GetStoreInfoOverloaded.
GetStores
Get a list of configured stores.
GetTopic
Get the topic for the given topic name.
GetTopicACLEntries
Get all ACL entries pertaining to the topic with the given topicName.
GetTopicsOverloaded.
GetTopicsStatistics
Get the statistical information for the topics that match the given pattern.
GetTransport
Get the transport with a given name.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetUser
Get the user for the given username.
GetUserACLEntries
Get all ACL entries pertaining to the user with the given userName.
GrantOverloaded.
Lookup
Retrieve that administrative object bound to the given JNDI name.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
PurgeDurable
Purge pending messages for the durable with given name and client ID.
PurgeQueue
Purge pending messages from the queue for the given name.
PurgeQueues
Purge pending messages from queues matching the given pattern.
PurgeTopic
Purge pending messages from the topic for the given name.
PurgeTopics
Purge pending messages from topics matching the given pattern.
RemoveUserFromGroup
Remove the user for the given userName from the group for the given groupName.
RemoveUsersFromGroup
Remove the users for the given array of userNames from the group for the given groupName.
ResetJACIStats
Reset all JACI statistics counters to zero.
RevokeOverloaded.
RollbackTransaction
Roll the xa transaction back.
RotateLog
Rotate server's log file.
SaveConfiguration
Save any configuration changes to the server's config files.
Shutdown
Shutdown the server.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Unbind
Remove the binding between the given JNDI name and the object bound to it.
UpdateConnectionFactory
Save changes to the connection factory stored at the given JNDI name using information from the given ConnectionFactoryInfo.
UpdateCRL
Update server's CRL.
UpdateGroup
Save changes made to the given GroupInfo.
UpdateQueue
Change the properties of the queue corresponding to the given QueueInfo.
UpdateRoute
Update route parameters.
UpdateServer
Update the server configuration.
UpdateTopic
Change the properties of the topic corresponding to the given TopicInfo.
UpdateUser
Save changes made to the given UserInfo.

See Also