|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Session
Xiruss Repository server session.
| Method Summary | |
|---|---|
void |
end()
Ends a session, making it inactive |
User |
getUser()
Gets the user associated with this session. |
void |
initialize(MultiUserRepository rep,
java.lang.String objId,
User user)
|
boolean |
isActive()
Returns true if the session is active (has not been closed by the user or by the server). |
| Methods inherited from interface org.xiruss.snapcm.api.RepositoryObject |
|---|
accept, compareTo, getId, getName, getProperties, getProperty, getPropertyNames, getRepository, getType, hasProperty, initialize, isNull, setId, setName, setProperty, toString |
| Method Detail |
|---|
User getUser()
void initialize(MultiUserRepository rep,
java.lang.String objId,
User user)
boolean isActive()
void end()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||