Uses of Interface
org.jboss.jca.common.api.metadata.spec.ConfigProperty
-
Packages that use ConfigProperty Package Description org.jboss.jca.common.api.metadata This package contains interfaces to define metadata apiorg.jboss.jca.common.api.metadata.spec This package contains common metadatas fand parser for connector_1_*.xsd -
-
Uses of ConfigProperty in org.jboss.jca.common.api.metadata
Methods in org.jboss.jca.common.api.metadata that return types with arguments of type ConfigProperty Modifier and Type Method Description static List<ConfigProperty>MergeUtil. mergeConfigList(List<ConfigProperty> left, List<ConfigProperty> right)F Merge to List of ConfigProperty.Method parameters in org.jboss.jca.common.api.metadata with type arguments of type ConfigProperty Modifier and Type Method Description static List<ConfigProperty>MergeUtil. mergeConfigList(List<ConfigProperty> left, List<ConfigProperty> right)F Merge to List of ConfigProperty. -
Uses of ConfigProperty in org.jboss.jca.common.api.metadata.spec
Methods in org.jboss.jca.common.api.metadata.spec that return types with arguments of type ConfigProperty Modifier and Type Method Description List<ConfigProperty>Activationspec. getConfigProperties()List<ConfigProperty>AdminObject. getConfigProperties()List<ConfigProperty>ConnectionDefinition. getConfigProperties()List<ConfigProperty>ResourceAdapter. getConfigProperties()
-