Searched defs:BaseModule (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 DBaseModule.java25 * $Id: BaseModule.java,v 1.2 2008/06/25 05:51:35 qcheng Exp $
32 * The <code>BaseModule</code> is a special type of <code>Module</code> which
35 * <code>BaseModule</code> is always registered and available.
37 public class BaseModule implements IBaseModuleConstants { class in inherits:IBaseModuleConstants
40 * This method registers the <code>BaseModule</code> in the Agent runtime.
51 * as the representing the <code>BaseModule</code>.
54 * <code>BaseModule</code>.
61 * Returns the module code associated with the <code>BaseModule</code>.
63 * @return the module code associated with the <code>BaseModule</code>.

Completed in 20 milliseconds