public class RemotePerfStatMgrImpl extends java.rmi.server.UnicastRemoteObject implements RemotePerfStatMgr
PerfStatMgr.getInstance() instead.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RMI_NAME
The name under which the instance of
RemotePerfStatMgrImpl is bound in the RMI registry
|
| Constructor and Description |
|---|
RemotePerfStatMgrImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
endTrim(java.lang.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(java.lang.String trimspecName)
See
perffmwk.PerfStatMgr#getTrimSpec(String) for
application usage. |
void |
registerStatistics(java.util.List statspecs)
|
void |
reportExtendedTrimInterval(TrimInterval interval)
See
PerfStatMgr.reportExtendedTrimInterval(TrimInterval) for
application usage. |
void |
reportExtendedTrimIntervals(java.util.Map intervals)
See
PerfStatMgr.reportExtendedTrimIntervals(Map) for
application usage. |
void |
reportTrimInterval(TrimInterval interval)
See
PerfStatMgr.reportTrimInterval(TrimInterval) for
application usage. |
void |
reportTrimIntervals(java.util.Map intervals)
See
PerfStatMgr.reportTrimIntervals(Map) for
application usage. |
void |
startTrim(java.lang.String trimspecName)
See
PerfStatMgr.startTrim(String) for
application usage. |
clone, exportObject, exportObject, exportObject, unexportObjectpublic static final java.lang.String RMI_NAME
public RemotePerfStatMgrImpl()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void startTrim(java.lang.String trimspecName)
throws java.rmi.RemoteException
RemotePerfStatMgrPerfStatMgr.startTrim(String) for
application usage.startTrim in interface RemotePerfStatMgrjava.rmi.RemoteExceptionRemotePerfStatMgr.startTrim(String)public void endTrim(java.lang.String trimspecName)
throws java.rmi.RemoteException
RemotePerfStatMgrPerfStatMgr.endTrim(String) for
application usage.endTrim in interface RemotePerfStatMgrjava.rmi.RemoteExceptionRemotePerfStatMgr.endTrim(String)public void reportTrimInterval(TrimInterval interval) throws java.rmi.RemoteException
RemotePerfStatMgrPerfStatMgr.reportTrimInterval(TrimInterval) for
application usage.reportTrimInterval in interface RemotePerfStatMgrjava.rmi.RemoteExceptionRemotePerfStatMgr.reportTrimInterval(TrimInterval)public void reportExtendedTrimInterval(TrimInterval interval) throws java.rmi.RemoteException
RemotePerfStatMgrPerfStatMgr.reportExtendedTrimInterval(TrimInterval) for
application usage.reportExtendedTrimInterval in interface RemotePerfStatMgrjava.rmi.RemoteExceptionRemotePerfStatMgr.reportExtendedTrimInterval(TrimInterval)public void reportTrimIntervals(java.util.Map intervals)
throws java.rmi.RemoteException
RemotePerfStatMgrPerfStatMgr.reportTrimIntervals(Map) for
application usage.reportTrimIntervals in interface RemotePerfStatMgrjava.rmi.RemoteExceptionRemotePerfStatMgr.reportTrimIntervals(Map )public void reportExtendedTrimIntervals(java.util.Map intervals)
throws java.rmi.RemoteException
RemotePerfStatMgrPerfStatMgr.reportExtendedTrimIntervals(Map) for
application usage.reportExtendedTrimIntervals in interface RemotePerfStatMgrjava.rmi.RemoteExceptionRemotePerfStatMgr.reportExtendedTrimIntervals(Map )public TrimSpec getTrimSpec(java.lang.String trimspecName) throws java.rmi.RemoteException
RemotePerfStatMgrperffmwk.PerfStatMgr#getTrimSpec(String) for
application usage.getTrimSpec in interface RemotePerfStatMgrjava.rmi.RemoteExceptionRemotePerfStatMgr.getTrimSpec(String)public void registerStatistics(java.util.List statspecs)
throws java.rmi.RemoteException
RemotePerfStatMgrregisterStatistics in interface RemotePerfStatMgrjava.rmi.RemoteExceptionPerfStatMgr.registerStatistics(PerformanceStatistics)public void generateTrimSpecificationsFile()
public void generateStatisticsSpecificationsFile()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.