Uses of Class
com.sun.appserv.connectors.internal.api.ConnectorRuntimeException
-
-
Uses of ConnectorRuntimeException in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api that throw ConnectorRuntimeException Modifier and Type Method Description voidConnectorRuntime. createActiveResourceAdapter(String sourcePath, String moduleName, ClassLoader loader)Creates Active resource Adapter which abstracts the rar module.voidConnectorRuntime. createActiveResourceAdapterForEmbeddedRar(String moduleName)Creates Active resource Adapter which abstracts the rar module.ClassLoaderConnectorRuntime. createConnectorClassLoader(String moduleDirectory, ClassLoader parent, String rarModuleName)Given the module directory, creates a connector-class-finder (class-loader) for the moduleConnectorClassFinderConnectorsClassLoaderUtil. createRARClassLoader(String moduleDir, ClassLoader deploymentParent, String moduleName, List<URI> appLibs)voidConnectorRuntime. destroyActiveResourceAdapter(String moduleName)Destroys/deletes the Active resource adapter object from the connector container.booleanConnectorRuntime. flushConnectionPool(String poolName)Flush Connection pool by reinitializing the connections established in the pool.booleanConnectorRuntime. flushConnectionPool(PoolInfo poolInfo)Flush Connection pool by reinitializing the connections established in the pool.StringConnectorRuntime. getActivationSpecClass(String rarName, String messageListenerType)Return the ActivationSpecClass name for given rar and messageListenerTypeString[]ConnectorRuntime. getAdminObjectClassNames(String rarName, String intfName)Obtains all the Admin object implementation class names of the admin-object-interface for a rarMap<String,String>ConnectorRuntime. getAdminObjectConfigProps(String rarName, String adminObjectIntf)Retrieves the admin object javabean properties with default values.Map<String,String>ConnectorRuntime. getAdminObjectConfigProps(String rarName, String adminObjectIntf, String adminObjectClass)Retrieves the admin object javabean properties with default values.String[]ConnectorRuntime. getAdminObjectInterfaceNames(String rarName)Obtains all the Admin object interface names of a rarList<String>ConnectorRuntime. getConfidentialProperties(String rarName, String type, String... keyFields)Retrieve the "confidential" config properties of specified artifact from a resource-adapterString[]ConnectorRuntime. getConnectionDefinitionNames(String rarName)Obtains all the Connection definition names of a rarMap<String,String>ConnectorRuntime. getConnectorConfigJavaBeans(String rarName, String connectionDefName, String type)Retrieves the XXX javabean properties with default values.ConnectorDescriptorConnectorRuntime. getConnectorDescriptor(String rarName)given a resource-adapter name, retrieves the connector-descriptor either from runtime's registry or by reading the descriptor from deployment location.static List<URI>ConnectorsUtil. getInstalledLibrariesFromManifest(String moduleDirectory, ServerEnvironment env)static StringConnectorsUtil. getLocation(String moduleName)Map<String,String>ConnectorRuntime. getMCFConfigProps(String rarName, String connectionDefName)Retrieves the MCF javabean properties with default values.Map<String,String>ConnectorRuntime. getMessageListenerConfigProps(String rarName, String messageListenerType)Parses the ra.xml for the ActivationSpec javabean properties and processes annotations if any.Map<String,String>ConnectorRuntime. getMessageListenerConfigPropTypes(String rarName, String messageListenerType)Returns the Properties object consisting of propertyname as the key and datatype as the value.String[]ConnectorRuntime. getMessageListenerTypes(String rarName)Parses the ra.xml, processes the annotated rar artificats if any and returns all the Message listener types.Map<String,String>ConnectorRuntime. getResourceAdapterConfigProps(String rarName)Retrieves the Resource adapter javabean properties with default values.StringConnectorRuntime. getSecurityPermissionSpec(String moduleName)Obtains the Permission string that needs to be added to the to the security policy files.ConnectorClassFinderConnectorsClassLoaderUtil. getSystemRARClassLoader(String rarName)Collection<ConnectorClassFinder>ConnectorsClassLoaderUtil. getSystemRARClassLoaders()jakarta.resource.spi.work.WorkManagerWorkManagerFactory. getWorkManagerProxy(String threadPoolId, String moduleName, ClassLoader rarCL)get the proxy work manager object for the rarbooleanConnectorRuntime. hasAdminObject(String rarName, String intfName, String className)checks whether the specified intfName, className has presence in admin objects of the RARjakarta.resource.spi.ManagedConnectionFactoryConnectorRuntime. obtainManagedConnectionFactory(PoolInfo poolInfo)Returns the MCF instance.jakarta.resource.spi.ManagedConnectionFactoryConnectorRuntime. obtainManagedConnectionFactory(PoolInfo poolInfo, Hashtable env)provide the MCF of the pool (either retrieve or create) -
Uses of ConnectorRuntimeException in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that throw ConnectorRuntimeException Modifier and Type Method Description voidActiveOutboundResourceAdapter. addAdminObject(String appName, String connectorName, ResourceInfo resourceInfo, String adminObjectType, String adminObjectClassName, Properties props)Creates an admin object.voidConnectorRuntime. addAdminObject(String appName, String connectorName, ResourceInfo resourceInfo, String adminObjectType, String adminObjectClassName, Properties props)voidConnectorRuntime. addResourceAdapterConfig(String rarName, ResourceAdapterConfig raConfig)Add the resource adapter configuration to the connector registryActiveResourceAdapterActiveRAFactory. createActiveResourceAdapter(ConnectorDescriptor cd, String moduleName, ClassLoader loader)Creates an active resource adapter.voidConnectorRuntime. createActiveResourceAdapter(ConnectorDescriptor connectorDescriptor, String moduleName, String moduleDir)Creates Active resource Adapter which abstracts the rar module.voidConnectorRuntime. createActiveResourceAdapter(ConnectorDescriptor connectorDescriptor, String moduleName, String moduleDir, ClassLoader loader)voidConnectorRuntime. createActiveResourceAdapter(String moduleDir, String moduleName, ClassLoader loader)Creates Active resource Adapter which abstracts the rar module.voidConnectorRuntime. createActiveResourceAdapterForEmbeddedRar(String rarModuleName)protected voidActiveResourceAdapterImpl. createAllConnectorResources()Creates both the default connector connection pools and resourcesClassLoaderConnectorRuntime. createConnectorClassLoader(String moduleDirectory, ClassLoader parent, String rarModuleName)Given the module directory, creates a connector-class-finder (class-loader) for the modulevoidConnectorRuntime. createConnectorConnectionPool(ConnectorConnectionPool connectorPoolObj)Creates connector connection pool in the connector container.voidConnectorRuntime. createConnectorConnectionPool(ConnectorConnectionPool ccp, String connectionDefinitionName, String rarName, List<Property> props, List<SecurityMap> securityMaps)Creates connector connection pool in the connector container.voidConnectorRuntime. createConnectorResource(ResourceInfo resourceInfo, PoolInfo poolInfo, String resourceType)Creates the connector resource on a given connection poolprotected voidActiveResourceAdapterImpl. createDefaultConnectorConnectionPools(boolean useSunRA)Creates default connector connection poolprotected voidActiveResourceAdapterImpl. createDefaultConnectorResources()Creates default connector resourcevoidConnectorRuntime. deleteAdminObject(ResourceInfo resourceInfo)voidConnectorRuntime. deleteConnectorConnectionPool(PoolInfo poolInfo)Deletes connector Connection poolvoidConnectorRuntime. deleteConnectorResource(ResourceInfo resourceInfo)Deletes the connector resource.voidConnectorRuntime. deleteResourceAdapterConfig(String rarName)Delete the resource adapter configuration to the connector registryvoidConnectorRuntime. destroyActiveResourceAdapter(String moduleName)Destroys/deletes the Active resource adapter object from the connector container.booleanConnectorRuntime. flushConnectionPool(String poolName)Flush Connection pool by reinitializing the connections established in the pool.booleanConnectorRuntime. flushConnectionPool(PoolInfo poolInfo)Flush Connection pool by reinitializing the connections established in the pool.StringConnectorRuntime. getActivationSpecClass(String rarName, String messageListenerType)Return the ActivationSpecClass name for given rar and messageListenerTypeString[]ConnectorRuntime. getAdminObjectClassNames(String rarName, String intfName)Obtains all the Admin object implementation class names of the admin-object-interface for a rarMap<String,String>ConnectorRuntime. getAdminObjectConfigProps(String rarName, String adminObjectIntf)Retrieves the admin object javabean properties with default values.Map<String,String>ConnectorRuntime. getAdminObjectConfigProps(String rarName, String adminObjectIntf, String adminObjectClass)Retrieves the admin object javabean properties with default values.String[]ConnectorRuntime. getAdminObjectInterfaceNames(String rarName)Obtains all the Admin object interface names of a rarstatic jakarta.resource.spi.ConnectionManagerConnectionManagerFactory. getAvailableConnectionManager(PoolInfo poolInfo, boolean forceNoLazyAssoc, ResourceInfo resourceInfo)List<String>ConnectorRuntime. getConfidentialProperties(String rarName, String type, String... keyFields)String[]ConnectorRuntime. getConnectionDefinitionNames(String rarName)Obtains all the Connection definition names of a rarConnectorArchivistConnectorRuntime. getConnectorArchvist()Map<String,String>ConnectorRuntime. getConnectorConfigJavaBeans(String rarName, String connectionDefName, String type)Retrieves the XXX javabean properties with default values.ConnectorDescriptorConnectorRuntime. getConnectorDescriptor(String rarName)Obtains the connector Descriptor pertaining to rar.DeferredResourceConfigConnectorRuntimeExtension. getDeferredResourceConfig(Object resource, Object pool, String resType, String raName)Map<String,String>ConnectorRuntime. getMCFConfigProps(String rarName, String connectionDefName)Retrieves the MCF javabean properties with default values.Map<String,String>ConnectorRuntime. getMessageListenerConfigProps(String rarName, String messageListenerType)Parses the ra.xml for the ActivationSpec javabean properties and processes annotations if any.Map<String,String>ConnectorRuntime. getMessageListenerConfigPropTypes(String rarName, String messageListenerType)Returns the Properties object consisting of propertyname as the key and datatype as the value.String[]ConnectorRuntime. getMessageListenerTypes(String rarName)Parses the ra.xml, processes the annotated rar artificats if any and returns all the Message listener types.ConnectorConstants.PoolTypeConnectorRuntime. getPoolType(PoolInfo poolInfo)Map<String,String>ConnectorRuntime. getResourceAdapterConfigProps(String rarName)Retrieves the Resource adapter javabean properties with default values.StringConnectorRuntime. getSecurityPermissionSpec(String moduleName)Obtains the Permission string that needs to be added to the to the security policy files.ClassLoaderConnectorRuntime. getSystemRARClassLoader(String rarName)jakarta.resource.spi.work.WorkManagerConnectorRuntime. getWorkManagerProxy(String poolId, String moduleName, ClassLoader rarCL)provides work manager proxy that is SerializablebooleanConnectorRuntime. hasAdminObject(String rarName, String intfName, String className)checks whether the specified intfName, className has presence in admin objects of the RARvoidActiveOutboundResourceAdapter. init(jakarta.resource.spi.ResourceAdapter ra, ConnectorDescriptor desc, String moduleName, ClassLoader jcl)Creates an active inbound resource adapter.voidActiveResourceAdapter. init(jakarta.resource.spi.ResourceAdapter ra, ConnectorDescriptor cd, String moduleName, ClassLoader loader)initializes the active (runtime) RARvoidActiveResourceAdapterImpl. init(jakarta.resource.spi.ResourceAdapter ra, ConnectorDescriptor desc, String moduleName, ClassLoader jcl)Constructor.voidConnectionManagerImpl. initialize()voidConnectorRuntime. loadDeferredResourceAdapter(String rarName)protected voidActiveOutboundResourceAdapter. loadRAConfiguration()Loads RA javabean.ObjectConnectorRuntimeExtension. lookupDataSourceInDAS(ResourceInfo resourceInfo)jakarta.resource.spi.ConnectionManagerConnectorRuntime. obtainConnectionManager(PoolInfo poolInfo, boolean forceNoLazyAssoc, ResourceInfo resourceInfo)provides connection manager for a pooljakarta.resource.spi.ManagedConnectionFactory[]ConnectorRuntime. obtainManagedConnectionFactories(PoolInfo poolInfo)Returns the MCF instances in scenarions where a pool has to return multiple mcfs.jakarta.resource.spi.ManagedConnectionFactoryConnectorRuntime. obtainManagedConnectionFactory(PoolInfo poolInfo)Returns the MCF instance.jakarta.resource.spi.ManagedConnectionFactoryConnectorRuntime. obtainManagedConnectionFactory(PoolInfo poolInfo, Hashtable env)Returns the MCF instance.booleanConnectorRuntime. reconfigureConnectorConnectionPool(ConnectorConnectionPool ccp, Set excludedProps)Reconfigure a connection pool.voidConnectorRuntime. recreateConnectorConnectionPool(ConnectorConnectionPool ccp)Recreate a connector connection pool.voidActiveOutboundResourceAdapter. setup()Does the necessary initial setup.voidActiveResourceAdapter. setup()initializes the resource adapter bean and the resources, poolsvoidActiveResourceAdapterImpl. setup()It initializes the resource adapter.voidConnectorRuntime. switchOnMatchingInJndi(PoolInfo poolInfo)Causes matching to be switched on the ConnectorConnectionPool bound in JNDIConstructors in com.sun.enterprise.connectors that throw ConnectorRuntimeException Constructor Description BootstrapContextImpl(String moduleName)Constructs aBootstrapContextwith default thread pool for work manager.BootstrapContextImpl(String poolId, String moduleName, ClassLoader rarCL)Constructs aBootstrapContextwith a specified thread pool for work manager. -
Uses of ConnectorRuntimeException in com.sun.enterprise.connectors.inbound
Methods in com.sun.enterprise.connectors.inbound that throw ConnectorRuntimeException Modifier and Type Method Description voidActiveInboundResourceAdapterImpl. init(jakarta.resource.spi.ResourceAdapter ra, ConnectorDescriptor desc, String moduleName, ClassLoader jcl)Creates an active inbound resource adapter.voidActiveInboundResourceAdapter. updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_, BeanPoolDescriptor poolDescriptor)update MDB container runtime propertiesvoidActiveInboundResourceAdapterImpl. updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_, BeanPoolDescriptor poolDescriptor) -
Uses of ConnectorRuntimeException in com.sun.enterprise.connectors.jms.system
Methods in com.sun.enterprise.connectors.jms.system that throw ConnectorRuntimeException Modifier and Type Method Description voidActiveJmsResourceAdapter. addJmsHost(JmsHost host)Adds the JmsHost to the MQAddressList of the resource adapter.voidActiveJmsResourceAdapter. deleteJmsHost(JmsHost host)Removes the JmsHost from the MQAddressList of the resource adapter.voidJmsProviderLifecycle. initializeBroker()protected voidActiveJmsResourceAdapter. loadRAConfiguration()Loads RA configuration for MQ Resource adapter.protected voidActiveJmsResourceAdapter. postRAConfiguration()Method to perform any post RA configuration action by derivative subclasses.voidActiveJmsResourceAdapter. reloadRA(JmsService js)Recreates the ResourceAdapter using new values from JmsSerice.voidActiveJmsResourceAdapter. setup()voidActiveJmsResourceAdapter. updateJmsHost(JmsHost host)Updates the JmsHost information in the MQAddressList of the resource adapter.voidActiveJmsResourceAdapter. updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_, BeanPoolDescriptor poolDescriptor)This is the most appropriate time (??) to update the runtime info of a 1.3 MDB into 1.4 MDB. -
Uses of ConnectorRuntimeException in com.sun.enterprise.connectors.jms.util
Methods in com.sun.enterprise.connectors.jms.util that throw ConnectorRuntimeException Modifier and Type Method Description voidJmsRaUtil. setupAddressList()Constructors in com.sun.enterprise.connectors.jms.util that throw ConnectorRuntimeException Constructor Description JmsRaUtil()JmsRaUtil(JmsService js) -
Uses of ConnectorRuntimeException in com.sun.enterprise.connectors.service
Methods in com.sun.enterprise.connectors.service that throw ConnectorRuntimeException Modifier and Type Method Description voidConnectorAdminObjectAdminServiceImpl. addAdminObject(String appName, String connectorName, ResourceInfo resourceInfo, String adminObjectType, String adminObjectClassName, Properties props)voidResourceAdapterAdminServiceImpl. addResourceAdapterConfig(String rarName, ResourceAdapterConfig raConfig)add the resource-adapter-configvoidResourceAdapterAdminServiceImpl. createActiveResourceAdapter(ConnectorDescriptor connectorDescriptor, String moduleName, String moduleDir, ClassLoader loader)Creates Active resource Adapter which abstracts the rar module.voidResourceAdapterAdminServiceImpl. createActiveResourceAdapter(String moduleDir, String moduleName, ClassLoader loader)Creates Active resource Adapter which abstracts the rar module.voidConnectorService. createActiveResourceAdapterForEmbeddedRar(String rarModuleName)voidConnectorConnectionPoolAdminServiceImpl. createConnectorConnectionPool(ConnectorConnectionPool connectorPoolObj)Creates connector connection pool in the connector container.voidConnectorConnectionPoolAdminServiceImpl. createConnectorConnectionPool(ConnectorConnectionPool ccp, String connectionDefinitionName, String rarName, List<Property> props, List<SecurityMap> securityMaps)Creates connector connection pool in the connector container.voidConnectorResourceAdminServiceImpl. createConnectorResource(ResourceInfo resourceInfo, PoolInfo poolInfo, String resourceType)Creates the connector resource on a given connection poolvoidConnectorAdminObjectAdminServiceImpl. deleteAdminObject(ResourceInfo resourceInfo)voidConnectorConnectionPoolAdminServiceImpl. deleteConnectorConnectionPool(PoolInfo poolInfo)Deletes connector Connection poolvoidConnectorConnectionPoolAdminServiceImpl. deleteConnectorConnectionPool(PoolInfo poolInfo, boolean cascade)Deletes connector Connection pool.voidConnectorResourceAdminServiceImpl. deleteConnectorResource(ResourceInfo resourceInfo)Deletes the connector resource.voidResourceAdapterAdminServiceImpl. deleteResourceAdapterConfig(String rarName)Delete the resource adapter configuration to the connector registrybooleanConnectorConnectionPoolAdminServiceImpl. flushConnectionPool(PoolInfo poolInfo)Flush Connection pool by reinitializing the connections established in the pool.StringConnectorConfigurationParserServiceImpl. getActivationSpecClass(String rarName, String messageListenerType)Return the ActivationSpecClass name for given rar and messageListenerTypeString[]ConnectorConfigurationParserServiceImpl. getAdminObjectClassNames(String rarName, String intfName)gets the adminObjectClassNames pertaining to a rar & a specific adminObjectInterfaceNamePropertiesConnectorConfigurationParserServiceImpl. getAdminObjectConfigProps(String rarName, String adminObjectIntf)Retrieves the admin object javabean properties with default values.PropertiesConnectorConfigurationParserServiceImpl. getAdminObjectConfigProps(String rarName, String adminObjectIntf, String adminObjectClass)Retrieves the admin object javabean properties with default values.String[]ConnectorConfigurationParserServiceImpl. getAdminObjectInterfaceNames(String rarName)Obtains all the Connection definition names of a rarString[]ConnectorConfigurationParserServiceImpl. getConnectionDefinitionNames(String rarName)Obtains all the Connection definition names of a rarPropertiesConnectorConfigurationParserServiceImpl. getConnectorConfigJavaBeans(String rarName, String connectionDefName, String type)Retrieves the XXX javabean properties with default values.ConnectorDescriptorConnectorService. getConnectorDescriptor(String rarName)Obtains the connector Descriptor pertaining to rar.PropertiesConnectorConfigurationParserServiceImpl. getMCFConfigProps(String rarName, String connectionDefName)Retrieves the MCF javabean properties with default values.PropertiesConnectorConfigurationParserServiceImpl. getMessageListenerConfigProps(String rarName, String messageListenerType)Parses the ra.xml for the ActivationSpec javabean properties.PropertiesConnectorConfigurationParserServiceImpl. getMessageListenerConfigPropTypes(String rarName, String messageListenerType)Returns the Properties object consisting of propertyname as the key and datatype as the value.String[]ConnectorConfigurationParserServiceImpl. getMessageListenerTypes(String rarName)ConnectorConstants.PoolTypeConnectorConnectionPoolAdminServiceImpl. getPoolType(PoolInfo poolInfo)PropertiesConnectorConfigurationParserServiceImpl. getResourceAdapterConfigProps(String rarName)Retrieves the Resource adapter javabean properties with default values.StringConnectorConfigurationParserServiceImpl. getSecurityPermissionSpec(String moduleName)Obtains the Permission string that needs to be added to the to the security policy files.booleanConnectorConfigurationParserServiceImpl. hasAdminObject(String rarName, String intfName, String className)checks whether the specified intfName, className has presence in admin objects of the RARvoidConnectorService. ifSystemRarLoad(String rarName)voidConnectorService. loadDeferredResourceAdapter(String rarModuleName)jakarta.resource.spi.ManagedConnectionFactory[]ConnectorConnectionPoolAdminServiceImpl. obtainManagedConnectionFactories(PoolInfo poolInfo)Returns the MCF instances.jakarta.resource.spi.ManagedConnectionFactoryConnectorConnectionPoolAdminServiceImpl. obtainManagedConnectionFactory(PoolInfo poolInfo)jakarta.resource.spi.ManagedConnectionFactoryConnectorConnectionPoolAdminServiceImpl. obtainManagedConnectionFactory(PoolInfo poolInfo, Hashtable env)Returns the MCF instance.booleanConnectorConnectionPoolAdminServiceImpl. reconfigureConnectorConnectionPool(ConnectorConnectionPool ccp, Set excludedProps)Reconfigure a connection pool.voidResourceAdapterAdminServiceImpl. reCreateActiveResourceAdapter(String moduleName)The ActiveResourceAdapter object which abstract the rar module is recreated in the connector container/registry.voidConnectorConnectionPoolAdminServiceImpl. recreateConnectorConnectionPool(ConnectorConnectionPool ccp)Recreate a connector connection pool.voidConnectorConnectionPoolAdminServiceImpl. switchOnMatching(PoolInfo poolInfo)Rebinds the connection pool with matchning flag set. -
Uses of ConnectorRuntimeException in com.sun.enterprise.connectors.util
Methods in com.sun.enterprise.connectors.util that throw ConnectorRuntimeException Modifier and Type Method Description static ConnectionPoolReconfigHelper.ReconfigActionConnectionPoolReconfigHelper. compare(ConnectorConnectionPool oldPool, ConnectorConnectionPool newPool, Set excludedProps)StringMessageListenerConfigParser. getActivationSpecClass(ConnectorDescriptor desc, String messageListenerType)Returns the ActivationSpecClass name for the given rar and message listener type.StringMessageListenerConfigParserImpl. getActivationSpecClass(ConnectorDescriptor desc, String messageListenerType)Return the ActivationSpecClass name for given rar and messageListenerTypeString[]AdminObjectConfigParser. getAdminObjectClassNames(ConnectorDescriptor desc, String intfName)gets the adminObjectClassNames pertaining to a rar & a specific adminObjectInterfaceNameString[]AdminObjectConfigParserImpl. getAdminObjectClassNames(ConnectorDescriptor desc, String intfName)gets the adminObjectClassNames pertaining to a rar & a specific adminObjectInterfaceNameString[]AdminObjectConfigParser. getAdminObjectInterfaceNames(ConnectorDescriptor desc)Obtains the admin object intercface names of a given rar.String[]AdminObjectConfigParserImpl. getAdminObjectInterfaceNames(ConnectorDescriptor desc)gets the adminObjectInterfaceNames pertaining to a rar.List<String>AdminObjectConfigParserImpl. getConfidentialProperties(ConnectorDescriptor desc, String rarName, String... keyFields)List<String>ConnectorConfigParser. getConfidentialProperties(ConnectorDescriptor desc, String rarName, String... keyFields)GiList<String>MCFConfigParserImpl. getConfidentialProperties(ConnectorDescriptor desc, String rarName, String... keyFields)List<String>MessageListenerConfigParserImpl. getConfidentialProperties(ConnectorDescriptor desc, String rarName, String... keyFields)List<String>ResourceAdapterConfigParserImpl. getConfidentialProperties(ConnectorDescriptor desc, String rarName, String... keyFields)String[]MCFConfigParser. getConnectionDefinitionNames(ConnectorDescriptor desc)Obtains the connection definition names of a given rar.String[]MCFConfigParserImpl. getConnectionDefinitionNames(ConnectorDescriptor desc)static ConnectorDescriptorConnectorDDTransformUtils. getConnectorDescriptor(String moduleDir, String rarModuleName)Get the ConnectorDescriptor object which represents the ra.xml and sun-ra.xml from an exploded rar module.DeferredResourceConfigResourcesUtil. getDeferredResourceConfig(Object resource, Object pool, String resType, String raName)PropertiesAdminObjectConfigParser. getJavaBeanProps(ConnectorDescriptor desc, String adminObjectIntfName, String adminObjectClassName, String rarName)Obtains the merged javabean properties (properties present in ra.xml and introspected properties) of a specific configuration.PropertiesAdminObjectConfigParserImpl. getJavaBeanProps(ConnectorDescriptor desc, String adminObjectInterface, String rarName)Parses the ra.xml for the admin object javabean properties.PropertiesAdminObjectConfigParserImpl. getJavaBeanProps(ConnectorDescriptor desc, String adminObjectInterface, String adminObjectClass, String rarName)Parses the ra.xml for the admin object javabean properties.PropertiesConnectorConfigParser. getJavaBeanProps(ConnectorDescriptor desc, String connectionDefName, String rarName)Obtains the merged javabean properties (properties present in ra.xml and introspected properties) of a specific configuration.PropertiesMCFConfigParserImpl. getJavaBeanProps(ConnectorDescriptor desc, String connectionDefName, String rarName)Parses the ra.xml for the managed connection factory javabean properties.PropertiesMessageListenerConfigParserImpl. getJavaBeanProps(ConnectorDescriptor desc, String messageListenerType, String rarName)Parses the ra.xml for the ActivationSpec javabean properties.PropertiesResourceAdapterConfigParserImpl. getJavaBeanProps(ConnectorDescriptor desc, String connectionDefName, String rarName)Parses the ra.xml for the Resource Adapter javabean properties.PropertiesMessageListenerConfigParser. getJavaBeanReturnTypes(ConnectorDescriptor desc, String messageListenerType, String rarName)Returns the Properties object consisting of PropertyName as the key and the datatype as the valuePropertiesMessageListenerConfigParserImpl. getJavaBeanReturnTypes(ConnectorDescriptor desc, String messageListenerType, String rarName)Returns the Properties object consisting of propertyname as the key and datatype as the value.String[]MessageListenerConfigParser. getMessageListenerTypes(ConnectorDescriptor desc)Obtains the Message Listener types of a given rar.String[]MessageListenerConfigParserImpl. getMessageListenerTypes(ConnectorDescriptor desc)static intConnectionPoolObjectsUtils. getTransactionSupportFromRaXml(String rarName)booleanAdminObjectConfigParser. hasAdminObject(ConnectorDescriptor desc, String intfName, String className)Checks whether the provided interfacename and classname combination is present in any of the admin objects for the resource-adapterbooleanAdminObjectConfigParserImpl. hasAdminObject(ConnectorDescriptor desc, String intfName, String className)Checks whether the provided interfacename and classname combination is present in any of the admin objects for the resource-adapterPropertiesConnectorConfigParserUtils. introspectJavaBean(Object javaBeanInstance, Set ddPropsSet)Introspects the javabean and returns only the introspected properties not present in the configuration in ra.xml for the corresponding javabean.PropertiesConnectorConfigParserUtils. introspectJavaBean(String className, Set ddPropsSet)PropertiesConnectorConfigParserUtils. introspectJavaBean(String className, Set ddPropsSet, boolean associateResourceAdapter, String resourceAdapterName)PropertiesConnectorConfigParserUtils. introspectJavaBeanReturnTypes(String className, Set ddPropsSet, String rarName)Introspects the javabean and returns only the introspected properties and their datatypes not present in the configuration in ra.xml for the corresponding javabean.static ClassRARUtils. loadClassFromRar(String rarName, String beanClassName) -
Uses of ConnectorRuntimeException in com.sun.enterprise.connectors.work
Methods in com.sun.enterprise.connectors.work that throw ConnectorRuntimeException Modifier and Type Method Description jakarta.resource.spi.work.WorkManagerWorkManagerFactoryImpl. getWorkManagerProxy(String poolId, String moduleName, ClassLoader rarCL)provides work manager proxy that is SerializableConstructors in com.sun.enterprise.connectors.work that throw ConnectorRuntimeException Constructor Description CommonWorkManager(String threadPoolId, ConnectorRuntime runtime, String raName, ClassLoader cl)Private constructor. -
Uses of ConnectorRuntimeException in org.glassfish.admingui.plugin.jms
Methods in org.glassfish.admingui.plugin.jms that throw ConnectorRuntimeException Modifier and Type Method Description protected static voidJmsHandlers. insureJmsBrokerIsRunning() -
Uses of ConnectorRuntimeException in org.glassfish.jdbc.deployer
Methods in org.glassfish.jdbc.deployer that throw ConnectorRuntimeException Modifier and Type Method Description ConnectorConnectionPoolJdbcConnectionPoolDeployer. createConnectorConnectionPool(JdbcConnectionPool adminPool, PoolInfo poolInfo) -
Uses of ConnectorRuntimeException in org.glassfish.jdbcruntime
Methods in org.glassfish.jdbcruntime that throw ConnectorRuntimeException Modifier and Type Method Description DeferredResourceConfigJdbcRuntimeExtension. getDeferredResourceConfig(Object resource, Object pool, String resType, String raName)ObjectJdbcRuntimeExtension. lookupDataSourceInDAS(ResourceInfo resourceInfo)Get a wrapper datasource specified by the jdbcjndi name This API is intended to be used in the DAS. -
Uses of ConnectorRuntimeException in org.glassfish.jdbcruntime.service
Methods in org.glassfish.jdbcruntime.service that throw ConnectorRuntimeException Modifier and Type Method Description voidJdbcDataSource. setResourceInfo(ResourceInfo resourceInfo) -
Uses of ConnectorRuntimeException in org.glassfish.jms.admin.cli
Methods in org.glassfish.jms.admin.cli that throw ConnectorRuntimeException Modifier and Type Method Description protected MQJMXConnectorInfoJMSDestination. _getMQJMXConnectorInfo(String targetName, JmsService jmsService, Class mqRAClassName, ServerContext serverContext, Config config, Domain domain)protected MQJMXConnectorInfoJMSDestination. _getMQJMXConnectorInfoForCluster(String target, JmsService jmsService, Class mqRAClassName, ServerContext serverContext)Gets theMQJMXConnectorobject for a cluster.voidMQJMXConnectorInfo. closeMQMBeanServerConnection()protected MQJMXConnectorInfo[]JMSDestination. getMQJMXConnectorInfos(String target, Config config, ServerContext serverContext, Domain domain, ConnectorRuntime connectorRuntime)MBeanServerConnectionMQJMXConnectorInfo. getMQMBeanServerConnection()Returns anMBeanServerConnectionrepresenting the MQ broker instance's MBean server.
-