|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hivemind.service.impl.ThreadLocaleFactory
Specialized factory used to create instances of
ThreadLocaleImpl
(i.e., service hivemind.ThreadLocale).
This is necessary because there isn't a way to inject the Registry's locale into a property. It's
also more efficient, and this is a service that will be constructed frequently.
Constructor Summary | |
ThreadLocaleFactory()
|
Method Summary | |
java.lang.Object |
createCoreServiceImplementation(ServiceImplementationFactoryParameters factoryParameters)
Creates a core implementation object for a particular service extension point. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ThreadLocaleFactory()
Method Detail |
public java.lang.Object createCoreServiceImplementation(ServiceImplementationFactoryParameters factoryParameters)
ServiceImplementationFactory
ServiceInterceptorFactory
would). Incompatible change from 1.0: A
long list of individual parameters have been collapsed down into the factoryParameters.
createCoreServiceImplementation
in interface ServiceImplementationFactory
factoryParameters
- provides the information about the service necessary to construct the service.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |