Package org.jboss.as.threads
Class ThreadsParser2_0
java.lang.Object
org.jboss.as.controller.PersistentResourceXMLParser
org.jboss.as.threads.ThreadsParser2_0
- All Implemented Interfaces:
Function<PersistentResourceXMLDescription,,PersistentResourceXMLDescription> UnaryOperator<PersistentResourceXMLDescription>,XMLStreamConstants,org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>,org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>
- Author:
- Tomaz Cerar (c) 2015 Red Hat Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScheduledThreadPoolParser(ScheduledThreadPoolResourceDefinition resourceDefinition) getThreadFactoryParser(ThreadFactoryResourceDefinition factoryResourceDefinition) getUnboundedQueueThreadPoolParser(UnboundedQueueThreadPoolResourceDefinition resourceDefinition) Methods inherited from class org.jboss.as.controller.PersistentResourceXMLParser
apply, cacheXMLDescription, readElement, writeContent
-
Field Details
-
THREAD_FACTORY_PARSER
public static final PersistentResourceXMLDescription.PersistentResourceXMLBuilder THREAD_FACTORY_PARSER
-
-
Constructor Details
-
ThreadsParser2_0
public ThreadsParser2_0()
-
-
Method Details
-
getParserDescription
- Specified by:
getParserDescriptionin classPersistentResourceXMLParser
-
getThreadFactoryParser
public static PersistentResourceXMLDescription.PersistentResourceXMLBuilder getThreadFactoryParser(ThreadFactoryResourceDefinition factoryResourceDefinition) -
getUnboundedQueueThreadPoolParser
public static PersistentResourceXMLDescription.PersistentResourceXMLBuilder getUnboundedQueueThreadPoolParser(UnboundedQueueThreadPoolResourceDefinition resourceDefinition) -
getScheduledThreadPoolParser
public static PersistentResourceXMLDescription.PersistentResourceXMLBuilder getScheduledThreadPoolParser(ScheduledThreadPoolResourceDefinition resourceDefinition) -
getQueuelessThreadPoolParser
public static PersistentResourceXMLDescription.PersistentResourceXMLBuilder getQueuelessThreadPoolParser(QueuelessThreadPoolResourceDefinition definition) -
getBoundedQueueThreadPoolParser
public static PersistentResourceXMLDescription.PersistentResourceXMLBuilder getBoundedQueueThreadPoolParser(BoundedQueueThreadPoolResourceDefinition definition)
-