|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProfilingService
A profiling service provides some methods to retrieve performance object's
profile information.
A profiling service also is a remote interface. Users can use
ProfilingService.UUID as this remote object's name to locate it.
| Field Summary | |
|---|---|
static java.lang.String |
UUID
Remote Object Unique Universal ID. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final java.lang.String UUID
| Method Detail |
|---|
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
- Returns:
- If successful return the result file name or else return the string
with the "EEROR:" prefix.
- Throws:
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||