JSecurity

org.jsecurity.util
Interface Destroyable

All Known Implementing Classes:
AbstractValidatingSessionManager, AuthenticatingSecurityManager, AuthorizingSecurityManager, CachingSecurityManager, DefaultSecurityManager, DefaultSessionManager, DefaultWebSecurityManager, DefaultWebSessionManager, EhCacheManager, PropertiesRealm, RealmSecurityManager, SessionsSecurityManager

public interface Destroyable

JSecurity container-agnostic interface that indicates that this object requires a callback during destruction.

Since:
0.2
Author:
Les Hazlewood, Jeremy Haile
See Also:
LifecycleBeanPostProcessor

Method Summary
 void destroy()
          Called when this object is being destroyed, allowing any necessary cleanup of internal resources.
 

Method Detail

destroy

void destroy()
             throws Exception
Called when this object is being destroyed, allowing any necessary cleanup of internal resources.

Throws:
Exception - if an exception occurs during object destruction.

JSecurity

Copyright © 2004-2008 JSecurity.