Searched defs:Manager (Results 1 - 1 of 1) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DManager.java25 * $Id: Manager.java,v 1.4 2008/07/24 23:06:12 huacui Exp $
49 * A <code>Manager</code> represents a service front for a subsystem of classes
54 * configuration. The <code>Manager</code> also exposes various convenience
58 public class Manager implements IConfigurationKeyConstants, class in inherits:IConfigurationKeyConstants,IConfigurationAccess
64 * <code>Manager</code> and its associated <code>Module</code> instance
328 * Constructs a <code>Manager</code> instance using the snapshot of the
332 * <code>Manager</code> will be associated with.
336 protected Manager(Module module, String[] staticConfig) { method in class:Manager
363 getModule().logMessage("Manager: Cache Lookup id= " + id
372 getModule().logMessage("Manager
[all...]

Completed in 28 milliseconds