| Package | Description |
|---|---|
| org.jboss.as.controller.audit | |
| org.jboss.as.controller.services.path |
| Constructor and Description |
|---|
AbstractFileAuditLogHandler(String name,
String formatterName,
int maxFailureCount,
PathManagerService pathManager,
String path,
String relativeTo) |
FileAuditLogHandler(String name,
String formatterName,
int maxFailureCount,
PathManagerService pathManager,
String path,
String relativeTo,
boolean rotateAtStartup) |
PeriodicRotatingFileAuditLogHandler(String name,
String formatterName,
int maxFailureCount,
PathManagerService pathManager,
String path,
String relativeTo,
String suffix,
TimeZone timeZone) |
SizeRotatingFileAuditLogHandler(String name,
String formatterName,
int maxFailureCount,
PathManagerService pathManager,
String path,
String relativeTo,
long rotateSize,
int maxBackupIndex) |
SyslogAuditLogHandler(String name,
String formatterName,
int maxFailureCount,
PathManagerService pathManager) |
| Modifier and Type | Method and Description |
|---|---|
PathManagerService |
PathManagerService.getValue() |
| Modifier and Type | Method and Description |
|---|---|
static PathResourceDefinition |
PathResourceDefinition.createNamed(PathManagerService pathManager)
Deprecated.
only for use by the kernel. May be removed at any time.
|
static PathResourceDefinition |
PathResourceDefinition.createResolvableSpecified(PathManagerService pathManager)
Creates a resource definition for a path resource that must have the path specified, but
for which the
read-resource management operation should support the
resolve-expresssions parameter. |
static PathResourceDefinition |
PathResourceDefinition.createSpecified(PathManagerService pathManager)
Creates a resource definition for a path resource that must have the path specified, but
for which the
read-resource management operation should not support the
resolve-expresssions parameter. |
static PathResourceDefinition |
PathResourceDefinition.createSpecifiedNoServices(PathManagerService pathManager)
Deprecated.
only for use by the kernel. May be removed at any time
|
| Constructor and Description |
|---|
PathAddHandler(PathManagerService pathManager,
boolean services,
SimpleAttributeDefinition pathAttribute)
Deprecated.
not for use outside the kernel; may be removed at any time
|
PathRemoveHandler(PathManagerService pathManager,
boolean services)
Deprecated.
not for use outside the kernel; may be removed at any time
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.