Salut!
> + protected Logger getLogger()
> + {
> + return logger;
> + }
> +
> + protected boolean isClosed()
> + {
> + return closed.get();
> + }
> +
> + protected void setClosed( final boolean closed )
> + {
> + this.closed.set( closed );
> + }these methods can be final as well. best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/
