Details
Description
                    Introduce method annotation that can be used to mark session scoped bean methods that need to be notified by ICEfaces when all the windows previously opened are closed. Many users asked for this kind of feature, usually wanting to execute an early logout when no more windows are opened.
            
Activity
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #26292 | Wed Nov 09 07:50:00 MST 2011 | mircea.toma |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces2/trunk/icefaces/core/src/main/java/org/icefaces/impl/application/WindowScopeManager.java
            
             | 
| Field | Original Value | New Value | 
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] | 
| Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
| Resolution | Fixed [ 1 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #26298 | Wed Nov 09 10:42:52 MST 2011 | deryk.sinotte |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces2/trunk/icefaces/core/src/main/java/org/icefaces/impl/application/WindowScopeManager.java
            
             | 
| Salesforce Case | [] | |
| Fix Version/s | 2.1 [ 10241 ] | 
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] | 
| Assignee | Mircea Toma [ mircea.toma ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #26305 | Wed Nov 09 14:26:23 MST 2011 | mircea.toma |      | 
| Files Changed | ||||
            					
			 
                            ADD
            				/icefaces2/trunk/icefaces/core/src/main/java/org/icefaces/bean/AllWindowsClosed.java
            
             | 
| Status | Reopened [ 4 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #26343 | Mon Nov 14 04:03:40 MST 2011 | mircea.toma |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces2/trunk/icefaces/core/src/main/java/org/icefaces/impl/application/WindowScopeManager.java
            
             | 
| Status | Reopened [ 4 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Fix Version/s | 3.0.RC1 [ 10300 ] | |
| Fix Version/s | 3.0 [ 10241 ] | 
| Fix Version/s | 3.0 [ 10241 ] | 
| Status | Resolved [ 5 ] | Closed [ 6 ] | 

Introduced @AllWindowsClosed method annotation to be used by session beans that need to be notified when all the browser windows are closed.