org.eclipse.hyades.loaders.trace
Class XMLmonContendedEnterLoader
java.lang.Object
org.eclipse.hyades.loaders.hierarchy.IgnoredXMLFragmentLoader
org.eclipse.hyades.loaders.trace.TraceXMLFragmentLoader
org.eclipse.hyades.loaders.trace.TraceXMLThreadEventsLoader
org.eclipse.hyades.loaders.trace.XMLmonContendedEnterLoader
- All Implemented Interfaces:
- BinaryFragmentLoader, XMLFragmentLoader
- Direct Known Subclasses:
- XMLmonContendedEnteredLoader
public class XMLmonContendedEnterLoader
- extends TraceXMLThreadEventsLoader
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLmonContendedEnterLoader
public XMLmonContendedEnterLoader()
addAttribute
public void addAttribute(java.lang.String name,
java.lang.String value)
- Specified by:
addAttribute in interface XMLFragmentLoader- Overrides:
addAttribute in class TraceXMLFragmentLoader
addYourselfInContext
public void addYourselfInContext()
- Description copied from interface:
XMLFragmentLoader
- This is called on end of root element of each fragment
- Specified by:
addYourselfInContext in interface XMLFragmentLoader- Overrides:
addYourselfInContext in class IgnoredXMLFragmentLoader
updateNewestOwnerOfLock
public void updateNewestOwnerOfLock(TRCThreadWaitingForLockEvent ref_wfl,
java.util.ArrayList stillLocked)
initialize
public void initialize(HierarchyContext context,
java.lang.String name)
- Description copied from interface:
XMLFragmentLoader
- This is called on start of root element of each fragment
- Specified by:
initialize in interface XMLFragmentLoader- Overrides:
initialize in class TraceXMLFragmentLoader
cleanUp
public void cleanUp()
- Description copied from interface:
XMLFragmentLoader
- This is called at the end of the document.
- Specified by:
cleanUp in interface XMLFragmentLoader- Overrides:
cleanUp in class IgnoredXMLFragmentLoader