Uses of Class
com.opencloud.slee.mlet.ant.tasks.CreateGenericComponentTask
-
Packages that use CreateGenericComponentTask Package Description com.opencloud.slee.mlet.ant.tasks -
-
Uses of CreateGenericComponentTask in com.opencloud.slee.mlet.ant.tasks
Subclasses of CreateGenericComponentTask in com.opencloud.slee.mlet.ant.tasks Modifier and Type Class Description class
AddLoggerComponentTask
A Rhino management sub task for adding a component to a Logger.class
CreateAppenderTask
Abstract base class for all sub tasks that create logging appenders.class
CreateConsoleAppenderTask
A Rhino management sub task for creating a log appender with output directed to the console.class
CreateFileAppenderTask
A Rhino management sub task for creating a log appender writing to a file opened in write-only mode.class
CreateGenericAppenderTask
A Rhino management sub task for creating a log appender.class
CreateMemoryMappedFileAppenderTask
A Rhino management sub task for creating a log appender writing to a memory-mapped file.class
CreateOutputStreamAppenderTask
Abstract base class for all sub tasks that create logging appenders that write to an output stream.class
CreateRandomAccessFileAppenderTask
A Rhino management sub task for creating a log appender writing to a file opened in RW mode.class
CreateRollingFileAppenderTask
A Rhino management sub task for creating a log appender writing to a series of files opened in write-only mode.class
CreateRollingRandomAccessFileAppenderTask
A Rhino management sub task for creating a log appender writing to a series of files opened in RW mode.class
CreateSocketAppenderTask
A Rhino management sub task for creating a log socket appender.class
CreateSyslogAppenderTask
A Rhino management sub task for creating a log socket appender with output formatted for consumption by a syslog daemon.Fields in com.opencloud.slee.mlet.ant.tasks with type parameters of type CreateGenericComponentTask Modifier and Type Field Description protected Set<CreateGenericComponentTask>
CreateGenericComponentTask. components
Methods in com.opencloud.slee.mlet.ant.tasks that return types with arguments of type CreateGenericComponentTask Modifier and Type Method Description Set<CreateGenericComponentTask>
CreateGenericComponentTask. getComponents()
Methods in com.opencloud.slee.mlet.ant.tasks with parameters of type CreateGenericComponentTask Modifier and Type Method Description void
ConfigureLoggerTask. addComponent(CreateGenericComponentTask component)
void
CreateGenericComponentTask. addComponent(CreateGenericComponentTask component)
void
CreateSocketAppenderTask. addSsl(CreateGenericComponentTask ssl)
void
CreateSyslogAppenderTask. addSsl(CreateGenericComponentTask ssl)
protected CompositeData
CreateGenericComponentTask. buildGenericComponentData(LoggingManagementMBean loggingManagementMBean, CreateGenericComponentTask componentElement)
-