Class ConnectorClassLoaderServiceImpl

  • All Implemented Interfaces:
    ConnectorClassLoaderService

    @Service
    public class ConnectorClassLoaderServiceImpl
    extends Object
    implements ConnectorClassLoaderService
    We support two policies: 1. All standalone RARs are available to all other applications. This is the Java EE 5 specific behavior. 2. An application has visbility to only those standalone RARs that it depends on. This is the new behavior defined in Java EE 6 as well as JCA 1.6 spec.
    Author:
    [email protected]
    • Constructor Detail

      • ConnectorClassLoaderServiceImpl

        public ConnectorClassLoaderServiceImpl()