Package org.apache.ofbiz.entity
Class DelegatorFactory
- java.lang.Object
-
- org.apache.ofbiz.entity.DelegatorFactory
-
- Direct Known Subclasses:
DelegatorFactoryImpl
public abstract class DelegatorFactory extends java.lang.Object implements Factory<Delegator,java.lang.String>
Delegator
factory abstract class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DelegatorFactory.DelegatorConfigurable
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description DelegatorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Delegator
getDelegator(java.lang.String delegatorName)
static java.util.concurrent.Future<Delegator>
getDelegatorFuture(java.lang.String delegatorName)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.ofbiz.base.lang.Factory
getInstance
-
-