On 31 Jan 2003 [EMAIL PROTECTED] wrote:

> dlr         2003/01/30 16:20:53
> 
>   Modified:    src/java/org/apache/turbine/services/session
>                         SessionListener.java SessionService.java
>                         TurbineSessionService.java
>   Log:
>   * src/java/org/apache/turbine/services/session/SessionListener.java
>     Removed imports obviated by removal of static "log" field.
>   
>     Added <listener> and <listener-class> web.xml examples and @since
>     tag to header JavaDoc.
>   
>     log: Removed unused member.
>   
>   * src/java/org/apache/turbine/services/session/SessionService.java
>     Added @since tag to header JavaDoc.
>   
>     getUserFromSession(HttpSession), getSession(String): Added JavaDoc,
>     and removed redundant public declarations (implicit in a Java
>     interface) for consistancy.
>   
>   * src/java/org/apache/turbine/services/session/TurbineSessionService.java
>     Improved header JavaDoc.
>   
>     activeSessions: Changed from HashMap to Hashtable for thread-safety.
>   
>     getActiveSessions(): Now returns a copy of the active sessions,
>     rather than a handle to the Collection view of the values of the
>     actual Map used to store the active sessions.
>   
>     getActiveUsers(): Changed Collection implementation used to record
>     active users from the slow, synchronized Vector to the faster,context-param
                                                                    ^

This context-param bit was a stray paste.  I don't have cvs admin karma, but
I hacked the ,v files in the repository to fix it.  "Kids, don't try this at 
home."

- Dan



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to