public class RemotePerfStatMgrImpl extends UnicastRemoteObject implements RemotePerfStatMgr
PerfStatMgr.getInstance() instead.| Modifier and Type | Field and Description |
|---|---|
static String |
RMI_NAME
The name under which the instance of
RemotePerfStatMgrImpl is bound in the RMI registry
|
ref| Constructor and Description |
|---|
RemotePerfStatMgrImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
endTrim(String trimspecName)
See
PerfStatMgr.endTrim(String) for
application usage. |
void |
generateStatisticsSpecificationsFile()
Generates the statistic specifications and writes them out.
|
void |
generateTrimSpecificationsFile()
Generates the trim specifications and writes them out.
|
TrimSpec |
getTrimSpec(String trimspecName)
See
perffmwk.PerfStatMgr#getTrimSpec(String) for
application usage. |
void |
registerStatistics(List statspecs)
|
void |
reportExtendedTrimInterval(TrimInterval interval)
See
PerfStatMgr.reportExtendedTrimInterval(TrimInterval) for
application usage. |
void |
reportExtendedTrimIntervals(Map intervals)
See
PerfStatMgr.reportExtendedTrimIntervals(Map) for
application usage. |
void |
reportTrimInterval(TrimInterval interval)
See
PerfStatMgr.reportTrimInterval(TrimInterval) for
application usage. |
void |
reportTrimIntervals(Map intervals)
See
PerfStatMgr.reportTrimIntervals(Map) for
application usage. |
void |
startTrim(String trimspecName)
See
PerfStatMgr.startTrim(String) for
application usage. |
clone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogpublic static final String RMI_NAME
public RemotePerfStatMgrImpl()
throws RemoteException
RemoteExceptionpublic void startTrim(String trimspecName) throws RemoteException
RemotePerfStatMgrPerfStatMgr.startTrim(String) for
application usage.startTrim in interface RemotePerfStatMgrRemoteExceptionRemotePerfStatMgr.startTrim(String)public void endTrim(String trimspecName) throws RemoteException
RemotePerfStatMgrPerfStatMgr.endTrim(String) for
application usage.endTrim in interface RemotePerfStatMgrRemoteExceptionRemotePerfStatMgr.endTrim(String)public void reportTrimInterval(TrimInterval interval) throws RemoteException
RemotePerfStatMgrPerfStatMgr.reportTrimInterval(TrimInterval) for
application usage.reportTrimInterval in interface RemotePerfStatMgrRemoteExceptionRemotePerfStatMgr.reportTrimInterval(TrimInterval)public void reportExtendedTrimInterval(TrimInterval interval) throws RemoteException
RemotePerfStatMgrPerfStatMgr.reportExtendedTrimInterval(TrimInterval) for
application usage.reportExtendedTrimInterval in interface RemotePerfStatMgrRemoteExceptionRemotePerfStatMgr.reportExtendedTrimInterval(TrimInterval)public void reportTrimIntervals(Map intervals) throws RemoteException
RemotePerfStatMgrPerfStatMgr.reportTrimIntervals(Map) for
application usage.reportTrimIntervals in interface RemotePerfStatMgrRemoteExceptionRemotePerfStatMgr.reportTrimIntervals(Map )public void reportExtendedTrimIntervals(Map intervals) throws RemoteException
RemotePerfStatMgrPerfStatMgr.reportExtendedTrimIntervals(Map) for
application usage.reportExtendedTrimIntervals in interface RemotePerfStatMgrRemoteExceptionRemotePerfStatMgr.reportExtendedTrimIntervals(Map )public TrimSpec getTrimSpec(String trimspecName) throws RemoteException
RemotePerfStatMgrperffmwk.PerfStatMgr#getTrimSpec(String) for
application usage.getTrimSpec in interface RemotePerfStatMgrRemoteExceptionRemotePerfStatMgr.getTrimSpec(String)public void registerStatistics(List statspecs) throws RemoteException
RemotePerfStatMgrregisterStatistics in interface RemotePerfStatMgrRemoteExceptionPerfStatMgr.registerStatistics(PerformanceStatistics)public void generateTrimSpecificationsFile()
public void generateStatisticsSpecificationsFile()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.