public class AjpListenerResourceDefinition extends PersistentResourceDefinition
Modifier and Type | Field and Description |
---|---|
protected static AttributeDefinition[] |
ATTRIBUTES |
protected static SimpleAttributeDefinition |
BUFFER_POOL |
protected static SimpleAttributeDefinition |
ENABLED |
protected static AjpListenerResourceDefinition |
INSTANCE |
protected static SimpleAttributeDefinition |
MAX_POST_SIZE |
protected static SimpleAttributeDefinition |
SCHEME |
protected static SimpleAttributeDefinition |
SOCKET_BINDING |
protected static SimpleAttributeDefinition |
WORKER |
Modifier and Type | Method and Description |
---|---|
protected org.wildfly.extension.undertow.AbstractListenerAdd |
getAddHandler() |
Collection<AttributeDefinition> |
getAttributes() |
void |
registerOperations(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
getChildren, registerAttributes, registerChildren
getAccessConstraints, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation
protected static final AjpListenerResourceDefinition INSTANCE
protected static final SimpleAttributeDefinition SCHEME
protected static final SimpleAttributeDefinition SOCKET_BINDING
protected static final SimpleAttributeDefinition WORKER
protected static final SimpleAttributeDefinition BUFFER_POOL
protected static final SimpleAttributeDefinition ENABLED
protected static final SimpleAttributeDefinition MAX_POST_SIZE
protected static AttributeDefinition[] ATTRIBUTES
protected org.wildfly.extension.undertow.AbstractListenerAdd getAddHandler()
public Collection<AttributeDefinition> getAttributes()
public void registerOperations(ManagementResourceRegistration resourceRegistration)
SimpleResourceDefinition
registerOperations
in interface ResourceDefinition
registerOperations
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionCopyright © 2013 JBoss by Red Hat. All rights reserved.