Returns a summary of the contents of the ledger file of the server's default TIBCO Rendezvous certified messaging transport.
array of CMLedgerSubjectInfo objects that match the given pattern.
If the server uses multiple named transports then use the GetCMLedger(String transport, String pattern) method to query the ledger for the given transport. Specifying a pattern limits the scope of the query to only those Rendezvous subjects matching the pattern. The pattern may contain the wildcards "*" and ">". See the TIBCO EMS documentation for how wildcards work. A pattern of "", ">", or null will return information on all the subjects in the ledger file.
Exception Type | Condition |
---|---|
AdminException | if not authorized or an error occurred. |
Admin Class | TIBCO.EMS.ADMIN Namespace | Admin.GetCMLedger Overload List