Class NullSelector


  • public class NullSelector
    extends Selector
    A selector that always returns a null transaction manager
    Author:
    Ludovic Orban
    • Constructor Detail

      • NullSelector

        public NullSelector()
        Constructor
    • Method Detail

      • doLookup

        protected javax.transaction.TransactionManager doLookup()
        Lookup the transaction manager.
        Specified by:
        doLookup in class Selector
        Returns:
        the transaction manager, or null if it could not be looked up.