org.jboss.injection
Class ExtendedPersistenceContextInjector

java.lang.Object
  extended by org.jboss.injection.ExtendedPersistenceContextInjector
All Implemented Interfaces:
Injector, PojoInjector

public class ExtendedPersistenceContextInjector
extends Object
implements Injector, PojoInjector

Comment

Version:
$Revision: 75613 $
Author:
Bill Burke

Field Summary
protected  org.jboss.jpa.deployment.ManagedEntityManagerFactory factory
           
protected static org.jboss.logging.Logger log
           
 
Constructor Summary
protected ExtendedPersistenceContextInjector(org.jboss.jpa.deployment.ManagedEntityManagerFactory factory)
           
 
Method Summary
 Class getInjectionClass()
           
 void inject(BeanContext ctx)
           
 void inject(BeanContext beanContext, Object instance)
           
 void inject(Object instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.jboss.logging.Logger log

factory

protected org.jboss.jpa.deployment.ManagedEntityManagerFactory factory
Constructor Detail

ExtendedPersistenceContextInjector

protected ExtendedPersistenceContextInjector(org.jboss.jpa.deployment.ManagedEntityManagerFactory factory)
Method Detail

inject

public void inject(BeanContext ctx)
Specified by:
inject in interface Injector

inject

public void inject(BeanContext beanContext,
                   Object instance)
Specified by:
inject in interface PojoInjector

inject

public void inject(Object instance)
Specified by:
inject in interface Injector

getInjectionClass

public Class getInjectionClass()
Specified by:
getInjectionClass in interface Injector


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.