The TIBCO Enterprise Message Service .NET Administration API can be used to read and update the configuration of a running TIBCO EMS Server
Class | Description |
---|---|
ACLEntry | An ACLEntry represents the set of permissions that a Principal (User or Group) has on a Destination (Topic or Queue). |
Admin | This is the main class for administering a TIBCO Enterprise Message Service server. |
AdminACLEntry | This class represents a set of administrative permissions for a Principal (user or group). |
AdminException | This is the general admin exception used when an error occurs with a call to the server. |
AdminInvalidNameException | This is the admin exception thrown when the name used to create a User, Group, or Destination is invalid. |
AdminNameExistsException | This is the admin exception thrown when the name used to create a User, Group, Destination, or JNDI binding is already in use. |
AdminPermissions | This class represents a set of positive and negative administrative permissions. Negative permissions are only returned when the entry is returned from the server. In grant() and revoke() methods only positive permissions are used to specify the set of permissions which should be granted or revoked. Applications normally use objects returned as a result of a server query to obtain administrative permissions. If any permissions have to be changed, a new AdminPermission object should be created. |
AdminSecurityException | This is the admin exception thrown when the user is not authorized to execute a command. |
BridgeInfo | This class represents the definition of a bridge. A bridge consists of a source destination name and type and 1 or more BridgeTarget objects. |
BridgeTarget | This class represents the target destination of a bridge. |
CMLedgerListenerInfo | This class represents a summary about a single registered TIBCO Rendezvous certified listener that the EMS server exports messages to. |
CMLedgerSubjectInfo | This class represents an outbound subject entry in a TIBCO Rendezvous Certified Messaging ledger file. |
CMListenerInfo | This class represents a TIBCO Rendezvous CM listener. |
ConnectionFactoryInfo | A ConnectionFactoryInfo object represents a configured ConnectionFactory that can be retrieved by an EMS client through the built in JNDI implementation. This class is used to create and alter the properties of the ConnectionFactory. |
ConnectionInfo | A ConnectionInfo object represents a client connection to the TIBCO EMS server. ConnectionInfo objects are obtained through calls to Admin.GetConnections(). |
ConsumerInfo | A ConsumerInfo object represents a message consumer. |
DestinationBridgeInfo | |
DestinationInfo | This abstract class contains methods common to both QueueInfo and TopicInfo. |
DetailedDestStat | This class represents detailed destination statistics about another object (Topic, Queue etc). |
DurableInfo | This class represents a durable subscription on the Tibjms server. |
GroupInfo | This class represents a group on the Tibjms server. |
Permissions | This class represents a set of permissions on destinations. |
PrincipalInfo | This abstract class represents a user or group and contains methods common to both. |
ProducerInfo | A ProducerInfo object represents a message producer. |
QueueInfo | This class represents a message queue that is configured on the EMS server. |
RouteInfo | An object of this class represents the configuration and optionally statistical data about the routed server. |
RouteSelector | This class represents a selector applied to incoming or outgoing messages on a route. |
RVCMTransportInfo | This class represents TIBCO Rendezvous Certified Messaging transports that are configured on the EMS server. |
RVTransportInfo | This class represents TIBCO Rendezvous transports that are configured on the EMS server. |
ServerInfo | This class represents configuration parameters for a TIBCO Enterprise Message Service server. |
SSLParams | This class represents all the possible SSL paramters. |
SSTransportInfo | This class represents TIBCO SmartSockets transports that are configured on the EMS server. |
StatData | This class represents statistical data about another object (Topic, Queue etc). |
StoreInfo | Class representing information about a server's store file. |
TopicInfo | This class represents a topic that is configured on the EMS server. |
TraceInfo | This class represents the set of trace message types that will be output to a particular output destination (console or log file). |
TransactionInfo | This class represents an XA transaction. |
TransportInfo | This abstract class represents the data and behavior common to transports of all types that are configured on the EMS server |
UserInfo | This class represents a user on the TIBCO EMS server. |
VersionInfo | This class represents the parsed version information for the TIBCO Enterprise Message Service components. |