public class SocketHandlerResourceDefinition extends TransformerResourceDefinition
SocketHandler. The handler will be wrapped with a DelayedHandler for booting from the
logging.properties file.SimpleResourceDefinition.Parameters| Modifier and Type | Field and Description |
|---|---|
static SimpleAttributeDefinition |
BLOCK_ON_RECONNECT |
static SimpleAttributeDefinition |
FILTER_SPEC |
static SocketHandlerResourceDefinition |
INSTANCE |
static String |
NAME |
static SimpleAttributeDefinition |
NAMED_FORMATTER |
static SimpleAttributeDefinition |
OUTBOUND_SOCKET_BINDING_REF |
static SimpleAttributeDefinition |
PROTOCOL |
static SimpleAttributeDefinition |
SSL_CONTEXT |
| Modifier and Type | Method and Description |
|---|---|
void |
registerAttributes(ManagementResourceRegistration resourceRegistration) |
void |
registerTransformers(KnownModelVersion modelVersion,
ResourceTransformationDescriptionBuilder rootResourceBuilder,
ResourceTransformationDescriptionBuilder loggingProfileBuilder)
Register the transformers for the resource.
|
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic static final String NAME
public static final SimpleAttributeDefinition BLOCK_ON_RECONNECT
public static final SimpleAttributeDefinition FILTER_SPEC
public static final SimpleAttributeDefinition NAMED_FORMATTER
public static final SimpleAttributeDefinition OUTBOUND_SOCKET_BINDING_REF
public static final SimpleAttributeDefinition PROTOCOL
public static final SimpleAttributeDefinition SSL_CONTEXT
public static final SocketHandlerResourceDefinition INSTANCE
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
registerAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionpublic void registerTransformers(KnownModelVersion modelVersion, ResourceTransformationDescriptionBuilder rootResourceBuilder, ResourceTransformationDescriptionBuilder loggingProfileBuilder)
TransformerResourceDefinitionregisterTransformers in class TransformerResourceDefinitionmodelVersion - the model version we're registeringrootResourceBuilder - the builder for the root resourceloggingProfileBuilder - the builder for the logging profile, null if the profile was rejectedCopyright © 2021 JBoss by Red Hat. All rights reserved.