public abstract class AbstractEJBComponentResourceDefinition
extends org.jboss.as.controller.SimpleResourceDefinition
ResourceDefinitions describing runtime EJBComponents.| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.controller.SimpleAttributeDefinition |
COMPONENT_CLASS_NAME |
static org.jboss.as.controller.ListAttributeDefinition |
DECLARED_ROLES |
static org.jboss.as.controller.SimpleAttributeDefinition |
POOL_AVAILABLE_COUNT |
static org.jboss.as.controller.SimpleAttributeDefinition |
POOL_CREATE_COUNT |
static org.jboss.as.controller.SimpleAttributeDefinition |
POOL_CURRENT_SIZE |
static org.jboss.as.controller.SimpleAttributeDefinition |
POOL_MAX_SIZE |
static org.jboss.as.controller.SimpleAttributeDefinition |
POOL_NAME |
static org.jboss.as.controller.SimpleAttributeDefinition |
POOL_REMOVE_COUNT |
static org.jboss.as.controller.SimpleAttributeDefinition |
RUN_AS_ROLE |
static org.jboss.as.controller.SimpleAttributeDefinition |
SECURITY_DOMAIN |
| Constructor and Description |
|---|
AbstractEJBComponentResourceDefinition(EJBComponentType componentType) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
void |
registerChildren(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic static final org.jboss.as.controller.SimpleAttributeDefinition COMPONENT_CLASS_NAME
public static final org.jboss.as.controller.SimpleAttributeDefinition SECURITY_DOMAIN
public static final org.jboss.as.controller.SimpleAttributeDefinition RUN_AS_ROLE
public static final org.jboss.as.controller.ListAttributeDefinition DECLARED_ROLES
public static final org.jboss.as.controller.SimpleAttributeDefinition POOL_AVAILABLE_COUNT
public static final org.jboss.as.controller.SimpleAttributeDefinition POOL_CREATE_COUNT
public static final org.jboss.as.controller.SimpleAttributeDefinition POOL_CURRENT_SIZE
public static final org.jboss.as.controller.SimpleAttributeDefinition POOL_NAME
public static final org.jboss.as.controller.SimpleAttributeDefinition POOL_REMOVE_COUNT
public static final org.jboss.as.controller.SimpleAttributeDefinition POOL_MAX_SIZE
public AbstractEJBComponentResourceDefinition(EJBComponentType componentType)
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerAttributes in interface org.jboss.as.controller.ResourceDefinitionregisterAttributes in class org.jboss.as.controller.SimpleResourceDefinitionpublic void registerChildren(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerChildren in interface org.jboss.as.controller.ResourceDefinitionregisterChildren in class org.jboss.as.controller.SimpleResourceDefinitionCopyright © 2019 JBoss by Red Hat. All rights reserved.