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

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DIConfigurationAccess.java153 public long getConfigurationLong(String id, long defaultValue); method in interface:IConfigurationAccess
166 public long getConfigurationLong(String id); method in interface:IConfigurationAccess
H A DAgentBase.java95 * @see IConfigurationAccess#getConfigurationLong(String, long)
97 public long getConfigurationLong(String id, long defaultValue) { method in class:AgentBase
98 return getManager().getConfigurationLong(id, defaultValue);
102 * @see IConfigurationAccess#getConfigurationLong(String)
104 public long getConfigurationLong(String id) { method in class:AgentBase
105 return getManager().getConfigurationLong(id);
H A DManager.java158 * @see IConfigurationAccess#getConfigurationLong(java.lang.String, long)
160 public long getConfigurationLong(String id, long defaultValue) { method in class:Manager
182 * @see IConfigurationAccess#getConfigurationLong(java.lang.String)
184 public long getConfigurationLong(String id) { method in class:Manager

Completed in 22 milliseconds