TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetCMLedger Method (String, String)

Returns a summary of the contents of the transport's ledger file.

public CMLedgerSubjectInfo[] GetCMLedger(
   string transport,
   string pattern
);

Parameters

transport
the name of the transport whose ledger file is to be summarized.
pattern
a pattern indicating which subjects are of interest.

Return Value

array of CMLedgerSubjectInfo objects that match the given pattern.

Remarks

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