Interface ServiceAwareObjectFactory

All Superinterfaces:
ObjectFactory
All Known Implementing Classes:
ManagedReferenceObjectFactory, ServiceReferenceObjectFactory

public interface ServiceAwareObjectFactory extends ObjectFactory
Interface the should be implemented by ObjectFactorys that require access to the ServiceRegistry.

After the object is created the ObjectFactoryBuilder will inject the ServiceRegistry

Author:
Stuart Douglas
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    injectServiceRegistry(org.jboss.msc.service.ServiceRegistry registry)
     

    Methods inherited from interface javax.naming.spi.ObjectFactory

    getObjectInstance
  • Method Details

    • injectServiceRegistry

      void injectServiceRegistry(org.jboss.msc.service.ServiceRegistry registry)