global class OrgInstrumentationContext {
|
global OrgInstrumentationContext(System.OrgMetricPublishTypeEnum publishType) { }
|
global Object clone() { }
|
global void end() { }
|
global Long getDuration() { }
|
global System.OrgMetricPublishTypeEnum getPublishType() { }
|
global void startTime() { }
|
|
}
|