Class JobAcquisitionDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.PersistentResourceDefinition
-
- org.camunda.bpm.container.impl.jboss.extension.resource.JobAcquisitionDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class JobAcquisitionDefinition extends org.jboss.as.controller.PersistentResourceDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static JobAcquisitionDefinition
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.jboss.as.controller.AttributeDefinition>
getAttributes()
void
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
-
Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition
getChildren, registerChildren
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
INSTANCE
public static final JobAcquisitionDefinition INSTANCE
-
-
Method Detail
-
getAttributes
public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
- Specified by:
getAttributes
in classorg.jboss.as.controller.PersistentResourceDefinition
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerAttributes
in interfaceorg.jboss.as.controller.ResourceDefinition
- Overrides:
registerAttributes
in classorg.jboss.as.controller.PersistentResourceDefinition
-
-