- Timestamp:
- 07/05/08 22:16:05 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/server/src/ome/services/sessions/SessionManager.java
r2592 r2594 75 75 Session find(String uuid); 76 76 77 void close(String uuid); 77 /** 78 * If reference count for the session is less than 1, close the session. 79 * Otherwise decrement the reference count. The current reference count is 80 * returned. If -1, then no such session existed. If -2, then the session 81 * was removed. 82 */ 83 int close(String uuid); 78 84 79 85 // Security methods
