Package org.jboss.as.naming
Interface ServiceAwareObjectFactory
-
- All Superinterfaces:
ObjectFactory
- All Known Implementing Classes:
ManagedReferenceObjectFactory,ServiceReferenceObjectFactory
public interface ServiceAwareObjectFactory extends ObjectFactory
Interface the should be implemented byObjectFactorys that require access to theServiceRegistry.After the object is created the
ObjectFactoryBuilderwill inject theServiceRegistry- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinjectServiceRegistry(org.jboss.msc.service.ServiceRegistry registry)-
Methods inherited from interface javax.naming.spi.ObjectFactory
getObjectInstance
-
-