|
|||||||||
| 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.
| 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 name. |
java.lang.String |
runReport(java.lang.String profileName,
java.util.Properties prop)
Run and returns the special 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 - prop -
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||