Searched refs:ModuleList (Results 1 - 8 of 8) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DAmFilterModule.java32 import com.sun.identity.agents.arch.ModuleList;
48 ModuleList.addRegisteredModule(getModule());
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/log/
H A DAmAgentLogModule.java32 import com.sun.identity.agents.arch.ModuleList;
48 ModuleList.addRegisteredModule(getModule());
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/policy/
H A DAmWebPolicyModule.java32 import com.sun.identity.agents.arch.ModuleList;
48 ModuleList.addRegisteredModule(getModule());
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/realm/
H A DAmRealmModule.java32 import com.sun.identity.agents.arch.ModuleList;
48 ModuleList.addRegisteredModule(getModule());
/forgerock/jee-agents-v3.5/jee-agents-websphere/jee-agents-websphere-common/src/main/java/com/sun/identity/agents/websphere/
H A DAmWebsphereModule.java32 import com.sun.identity.agents.arch.ModuleList;
48 ModuleList.addRegisteredModule(getModule());
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DBaseModule.java41 * This method is required by <code>ModuleList</code> in order to automate
46 ModuleList.addRegisteredModule(getModule());
H A DLocalizedMessage.java53 ModuleList.getRegisteredModule(getModuleCode()).getResource(
71 ModuleList.getRegisteredModule(getModuleCode()).getResource(
H A DModuleList.java25 * $Id: ModuleList.java,v 1.2 2008/06/25 05:51:37 qcheng Exp $
35 * purposes. The <code>ModuleList</code> class initializes and registers all
40 public class ModuleList { class
86 * <code>ModuleList</code>.
91 ModuleList.addRegisteredModule(getBaseModule());

Completed in 29 milliseconds