public class Profiling extends Object implements ProfilingMBean
| Constructor and Description |
|---|
Profiling() |
| Modifier and Type | Method and Description |
|---|---|
void |
doSomething() |
int |
getCounts() |
String |
getProfiles() |
static void |
main(String[] args) |
public String getProfiles()
getProfiles in interface ProfilingMBeanpublic int getCounts()
getCounts in interface ProfilingMBeanpublic void doSomething()
doSomething in interface ProfilingMBeanpublic static void main(String[] args) throws MalformedObjectNameException, NotCompliantMBeanException, InstanceAlreadyExistsException, MBeanRegistrationException, InterruptedException
Copyright © 2023. All rights reserved.