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

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DLocalizedMessage.java90 * <code>Module</code> corresponding to the given <code>moduleCode</code>,
93 * @param moduleCode the code of the <code>Module</code> from where the
97 LocalizedMessage(byte moduleCode, int id) { argument
98 this(moduleCode, id, null);
103 * <code>Module</code> corresponding to the given <code>moduleCode</code>,
108 * @param moduleCode the code of the <code>Module</code> from where the
114 LocalizedMessage(byte moduleCode, int id, Object[] params) { argument
116 setModuleCode(moduleCode);
131 private void setModuleCode(byte moduleCode) { argument
132 _moduleCode = moduleCode;
[all...]
H A DModule.java358 private void setModuleCode(byte moduleCode) { argument
359 _moduleCode = moduleCode;

Completed in 28 milliseconds