Hi All,

        Container.java:

/**
 * The Container is an interface used to mark the Containers in your system. It
 * exposes a protected getComponentManager() method so that the Container's
 * Manager can expose that to the instantiating class.
 *
 * @author <a href="mailto:[EMAIL PROTECTED]";>Berin Loritsch</a>
 * @version CVS $Revision: 1.6 $ $Date: 2002/02/05 20:38:17 $
 */
public interface Container
{
    String CONTEXT_CLASSLOADER = "container.classloader";
    String CONTEXT_DIRECTORY   = "context-root";
    String WORK_DIRECTORY      = "container.workDir";
    String LOGGER_MANAGER      = "container.logManager";
    String COMMAND_QUEUE       = "container.commandQueue";
    String POOL_MANAGER        = "container.poolManager";
    String ROLE_MANAGER        = "container.roleManager";
}

        Should there be a getComponentManager() method here ?
        
        Cheers,

        Marcus
-- 
        .....
     ,,$$$$$$$$$,      Marcus Crafter
    ;$'      '$$$$:    Computer Systems Engineer
    $:         $$$$:   ManageSoft GmbH
     $       o_)$$$:   82-84 Mainzer Landstrasse
     ;$,    _/\ &&:'   60327 Frankfurt Germany
       '     /( &&&
           \_&&&&'
          &&&&.
    &&&&&&&:

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

Reply via email to