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

Classes

  ClassDescription
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.
ChannelInfo
An object of this class represents the configuration and optionally statistical data about the multicast channel.
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. GetConsumers()()()
ConsumerInfo..::.Details
Provides additional information about consumer.
DbStoreInfo
Class representing information about server's database-based store.
DestinationBridgeInfo
This class replaces the old BridgeInfo class to represent bridges between destinations.
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.
FileStoreInfo
Class representing information about a server's file-based store.
GroupInfo
This class represents a group on the Tibjms server.
JACIInfo
This class represents a set of statistics about the JACI cache collected from the EMS server.
LDAPParams
This class represents LDAP parameters.
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.
RVQueuePolicy
This class represents the discard policy of the TIBCO Rendezvous queues used internally by the TIBCO EMS Server when importing messages from TIBCO Rendezvous.
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.
ThirdPartyParams
This class represents parameters from third party components such as SSL and LDAP.
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.

Enumerations

  EnumerationDescription
AuthenticationLocation
Enum that contains values of authentication location currently used by the server.
ClientTraceFilter
Defines possible values for client trace filter, namely, User, ClientID and ConnID.
ClientTraceTarget
Defines possible values for client tracing
DeliveryMode
Defines possible values of delivery modes
DestinationType
Enum containing different destination types
Metric
Defines the possible values for load balanced metric that can be specified for a connection factory or retrieved from a connection factory object.
OverflowPolicyType
Enum contains different overflow policy types
PolicyType
Defines possible values for discard policy
RequestDestInfo
This enum is mainly for getting dests (either topic or queues) via the Admin.GetQueues(pattern, parameter) or Admin.GetTopics(pattern, parameter) API's, Where the parameter can be one of the following.
SSDeliveryMode
Enum contains the delivery modes that can be used with SmartSockets transport
SSImportSSHeaders
Enum contains the import SmartSockets header values for SmartSockets transport
SSLoadBalanceMode
Enum contains the load balance modes that can be used with SmartSockets transport
SSLType
Types indicating whether connection is ssl or not
SSPreserveGMD
Enum contains the values for preserving failed SmartSockets GMD messages when using SmartSockets Transport
SSSubscribeMode Obsolete.
Enum contains the subscribe modes that can be used with SmartSockets transport Deprecated, As of release 5.0 subscribe mode is not configurable.
State
Enum that contains values that represent the state of server (i.e standby or active)
Store
Enum that contains values for store, sync or async
TransportType
Defines possible values for tranport types
ZoneType
Enum contains different zone types