Class ClassesEventObject
java.lang.Object
com.ibm.java.diagnostics.healthcenter.api.classes.impl.ClassesEventObject
- All Implemented Interfaces:
BaseEvent,ClassesEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the classlongbooleanTests whether the class is loaded from the shared cache
-
Constructor Details
-
ClassesEventObject
-
-
Method Details
-
getEventTime
public long getEventTime()- Specified by:
getEventTimein interfaceBaseEvent- Returns:
- the time the event took place in milliseconds since epoch
-
getClassName
Description copied from interface:ClassesEventGets the name of the class- Specified by:
getClassNamein interfaceClassesEvent- Returns:
- Class name
-