This is the main class for administering a TIBCO Enterprise Message Service server.
For a list of all members of this type, see Admin Members.
System.Object
TIBCO.EMS.ADMIN.Admin
To use this API, first create an instance of this class using one of the constructors. With that instance, one can retrieve information about the server and its components, as well as modify the server's configuration. All modifications to the server configuration are made through this class. For example, to change the description of a group, one would do the following: GroupInfo groupInfo = Admin.GetGroup("groupName"); groupInfo.SetDescription("New Description"); Admin.UpdateGroup(groupInfo);
Namespace: TIBCO.EMS.ADMIN
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Admin Members | TIBCO.EMS.ADMIN Namespace