Searched defs:TextErrorLogPublisher (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DTextErrorLogPublisher.java54 public class TextErrorLogPublisher class in inherits:ErrorLogPublisher,ConfigurationChangeListener
73 public static TextErrorLogPublisher getToolStartupTextErrorPublisher(
76 TextErrorLogPublisher startupPublisher = new TextErrorLogPublisher();
96 public static TextErrorLogPublisher getServerStartupTextErrorPublisher(
99 TextErrorLogPublisher startupPublisher = new TextErrorLogPublisher();
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DTextErrorLogPublisher.java53 public class TextErrorLogPublisher class in inherits:ErrorLogPublisher,ConfigurationChangeListener
72 public static TextErrorLogPublisher getToolStartupTextErrorPublisher(
75 TextErrorLogPublisher startupPublisher = new TextErrorLogPublisher();
95 public static TextErrorLogPublisher getServerStartupTextErrorPublisher(
98 TextErrorLogPublisher startupPublisher = new TextErrorLogPublisher();
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DTextErrorLogPublisher.java54 public class TextErrorLogPublisher class in inherits:ErrorLogPublisher,ConfigurationChangeListener
73 public static TextErrorLogPublisher getToolStartupTextErrorPublisher(
76 TextErrorLogPublisher startupPublisher = new TextErrorLogPublisher();
96 public static TextErrorLogPublisher getServerStartupTextErrorPublisher(
99 TextErrorLogPublisher startupPublisher = new TextErrorLogPublisher();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DTextErrorLogPublisher.java54 public class TextErrorLogPublisher class in inherits:ErrorLogPublisher,ConfigurationChangeListener
73 public static TextErrorLogPublisher getToolStartupTextErrorPublisher(
76 TextErrorLogPublisher startupPublisher = new TextErrorLogPublisher();
96 public static TextErrorLogPublisher getServerStartupTextErrorPublisher(
99 TextErrorLogPublisher startupPublisher = new TextErrorLogPublisher();
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DTextErrorLogPublisher.java53 public class TextErrorLogPublisher class in inherits:ErrorLogPublisher,ConfigurationChangeListener
72 public static TextErrorLogPublisher getToolStartupTextErrorPublisher(
75 TextErrorLogPublisher startupPublisher = new TextErrorLogPublisher();
95 public static TextErrorLogPublisher getServerStartupTextErrorPublisher(
98 TextErrorLogPublisher startupPublisher = new TextErrorLogPublisher();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DTextErrorLogPublisher.java59 public class TextErrorLogPublisher class in inherits:ErrorLogPublisher,ConfigurationChangeListener
75 public static TextErrorLogPublisher getToolStartupTextErrorPublisher(TextWriter writer)
77 TextErrorLogPublisher startupPublisher = new TextErrorLogPublisher();
95 public static TextErrorLogPublisher getServerStartupTextErrorPublisher(TextWriter writer)
97 TextErrorLogPublisher startupPublisher = new TextErrorLogPublisher();

Completed in 54 milliseconds