public class RemoteThreadsListenerImpl extends java.rmi.server.UnicastRemoteObject implements RemoteThreadsListener, ThreadListener
| Constructor and Description |
|---|
RemoteThreadsListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
threadFinished()
Called for each thread after all samples have been processed.
|
void |
threadStarted()
Called for each thread before starting sampling.
|
clone, exportObject, exportObject, exportObject, unexportObjectpublic RemoteThreadsListenerImpl()
throws java.rmi.RemoteException
java.rmi.RemoteException - if failed to export objectpublic void threadStarted()
ThreadListenerthreadStarted in interface ThreadListenerthreadStarted in interface RemoteThreadsListenerRemoteThreadsListener.threadStarted()public void threadFinished()
ThreadListenerthreadFinished in interface ThreadListenerthreadFinished in interface RemoteThreadsListenerThreadListener.threadFinished()Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.