public interface ProfilingService
extends java.rmi.Remote
ProfilingService.UUID
as this remote object's name to locate it.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
UUID
Remote Object Unique Universal ID.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getProfileNames()
Retrieves a list of the profile report names.
|
java.lang.String |
runReport(java.lang.String profileName,
java.util.Properties prop)
Runs and returns the specified profile report.
|
static final java.lang.String UUID
java.lang.String[] getProfileNames() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String runReport(java.lang.String profileName, java.util.Properties prop) throws java.rmi.RemoteException
profileName,
- this is profile nameprop,
- this Properties contains profile report information
java.rmi.RemoteException