Class DelegatorFactory.DelegatorConfigurable

  • All Implemented Interfaces:
    java.util.concurrent.Callable<Delegator>
    Enclosing class:
    DelegatorFactory

    public static final class DelegatorFactory.DelegatorConfigurable
    extends java.lang.Object
    implements java.util.concurrent.Callable<Delegator>
    • Constructor Summary

      Constructors 
      Constructor Description
      DelegatorConfigurable​(java.lang.String delegatorName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Delegator call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DelegatorConfigurable

        public DelegatorConfigurable​(java.lang.String delegatorName)
    • Method Detail

      • call

        public Delegator call()
                       throws java.lang.ClassNotFoundException
        Specified by:
        call in interface java.util.concurrent.Callable<Delegator>
        Throws:
        java.lang.ClassNotFoundException