Interface Driver

  • All Known Implementing Classes:
    SupportiveDriver

    public interface Driver
    Implements "heavy" model of driver because requires to load classes for all supported operator types.
    Author:
    Alexandre Iline (alexandre.iline@sun.com)
    See Also:
    LightDriver
    • Method Detail

      • getSupported

        Class[] getSupported()
        Returns an array of operator classes which are supported by this driver.
        Returns:
        an array of supported operators' classes.