Interface ConnectorService

    • Method Detail

      • getShutdownTimeoutInSeconds

        @Min(1L)
        @Min(1L) String getShutdownTimeoutInSeconds()
        Gets the value of the shutdownTimeoutInSeconds property.
        Returns:
        possible object is String
      • getClassLoadingPolicy

        String getClassLoadingPolicy()
        Gets the value of the connector-classloading-policy.
        Valid values are derived or global
        derived indicates that the resource-adapters are provided according the the references of resource-adapters in application's deployment-descriptors
        global indicates that all resource-adapters will be visible to all applications.
        Returns:
        possible object is String
      • setClassLoadingPolicy

        void setClassLoadingPolicy​(String value)
                            throws PropertyVetoException
        Sets the value of the connector-classloading-policy.
        Valid values are derived or global
        derived indicates that the resource-adapters are provided according the the references of resource-adapters in application's deployment-descriptors
        global indicates that all resource-adapters will be visible to all applications.
        Parameters:
        value - allowed object is String
        Throws:
        PropertyVetoException
      • getProperty

        @PropertiesDesc(props={})
        List<Property> getProperty()
        Properties as per PropertyBag Properties are used to override the ManagedConnectionFactory javabean configuration settings. When one or more of these properties are specified, they are passed as is using set() methods to the Resource Adapter's ManagedConnectionfactory class (specified in ra.xml).
        Specified by:
        getProperty in interface PropertyBag
        Returns:
        the property list