Package org.apache.ofbiz.entity
Class DelegatorFactoryImpl
java.lang.Object
org.apache.ofbiz.entity.DelegatorFactory
org.apache.ofbiz.entity.DelegatorFactoryImpl
A
DelegatorFactory
implementation that returns an
instance of GenericDelegator
.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.ofbiz.entity.DelegatorFactory
DelegatorFactory.DelegatorConfigurable
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.ofbiz.entity.DelegatorFactory
getDelegator, getDelegatorFuture
-
Constructor Details
-
DelegatorFactoryImpl
public DelegatorFactoryImpl()
-
-
Method Details
-
getInstance
Description copied from interface:Factory
Returns an instance ofR
. This is a basic factory interface that is meant to be extended. Sub-interfaces declare types forA
(thegetInstance
argument), andR
(the type returned bygetInstance
).- Parameters:
delegatorName
- Optional object to be used inR
's construction, or to be used as a selector key- Returns:
- An instance of
R
-