TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetCMLedger Method (String)

Returns a summary of the contents of the ledger file of the server's default TIBCO Rendezvous certified messaging transport.

public CMLedgerSubjectInfo[] GetCMLedger(
   string pattern
);

Parameters

pattern
a pattern indicating which subjects are of interest.

Return Value

array of CMLedgerSubjectInfo objects that match the given pattern.

Remarks

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.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace | Admin.GetCMLedger Overload List