Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar13.api.WorkmanagerType
-
Packages that use WorkmanagerType Package Description org.jboss.jca.embedded.dsl.ironjacamar13.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar13.impl Provides the implementation classes as defined in the schema -
-
Uses of WorkmanagerType in org.jboss.jca.embedded.dsl.ironjacamar13.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar13.api that return WorkmanagerType Modifier and Type Method Description WorkmanagerType<IronjacamarDescriptor>IronjacamarDescriptor. getOrCreateWorkmanager()If not already created, a newworkmanagerelement with the given value will be created.WorkmanagerType<IronjacamarType<T>>IronjacamarType. getOrCreateWorkmanager()If not already created, a newworkmanagerelement with the given value will be created.WorkmanagerType<T>WorkmanagerType. removeSecurity()Removes thesecurityelementMethods in org.jboss.jca.embedded.dsl.ironjacamar13.api that return types with arguments of type WorkmanagerType Modifier and Type Method Description WorkmanagerSecurityType<WorkmanagerType<T>>WorkmanagerType. getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created. -
Uses of WorkmanagerType in org.jboss.jca.embedded.dsl.ironjacamar13.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar13.impl that implement WorkmanagerType Modifier and Type Class Description classWorkmanagerTypeImpl<T>This class implements theworkmanagerTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar13.impl that return WorkmanagerType Modifier and Type Method Description WorkmanagerType<IronjacamarDescriptor>IronjacamarDescriptorImpl. getOrCreateWorkmanager()If not already created, a newworkmanagerelement with the given value will be created.WorkmanagerType<IronjacamarType<T>>IronjacamarTypeImpl. getOrCreateWorkmanager()If not already created, a newworkmanagerelement with the given value will be created.WorkmanagerType<T>WorkmanagerTypeImpl. removeSecurity()Removes thesecurityelementMethods in org.jboss.jca.embedded.dsl.ironjacamar13.impl that return types with arguments of type WorkmanagerType Modifier and Type Method Description WorkmanagerSecurityType<WorkmanagerType<T>>WorkmanagerTypeImpl. getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.
-