Searched defs:publishers (Results 1 - 6 of 6) 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...]
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/debug/
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 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 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 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 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 40 milliseconds