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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerLoggingSvcImpl.java50 private static SsoServerLoggingHdlrEntryImpl lg_fh = null; field in class:SsoServerLoggingSvcImpl
101 lg_fh = new SsoServerLoggingHdlrEntryImpl(myMib);
102 lg_fh.LoggingHdlrName = FILE_HANDLER_NAME;
103 lg_fh.LoggingHdlrIndex = new Integer(ind++);
106 lg_fh.createSsoServerLoggingHdlrEntryObjectName(server);
108 SsoServerLoggingHdlrTable.addEntry(lg_fh, fhName);
110 server.registerMBean(lg_fh, fhName);
112 handlerMap.put(FILE_HANDLER_NAME, lg_fh);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerLoggingSvcImpl.java50 private static SsoServerLoggingHdlrEntryImpl lg_fh = null; field in class:SsoServerLoggingSvcImpl
101 lg_fh = new SsoServerLoggingHdlrEntryImpl(myMib);
102 lg_fh.LoggingHdlrName = FILE_HANDLER_NAME;
103 lg_fh.LoggingHdlrIndex = new Integer(ind++);
106 lg_fh.createSsoServerLoggingHdlrEntryObjectName(server);
108 SsoServerLoggingHdlrTable.addEntry(lg_fh, fhName);
110 server.registerMBean(lg_fh, fhName);
112 handlerMap.put(FILE_HANDLER_NAME, lg_fh);

Completed in 27 milliseconds