Package org.jboss.as.ee.concurrent
Class AbstractConcurrencyImplementation
java.lang.Object
org.jboss.as.ee.concurrent.AbstractConcurrencyImplementation
- All Implemented Interfaces:
ConcurrencyImplementation
public abstract class AbstractConcurrencyImplementation
extends Object
implements ConcurrencyImplementation
- Author:
- Eduardo Martins
-
Field Summary
Fields inherited from interface org.jboss.as.ee.concurrent.ConcurrencyImplementation
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDeploymentProcessors(org.jboss.as.server.DeploymentProcessorTarget processorTarget) voidinstallSubsystemServices(org.jboss.as.controller.OperationContext context) voidparseConcurrentElement20(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations, org.jboss.as.controller.PathAddress subsystemPathAddress) voidparseConcurrentElement40(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations, org.jboss.as.controller.PathAddress subsystemPathAddress) voidparseConcurrentElement50(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations, org.jboss.as.controller.PathAddress subsystemPathAddress) voidparseConcurrentElement60(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations, org.jboss.as.controller.PathAddress subsystemPathAddress) voidregisterRootResourceSubModels(org.jboss.as.controller.registry.ManagementResourceRegistration rootResource, org.jboss.as.controller.ExtensionContext context) voidwriteConcurrentElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer, org.jboss.dmr.ModelNode eeSubSystem) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.ee.concurrent.ConcurrencyImplementation
newContextService, newManagedExecutorService, newManagedExecutorService, newManagedScheduledExecutorService, newManagedThreadFactory
-
Constructor Details
-
AbstractConcurrencyImplementation
public AbstractConcurrencyImplementation()
-
-
Method Details
-
addDeploymentProcessors
public void addDeploymentProcessors(org.jboss.as.server.DeploymentProcessorTarget processorTarget) - Specified by:
addDeploymentProcessorsin interfaceConcurrencyImplementation
-
installSubsystemServices
public void installSubsystemServices(org.jboss.as.controller.OperationContext context) - Specified by:
installSubsystemServicesin interfaceConcurrencyImplementation
-
registerRootResourceSubModels
public void registerRootResourceSubModels(org.jboss.as.controller.registry.ManagementResourceRegistration rootResource, org.jboss.as.controller.ExtensionContext context) - Specified by:
registerRootResourceSubModelsin interfaceConcurrencyImplementation
-
parseConcurrentElement20
public void parseConcurrentElement20(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations, org.jboss.as.controller.PathAddress subsystemPathAddress) throws XMLStreamException - Specified by:
parseConcurrentElement20in interfaceConcurrencyImplementation- Throws:
XMLStreamException
-
parseConcurrentElement40
public void parseConcurrentElement40(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations, org.jboss.as.controller.PathAddress subsystemPathAddress) throws XMLStreamException - Specified by:
parseConcurrentElement40in interfaceConcurrencyImplementation- Throws:
XMLStreamException
-
parseConcurrentElement50
public void parseConcurrentElement50(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations, org.jboss.as.controller.PathAddress subsystemPathAddress) throws XMLStreamException - Specified by:
parseConcurrentElement50in interfaceConcurrencyImplementation- Throws:
XMLStreamException
-
parseConcurrentElement60
public void parseConcurrentElement60(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations, org.jboss.as.controller.PathAddress subsystemPathAddress) throws XMLStreamException - Specified by:
parseConcurrentElement60in interfaceConcurrencyImplementation- Throws:
XMLStreamException
-
writeConcurrentElement
public void writeConcurrentElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer, org.jboss.dmr.ModelNode eeSubSystem) throws XMLStreamException - Specified by:
writeConcurrentElementin interfaceConcurrencyImplementation- Throws:
XMLStreamException
-