Searched refs:publishers (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DDebugTracer.java86 * the provided array of publishers.
89 * @param publishers The array of publishers to obtain the settings from.
91 DebugTracer(String className, DebugLogPublisher<?>[] publishers) argument
94 publisherSettings = toPublisherSettings(publishers);
216 * provided publishers.
218 * @param publishers The array of publishers to obtain the settings from.
220 void updateSettings(DebugLogPublisher<?>[] publishers) argument
222 publisherSettings = toPublisherSettings(publishers);
225 toPublisherSettings(DebugLogPublisher<?>[] publishers) argument
[all...]
H A DDebugLogger.java100 * publishers.
104 DebugLogPublisher<DebugLogPublisherCfg>[] publishers =
109 tracer.updateSettings(publishers);
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/debug/
H A DDebugLogger.java145 * Removes all existing debug log publishers from the logger.
158 * publishers.
162 DebugLogPublisher<DebugLogPublisherCfg>[] publishers =
167 tracer.updateSettings(publishers);
H A DDebugTracer.java72 * the provided array of publishers.
74 * @param publishers The array of publishers to obtain the settings from.
77 DebugTracer(DebugLogPublisher[] publishers) argument
90 publisherSettings = new PublisherSettings[publishers.length];
92 // Get the settings from all publishers.
93 for(int i = 0; i < publishers.length; i++)
95 DebugLogPublisher publisher = publishers[i];
1106 * provided publishers.
1108 * @param publishers Th
1111 updateSettings(DebugLogPublisher[] publishers) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/loggers/debug/
H A DDebugLogger.java144 * Removes all existing debug log publishers from the logger.
157 * publishers.
161 DebugLogPublisher<DebugLogPublisherCfg>[] publishers =
166 tracer.updateSettings(publishers);
H A DDebugTracer.java71 * the provided array of publishers.
73 * @param publishers The array of publishers to obtain the settings from.
76 DebugTracer(DebugLogPublisher[] publishers) argument
89 publisherSettings = new PublisherSettings[publishers.length];
91 // Get the settings from all publishers.
92 for(int i = 0; i < publishers.length; i++)
94 DebugLogPublisher publisher = publishers[i];
1105 * provided publishers.
1107 * @param publishers Th
1110 updateSettings(DebugLogPublisher[] publishers) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/debug/
H A DDebugLogger.java145 * Removes all existing debug log publishers from the logger.
158 * publishers.
162 DebugLogPublisher<DebugLogPublisherCfg>[] publishers =
167 tracer.updateSettings(publishers);
H A DDebugTracer.java72 * the provided array of publishers.
74 * @param publishers The array of publishers to obtain the settings from.
77 DebugTracer(DebugLogPublisher[] publishers) argument
90 publisherSettings = new PublisherSettings[publishers.length];
92 // Get the settings from all publishers.
93 for(int i = 0; i < publishers.length; i++)
95 DebugLogPublisher publisher = publishers[i];
1106 * provided publishers.
1108 * @param publishers Th
1111 updateSettings(DebugLogPublisher[] publishers) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/debug/
H A DDebugLogger.java145 * Removes all existing debug log publishers from the logger.
158 * publishers.
162 DebugLogPublisher<DebugLogPublisherCfg>[] publishers =
167 tracer.updateSettings(publishers);
H A DDebugTracer.java72 * the provided array of publishers.
74 * @param publishers The array of publishers to obtain the settings from.
77 DebugTracer(DebugLogPublisher[] publishers) argument
90 publisherSettings = new PublisherSettings[publishers.length];
92 // Get the settings from all publishers.
93 for(int i = 0; i < publishers.length; i++)
95 DebugLogPublisher publisher = publishers[i];
1106 * provided publishers.
1108 * @param publishers Th
1111 updateSettings(DebugLogPublisher[] publishers) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/debug/
H A DDebugLogger.java144 * Removes all existing debug log publishers from the logger.
157 * publishers.
161 DebugLogPublisher<DebugLogPublisherCfg>[] publishers =
166 tracer.updateSettings(publishers);
H A DDebugTracer.java71 * the provided array of publishers.
73 * @param publishers The array of publishers to obtain the settings from.
76 DebugTracer(DebugLogPublisher[] publishers) argument
89 publisherSettings = new PublisherSettings[publishers.length];
91 // Get the settings from all publishers.
92 for(int i = 0; i < publishers.length; i++)
94 DebugLogPublisher publisher = publishers[i];
1105 * provided publishers.
1107 * @param publishers Th
1110 updateSettings(DebugLogPublisher[] publishers) argument
[all...]

Completed in 87 milliseconds