Searched refs:publisher (Results 1 - 25 of 68) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DAccessLogger.java95 * Add an access log publisher to the access logger.
97 * @param publisher The access log publisher to add.
100 AccessLogPublisher publisher)
102 loggerStorage.addLogPublisher(publisher);
106 * Remove an access log publisher from the access logger.
108 * @param publisher The access log publisher to remove.
109 * @return The publisher that was removed or null if it was not found.
112 AccessLogPublisher<AccessLogPublisherCfg> publisher)
99 addAccessLogPublisher( AccessLogPublisher publisher) argument
111 removeAccessLogPublisher( AccessLogPublisher<AccessLogPublisherCfg> publisher) argument
[all...]
H A DErrorLogger.java93 * Add an error log publisher to the error logger.
95 * @param publisher The error log publisher to add.
98 ErrorLogPublisher publisher)
100 loggerStorage.addLogPublisher(publisher);
104 * Remove an error log publisher from the error logger.
106 * @param publisher The error log publisher to remove.
107 * @return True if the error log publisher is removed or false otherwise.
110 ErrorLogPublisher publisher)
97 addErrorLogPublisher( ErrorLogPublisher publisher) argument
109 removeErrorLogPublisher( ErrorLogPublisher publisher) argument
[all...]
H A DHTTPAccessLogger.java91 * Add an HTTP access log publisher to the HTTP access logger.
93 * @param publisher
94 * The HTTP access log publisher to add.
97 HTTPAccessLogPublisher publisher)
99 loggerStorage.addLogPublisher(publisher);
103 * Remove an HTTP access log publisher from the HTTP access logger.
105 * @param publisher
106 * The HTTP access log publisher to remove.
107 * @return The publisher that was removed or null if it was not found.
110 HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher)
96 addHTTPAccessLogPublisher( HTTPAccessLogPublisher publisher) argument
109 removeHTTPAccessLogPublisher( HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher) argument
[all...]
H A DAbstractLogger.java101 * Add a log publisher to the logger.
103 * @param publisher
104 * The log publisher to add.
106 public synchronized void addLogPublisher(P publisher) argument
108 logPublishers.add(publisher);
112 * Remove a log publisher from the logger.
114 * @param publisher
115 * The log publisher to remove.
116 * @return True if the log publisher is removed or false otherwise.
118 public synchronized boolean removeLogPublisher(P publisher) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DAccessLogger.java94 * Add an access log publisher to the access logger.
96 * @param publisher The access log publisher to add.
99 AccessLogPublisher publisher)
101 loggerStorage.addLogPublisher(publisher);
105 * Remove an access log publisher from the access logger.
107 * @param publisher The access log publisher to remove.
108 * @return The publisher that was removed or null if it was not found.
111 AccessLogPublisher<AccessLogPublisherCfg> publisher)
98 addAccessLogPublisher( AccessLogPublisher publisher) argument
110 removeAccessLogPublisher( AccessLogPublisher<AccessLogPublisherCfg> publisher) argument
[all...]
H A DErrorLogger.java92 * Add an error log publisher to the error logger.
94 * @param publisher The error log publisher to add.
97 ErrorLogPublisher publisher)
99 loggerStorage.addLogPublisher(publisher);
103 * Remove an error log publisher from the error logger.
105 * @param publisher The error log publisher to remove.
106 * @return True if the error log publisher is removed or false otherwise.
109 ErrorLogPublisher publisher)
96 addErrorLogPublisher( ErrorLogPublisher publisher) argument
108 removeErrorLogPublisher( ErrorLogPublisher publisher) argument
[all...]
H A DHTTPAccessLogger.java90 * Add an HTTP access log publisher to the HTTP access logger.
92 * @param publisher
93 * The HTTP access log publisher to add.
96 HTTPAccessLogPublisher publisher)
98 loggerStorage.addLogPublisher(publisher);
102 * Remove an HTTP access log publisher from the HTTP access logger.
104 * @param publisher
105 * The HTTP access log publisher to remove.
106 * @return The publisher that was removed or null if it was not found.
109 HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher)
95 addHTTPAccessLogPublisher( HTTPAccessLogPublisher publisher) argument
108 removeHTTPAccessLogPublisher( HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DAccessLogger.java95 * Add an access log publisher to the access logger.
97 * @param publisher The access log publisher to add.
100 AccessLogPublisher publisher)
102 loggerStorage.addLogPublisher(publisher);
106 * Remove an access log publisher from the access logger.
108 * @param publisher The access log publisher to remove.
109 * @return The publisher that was removed or null if it was not found.
112 AccessLogPublisher<AccessLogPublisherCfg> publisher)
99 addAccessLogPublisher( AccessLogPublisher publisher) argument
111 removeAccessLogPublisher( AccessLogPublisher<AccessLogPublisherCfg> publisher) argument
[all...]
H A DErrorLogger.java93 * Add an error log publisher to the error logger.
95 * @param publisher The error log publisher to add.
98 ErrorLogPublisher publisher)
100 loggerStorage.addLogPublisher(publisher);
104 * Remove an error log publisher from the error logger.
106 * @param publisher The error log publisher to remove.
107 * @return True if the error log publisher is removed or false otherwise.
110 ErrorLogPublisher publisher)
97 addErrorLogPublisher( ErrorLogPublisher publisher) argument
109 removeErrorLogPublisher( ErrorLogPublisher publisher) argument
[all...]
H A DHTTPAccessLogger.java91 * Add an HTTP access log publisher to the HTTP access logger.
93 * @param publisher
94 * The HTTP access log publisher to add.
97 HTTPAccessLogPublisher publisher)
99 loggerStorage.addLogPublisher(publisher);
103 * Remove an HTTP access log publisher from the HTTP access logger.
105 * @param publisher
106 * The HTTP access log publisher to remove.
107 * @return The publisher that was removed or null if it was not found.
110 HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher)
96 addHTTPAccessLogPublisher( HTTPAccessLogPublisher publisher) argument
109 removeHTTPAccessLogPublisher( HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DAccessLogger.java95 * Add an access log publisher to the access logger.
97 * @param publisher The access log publisher to add.
100 AccessLogPublisher publisher)
102 loggerStorage.addLogPublisher(publisher);
106 * Remove an access log publisher from the access logger.
108 * @param publisher The access log publisher to remove.
109 * @return The publisher that was removed or null if it was not found.
112 AccessLogPublisher<AccessLogPublisherCfg> publisher)
99 addAccessLogPublisher( AccessLogPublisher publisher) argument
111 removeAccessLogPublisher( AccessLogPublisher<AccessLogPublisherCfg> publisher) argument
[all...]
H A DErrorLogger.java93 * Add an error log publisher to the error logger.
95 * @param publisher The error log publisher to add.
98 ErrorLogPublisher publisher)
100 loggerStorage.addLogPublisher(publisher);
104 * Remove an error log publisher from the error logger.
106 * @param publisher The error log publisher to remove.
107 * @return True if the error log publisher is removed or false otherwise.
110 ErrorLogPublisher publisher)
97 addErrorLogPublisher( ErrorLogPublisher publisher) argument
109 removeErrorLogPublisher( ErrorLogPublisher publisher) argument
[all...]
H A DHTTPAccessLogger.java91 * Add an HTTP access log publisher to the HTTP access logger.
93 * @param publisher
94 * The HTTP access log publisher to add.
97 HTTPAccessLogPublisher publisher)
99 loggerStorage.addLogPublisher(publisher);
103 * Remove an HTTP access log publisher from the HTTP access logger.
105 * @param publisher
106 * The HTTP access log publisher to remove.
107 * @return The publisher that was removed or null if it was not found.
110 HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher)
96 addHTTPAccessLogPublisher( HTTPAccessLogPublisher publisher) argument
109 removeHTTPAccessLogPublisher( HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DAccessLogger.java94 * Add an access log publisher to the access logger.
96 * @param publisher The access log publisher to add.
99 AccessLogPublisher publisher)
101 loggerStorage.addLogPublisher(publisher);
105 * Remove an access log publisher from the access logger.
107 * @param publisher The access log publisher to remove.
108 * @return The publisher that was removed or null if it was not found.
111 AccessLogPublisher<AccessLogPublisherCfg> publisher)
98 addAccessLogPublisher( AccessLogPublisher publisher) argument
110 removeAccessLogPublisher( AccessLogPublisher<AccessLogPublisherCfg> publisher) argument
[all...]
H A DErrorLogger.java92 * Add an error log publisher to the error logger.
94 * @param publisher The error log publisher to add.
97 ErrorLogPublisher publisher)
99 loggerStorage.addLogPublisher(publisher);
103 * Remove an error log publisher from the error logger.
105 * @param publisher The error log publisher to remove.
106 * @return True if the error log publisher is removed or false otherwise.
109 ErrorLogPublisher publisher)
96 addErrorLogPublisher( ErrorLogPublisher publisher) argument
108 removeErrorLogPublisher( ErrorLogPublisher publisher) argument
[all...]
H A DHTTPAccessLogger.java90 * Add an HTTP access log publisher to the HTTP access logger.
92 * @param publisher
93 * The HTTP access log publisher to add.
96 HTTPAccessLogPublisher publisher)
98 loggerStorage.addLogPublisher(publisher);
102 * Remove an HTTP access log publisher from the HTTP access logger.
104 * @param publisher
105 * The HTTP access log publisher to remove.
106 * @return The publisher that was removed or null if it was not found.
109 HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher)
95 addHTTPAccessLogPublisher( HTTPAccessLogPublisher publisher) argument
108 removeHTTPAccessLogPublisher( HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DAccessLogger.java112 for (AccessLogPublisher<?> publisher : getAccessLogPublishers())
114 publisher.logConnect(clientConnection);
134 for (AccessLogPublisher<?> publisher : getAccessLogPublishers())
136 publisher.logDisconnect(clientConnection, disconnectReason, message);
151 for (AccessLogPublisher<?> publisher : getAccessLogPublishers())
153 publisher.logAbandonRequest(abandonOperation);
168 for (AccessLogPublisher<?> publisher : getAccessLogPublishers())
170 publisher.logAbandonResult(abandonOperation);
185 for (AccessLogPublisher<?> publisher : getAccessLogPublishers())
187 publisher
505 addLogPublisher( AccessLogPublisher<AccessLogPublisherCfg> publisher) argument
513 removeLogPublisher( AccessLogPublisher<AccessLogPublisherCfg> publisher) argument
[all...]
H A DHTTPAccessLogger.java104 for (HTTPAccessLogPublisher<?> publisher : loggerStorage.getLogPublishers())
106 publisher.logRequestInfo(requestInfo);
113 HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher)
115 loggerStorage.addLogPublisher(publisher);
121 HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher)
123 return loggerStorage.removeLogPublisher(publisher);
112 addLogPublisher( HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher) argument
120 removeLogPublisher( HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher) argument
H A DDebugLogger.java154 * Adds a text debug log publisher that will print all messages to the
160 * targets used by the publisher, otherwise no publisher is added.
164 * @return the publisher. It may be {@code null} if no publisher is added.
170 TextDebugLogPublisher publisher = null;
173 publisher = TextDebugLogPublisher.getStartupTextDebugPublisher(debugTargets, writer);
174 if (publisher != null) {
175 addLogPublisher((DebugLogPublisher) publisher);
178 return publisher;
196 addLogPublisher( DebugLogPublisher<DebugLogPublisherCfg> publisher) argument
206 removeLogPublisher( DebugLogPublisher<DebugLogPublisherCfg> publisher) argument
[all...]
H A DErrorLogger.java112 for (ErrorLogPublisher<?> publisher : loggerStorage.getLogPublishers())
114 publisher.log(category, severity, message, exception);
150 for (ErrorLogPublisher<ErrorLogPublisherCfg> publisher : loggerStorage.getLogPublishers())
152 if (publisher.isEnabledFor(category, severity))
163 ErrorLogPublisher<ErrorLogPublisherCfg> publisher)
165 loggerStorage.addLogPublisher(publisher);
171 ErrorLogPublisher<ErrorLogPublisherCfg> publisher)
173 return loggerStorage.removeLogPublisher(publisher);
162 addLogPublisher( ErrorLogPublisher<ErrorLogPublisherCfg> publisher) argument
170 removeLogPublisher( ErrorLogPublisher<ErrorLogPublisherCfg> publisher) argument
H A DAbstractLogger.java90 * Add a log publisher to the logger.
92 * @param publisher
93 * The log publisher to add.
95 public synchronized void addLogPublisher(P publisher) argument
97 logPublishers.add(publisher);
101 * Remove a log publisher from the logger.
103 * @param publisher
104 * The log publisher to remove.
105 * @return True if the log publisher is removed or false otherwise.
107 public synchronized boolean removeLogPublisher(P publisher) argument
150 addLogPublisher(P publisher) argument
159 removeLogPublisher(P publisher) argument
[all...]
/forgerock/openam-v13/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/rest/
H A DRestSTSSetupListener.java52 RestSTSInstancePublisher publisher = STSPublishInjectorHolder.getInstance(Key.get(RestSTSInstancePublisher.class));
58 publisher.republishExistingInstances();
59 publisher.registerServiceListener();
/forgerock/openidm-v4/openidm-smartevent/src/main/java/org/forgerock/openidm/smartevent/core/
H A DEventEntryImpl.java40 PluggablePublisher publisher; field in class:EventEntryImpl
58 publisher.end(eventName, this);
69 publisher.setResult(result, this);
H A DDisruptorShortEventEntry.java47 PluggablePublisher publisher; field in class:DisruptorShortEventEntry
69 publisher.end(eventName, this);
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/rest/
H A DRestSTSSetupListener.java52 RestSTSInstancePublisher publisher = STSPublishInjectorHolder.getInstance(Key.get(RestSTSInstancePublisher.class));
58 publisher.republishExistingInstances();
59 publisher.registerServiceListener();

Completed in 102 milliseconds

123