Searched refs:lg_sfh (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerLoggingSvcImpl.java51 private static SsoServerLoggingHdlrEntryImpl lg_sfh = null; field in class:SsoServerLoggingSvcImpl
120 lg_sfh = new SsoServerLoggingHdlrEntryImpl(myMib);
121 lg_sfh.LoggingHdlrName = SECURE_FILE_HANDLER_NAME;
122 lg_sfh.LoggingHdlrIndex = new Integer(ind++);
125 lg_sfh.createSsoServerLoggingHdlrEntryObjectName(server);
127 SsoServerLoggingHdlrTable.addEntry(lg_sfh, sfhName);
129 server.registerMBean(lg_sfh, sfhName);
131 handlerMap.put(SECURE_FILE_HANDLER_NAME, lg_sfh);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerLoggingSvcImpl.java51 private static SsoServerLoggingHdlrEntryImpl lg_sfh = null; field in class:SsoServerLoggingSvcImpl
120 lg_sfh = new SsoServerLoggingHdlrEntryImpl(myMib);
121 lg_sfh.LoggingHdlrName = SECURE_FILE_HANDLER_NAME;
122 lg_sfh.LoggingHdlrIndex = new Integer(ind++);
125 lg_sfh.createSsoServerLoggingHdlrEntryObjectName(server);
127 SsoServerLoggingHdlrTable.addEntry(lg_sfh, sfhName);
129 server.registerMBean(lg_sfh, sfhName);
131 handlerMap.put(SECURE_FILE_HANDLER_NAME, lg_sfh);

Completed in 28 milliseconds