|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FarragoSessionInfo
Method Summary | |
---|---|
List<Long> |
getExecutingStmtIds()
Returns a list of identifiers of currently running statements. |
FarragoSessionExecutingStmtInfo |
getExecutingStmtInfo(Long id)
Given a statement identifier, return an object containing its details. |
long |
getId()
Returns unique identifier for this session. |
FarragoSession |
getSession()
|
Method Detail |
---|
FarragoSession getSession()
long getId()
List<Long> getExecutingStmtIds()
FarragoSessionExecutingStmtInfo getExecutingStmtInfo(Long id)
id
- Unique identifier of a statement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |