Uses of Interface
org.jboss.jca.as.converters.wls.api.metadata.ConfigProperties
-
Packages that use ConfigProperties Package Description org.jboss.jca.as.converters.wls.api.metadata This package contains the weblogic metatdata.org.jboss.jca.as.converters.wls.metadata This package contains the weblogic metatdata.org.jboss.jca.as.converters.wls.metadata.v13 This package contains the weblogic metatdata. -
-
Uses of ConfigProperties in org.jboss.jca.as.converters.wls.api.metadata
Methods in org.jboss.jca.as.converters.wls.api.metadata that return ConfigProperties Modifier and Type Method Description ConfigPropertiesAdminObjectGroup. getDefaultProperties()getDefaultPropertiesConfigPropertiesAdminObjects. getDefaultProperties()getDefaultPropertiesConfigPropertiesAdminObjectInstance. getProperties()getPropertiesConfigPropertiesConnectionDefinitionProperties. getProperties()getPropertiesConfigPropertiesWeblogicConnector. getProperties()getProperties -
Uses of ConfigProperties in org.jboss.jca.as.converters.wls.metadata
Classes in org.jboss.jca.as.converters.wls.metadata that implement ConfigProperties Modifier and Type Class Description classConfigPropertiesImplA generic ConfigProperties.Fields in org.jboss.jca.as.converters.wls.metadata declared as ConfigProperties Modifier and Type Field Description protected ConfigPropertiesWeblogicConnectorAbstractImpl. propsConfigPropertiesMethods in org.jboss.jca.as.converters.wls.metadata that return ConfigProperties Modifier and Type Method Description ConfigPropertiesAdminObjectGroupImpl. getDefaultProperties()ConfigPropertiesAdminObjectsImpl. getDefaultProperties()ConfigPropertiesAdminObjectInstanceImpl. getProperties()ConfigPropertiesConnectionDefinitionPropertiesImpl. getProperties()ConfigPropertiesWeblogicConnectorAbstractImpl. getProperties()Constructors in org.jboss.jca.as.converters.wls.metadata with parameters of type ConfigProperties Constructor Description AdminObjectGroupImpl(String aoInterface, String aoClass, ConfigProperties props, List<AdminObjectInstance> aois)AdminObjectGroupImpl constructorAdminObjectInstanceImpl(String jndiName, ConfigProperties props)constructorAdminObjectsImpl(ConfigProperties props, List<AdminObjectGroup> aogs)constructorConnectionDefinitionPropertiesImpl(PoolParams poolParams, Logging logging, TransactionSupport trans, String authMech, Boolean reAuthSupport, ConfigProperties props, String resAuth)constructorWeblogicConnectorAbstractImpl(String nativeLibdir, String jndiName, ResourceAdapterSecurity ras, ConfigProperties props, AdminObjects aos, OutboundResourceAdapter ora)constructor -
Uses of ConfigProperties in org.jboss.jca.as.converters.wls.metadata.v13
Constructors in org.jboss.jca.as.converters.wls.metadata.v13 with parameters of type ConfigProperties Constructor Description WeblogicConnector13Impl(String nativeLibdir, String jndiName, ResourceAdapterSecurity ras, ConfigProperties props, AdminObjects aos, OutboundResourceAdapter ora)constructor
-