Interface | Description |
---|---|
MActivityType | |
MSortedVector.Compare |
This interface is used to define the comparison function.
|
Class | Description |
---|---|
Atom |
An Atom is a unique string in the run-time environment.
|
Base64 | |
CmdlineArgReader |
Utility to get command line arguments following pattern
'-key value' .
|
DateTimeParser | Deprecated
Internal use only
Utility class for parsing ISO8601 strings to Date/time
|
MActivityInfo | |
MFileSink |
An
MFileSink is a file with an associated filename,
sink name, and role that can receive messages from a trace. |
MGUID |
MGUID encapsulates the a globally unique ID object. |
MGUIDGenerator |
Factory class that generates MGUID instances.
|
MHawkSink |
MHawkSink allows applications to send trace messages directly to TIBCO Hawk. |
MJmsSink |
Created by IntelliJ IDEA.
|
MMetricsSummary | |
MNameValuePair |
This class has two data members; name and value.
|
MPerformanceMonitor | |
MRole |
MRole captures information about a particular role used
by MTrace including all its sinks. |
MRvSink |
An
MRvSink allows applications to send trace messages as
TIBCO Rendezvous messages. |
MSink |
The
MSink abstract class defines locations that can receive
messages from an MTrace . |
MSortedVector |
A MSortedVector class maintains all of the functionality of the
normal vector while adding the necessity to pass it a comparison
functions.
|
MSortedVector.SpecStringCompare | |
MSortedVector.StringCompare | |
MStderrSink |
Trace messages sent to this sink go to the standard error stream.
|
MStdoutSink |
Trace messages sent to this sink go to the standard output stream.
|
MStreamSink |
Trace messages sent to this sink go to the standard output stream.
|
MTrace |
The
MTrace class sets up and maintains a trace mapping table,
the data structure that holds the mapping between a message and
the corresponding list of message destinations (sinks). |
Name |
This is a general purpose name object to allow efficient sharing of
duplicate names in the system.
|
StringUtilities |
A set of String management utilities.
|