- Timestamp:
- 07/05/08 22:16:04 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/blitz/src/ome/services/blitz/impl/ServiceFactoryI.java
r2397 r2592 524 524 } 525 525 526 /** 527 * Destruction simply decrements the reference count for a session to allow 528 * reconnecting to it. This means that the Glacier timeout property is 529 * fairly unimportant. If a Glacier connection times out or is otherwise 530 * destroyed, a client can attempt to reconnect 531 */ 526 532 public void destroy(Ice.Current current) { 527 if (log.isInfoEnabled()) { 528 log.info(String.format("Destroying %s session", current.id.name)); 529 } 530 close(current); 533 sessionManager.detach(this.principal.getName()); 531 534 } 532 535
