public class RemoteThreadsListenerImpl extends UnicastRemoteObject implements RemoteThreadsListener, ThreadListener
ref
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, unexportObject
getClientHost, getLog, setLog
public RemoteThreadsListenerImpl() throws RemoteException
RemoteException
- if failed to export objectpublic void threadStarted()
ThreadListener
threadStarted
in interface ThreadListener
threadStarted
in interface RemoteThreadsListener
RemoteThreadsListener.threadStarted()
public void threadFinished()
ThreadListener
threadFinished
in interface ThreadListener
threadFinished
in interface RemoteThreadsListener
ThreadListener.threadFinished()
Copyright (c) 1998-2021 Apache Software Foundation. All Rights Reserved.