Interface ThreadPoolServiceDescriptor
- All Superinterfaces:
org.jboss.as.controller.Feature,org.jboss.as.controller.ResourceRegistration,org.wildfly.service.descriptor.ServiceDescriptor<ThreadPoolConfiguration>,org.wildfly.service.descriptor.UnaryServiceDescriptor<ThreadPoolConfiguration>
- All Known Implementing Classes:
ThreadPoolResourceDefinition
public interface ThreadPoolServiceDescriptor
extends org.wildfly.service.descriptor.UnaryServiceDescriptor<ThreadPoolConfiguration>, org.jboss.as.controller.ResourceRegistration
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistrationNested classes/interfaces inherited from interface org.wildfly.service.descriptor.UnaryServiceDescriptor
org.wildfly.service.descriptor.UnaryServiceDescriptor.Provider<T extends Object> -
Method Summary
Modifier and TypeMethodDescriptiondefault StringgetName()default Class<ThreadPoolConfiguration>getType()Methods inherited from interface org.jboss.as.controller.Feature
getStabilityMethods inherited from interface org.jboss.as.controller.ResourceRegistration
getPathElementMethods inherited from interface org.wildfly.service.descriptor.UnaryServiceDescriptor
asType, resolve
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.wildfly.service.descriptor.ServiceDescriptor<ThreadPoolConfiguration>
-
getType
- Specified by:
getTypein interfaceorg.wildfly.service.descriptor.ServiceDescriptor<ThreadPoolConfiguration>
-