Class ProfilingMethodImpl
java.lang.Object
com.ibm.java.diagnostics.healthcenter.api.profiling.impl.ProfilingMethodImpl
- All Implemented Interfaces:
ProfilingMethod
-
Constructor Summary
ConstructorsConstructorDescriptionProfilingMethodImpl(String uniqueID, long uniqueIDAsNumber, boolean nameKnown, String name, String shortName, String methodName) -
Method Summary
Modifier and TypeMethodDescriptionlongboolean
-
Constructor Details
-
ProfilingMethodImpl
-
-
Method Details
-
getUniqueId
- Specified by:
getUniqueIdin interfaceProfilingMethod
-
getUniqueIdAsNumber
public long getUniqueIdAsNumber()- Specified by:
getUniqueIdAsNumberin interfaceProfilingMethod
-
isNameKnown
public boolean isNameKnown()- Specified by:
isNameKnownin interfaceProfilingMethod
-
getFullName
- Specified by:
getFullNamein interfaceProfilingMethod
-
getShortName
- Specified by:
getShortNamein interfaceProfilingMethod
-
getMethodName
- Specified by:
getMethodNamein interfaceProfilingMethod
-