org.apache.avalon.fortress.examples.extended.extensions
Interface SecurityManageable

All Known Implementing Classes:
ExtendedComponentImpl

public interface SecurityManageable

Simple custom lifecycle extension interface for supplying a component with a security manager.

Version:
CVS $Revision: 1.6 $ $Date: 2004/02/24 22:31:21 $
Author:
Avalon Development Team

Method Summary
 void secure(java.lang.SecurityManager manager)
          Pass a SecurityManager object to the component
 

Method Detail

secure

public void secure(java.lang.SecurityManager manager)
            throws java.lang.SecurityException
Pass a SecurityManager object to the component

Parameters:
manager - a SecurityManager value
Throws:
java.lang.SecurityException


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.