Class WorkmanagerTypeImpl<T>
java.lang.Object
org.jboss.jca.embedded.dsl.resourceadapters12.impl.WorkmanagerTypeImpl<T>
- All Implemented Interfaces:
WorkmanagerType<T>,org.jboss.shrinkwrap.descriptor.api.Child<T>
public class WorkmanagerTypeImpl<T>
extends Object
implements org.jboss.shrinkwrap.descriptor.api.Child<T>, WorkmanagerType<T>
This class implements the
workmanagerType xsd type-
Constructor Summary
ConstructorsConstructorDescriptionWorkmanagerTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node) WorkmanagerTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) -
Method Summary
Modifier and TypeMethodDescriptionIf not already created, a newsecurityelement with the given value will be created.Removes thesecurityelementup()
-
Constructor Details
-
WorkmanagerTypeImpl
-
WorkmanagerTypeImpl
-
-
Method Details
-
up
- Specified by:
upin interfaceorg.jboss.shrinkwrap.descriptor.api.Child<T>
-
getOrCreateSecurity
If not already created, a newsecurityelement with the given value will be created. Otherwise, the existingsecurityelement will be returned.- Specified by:
getOrCreateSecurityin interfaceWorkmanagerType<T>- Returns:
- a new or existing instance of
WorkmanagerSecurityType<WorkmanagerType>
-
removeSecurity
Removes thesecurityelement- Specified by:
removeSecurityin interfaceWorkmanagerType<T>- Returns:
- the current instance of
WorkmanagerType
-