|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDebugService<D>
Service for managing debug sessions.
Debug sessions are stored in-memory only and are stored in a expirable cache. It is best practice to call deleteDebugSession() once the session is completed.
| Method Summary | |
|---|---|
<any> |
createDebugSession(ClientContext clientContext)Create a debug session for debugging a scenario. |
void |
deleteDebugSession(ClientContext clientContext, java.lang.String sessionId)Removes the debug session from the server. |
<any> |
getDebugSession(ClientContext clientContext, java.lang.String sessionId)Retrieves a debug session |
java.util.List<<any>> |
getDebugSessions(ClientContext clientContext)Returns a paginated list of sessions currently on the server. |
| Method Detail |
|---|
<any> createDebugSession(ClientContext clientContext)
throws ConductorException
clientContext - The client context to use for namespace, localization, etc.debugDocument - The object being debugged.ConductorException
java.util.List<<any>> getDebugSessions(ClientContext clientContext)
throws ConductorException
clientContext - The client context to use for namespace, localization, etc.ConductorException
<any> getDebugSession(ClientContext clientContext,
java.lang.String sessionId)
throws ConductorException
clientContext -sessionId -DebugSessionNotFoundException - if the debug session does not exist.ConductorException
void deleteDebugSession(ClientContext clientContext,
java.lang.String sessionId)
throws ConductorException
clientContext - The client context to use for namespace, localization, etc.sessionId - The debug session id.DebugSessionNotFoundException - if the debug session does not exist.ConductorException
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||