Uses of Interface
org.glassfish.connectors.config.ResourceAdapterConfig
-
-
Uses of ResourceAdapterConfig in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api that return ResourceAdapterConfig Modifier and Type Method Description static ResourceAdapterConfigConnectorsUtil. getRAConfig(String raName, Resources allResources) -
Uses of ResourceAdapterConfig in com.sun.enterprise.connectors
Fields in com.sun.enterprise.connectors with type parameters of type ResourceAdapterConfig Modifier and Type Field Description protected Map<String,ResourceAdapterConfig>ConnectorRegistry. resourceAdapterConfigMethods in com.sun.enterprise.connectors that return ResourceAdapterConfig Modifier and Type Method Description ResourceAdapterConfigConnectorRegistry. getResourceAdapterConfig(String rarName)Get the resource adapter config properties object registered with registry against the rarName.ResourceAdapterConfig[]DeferredResourceConfig. getResourceAdapterConfig()Methods in com.sun.enterprise.connectors with parameters of type ResourceAdapterConfig Modifier and Type Method Description voidConnectorRegistry. addResourceAdapterConfig(String rarName, ResourceAdapterConfig raConfig)Add the resource adapter config properties object to registry against the rarName.voidConnectorRuntime. addResourceAdapterConfig(String rarName, ResourceAdapterConfig raConfig)Add the resource adapter configuration to the connector registryprotected SetActiveOutboundResourceAdapter. mergeRAConfiguration(ResourceAdapterConfig raConfig, List<Property> raConfigProps)merge RA bean configuration with resource-adapter-config properties Union of both.voidDeferredResourceConfig. setResourceAdapterConfig(ResourceAdapterConfig[] resourceAdapterConfig)Constructors in com.sun.enterprise.connectors with parameters of type ResourceAdapterConfig Constructor Description DeferredResourceConfig(String rarName, AdminObjectResource adminObject, ResourcePool resourcePool, BindableResource bindableResource, ResourceAdapterConfig[] resAdapterConfig) -
Uses of ResourceAdapterConfig in com.sun.enterprise.connectors.jms.system
Methods in com.sun.enterprise.connectors.jms.system with parameters of type ResourceAdapterConfig Modifier and Type Method Description protected SetActiveJmsResourceAdapter. mergeRAConfiguration(ResourceAdapterConfig raConfig, List<Property> raConfigProps)This is a HACK to remove the connection URL in the case of PE LOCAL/EMBEDDED before setting the properties to the RA. -
Uses of ResourceAdapterConfig in com.sun.enterprise.connectors.service
Methods in com.sun.enterprise.connectors.service with parameters of type ResourceAdapterConfig Modifier and Type Method Description voidResourceAdapterAdminServiceImpl. addResourceAdapterConfig(String rarName, ResourceAdapterConfig raConfig)add the resource-adapter-config -
Uses of ResourceAdapterConfig in org.glassfish.connectors.config
Methods in org.glassfish.connectors.config with parameters of type ResourceAdapterConfig Modifier and Type Method Description static StringResourceAdapterConfig.Duck. getIdentity(ResourceAdapterConfig resource)
-