org.jboss.jsr299.tck.tests.lookup.injection.enterprise
Class InjectedSessionBean

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.lookup.injection.enterprise.InjectedSessionBean
All Implemented Interfaces:
InjectedSessionBeanLocal

public class InjectedSessionBean
extends Object
implements InjectedSessionBeanLocal


Constructor Summary
InjectedSessionBean()
           
 
Method Summary
 FarmLocal getFarm()
           
 void initialize()
           
 boolean isInitializerCalledAfterResourceInjection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectedSessionBean

public InjectedSessionBean()
Method Detail

getFarm

public FarmLocal getFarm()
Specified by:
getFarm in interface InjectedSessionBeanLocal

initialize

@Inject
public void initialize()

isInitializerCalledAfterResourceInjection

public boolean isInitializerCalledAfterResourceInjection()
Specified by:
isInitializerCalledAfterResourceInjection in interface InjectedSessionBeanLocal


Copyright © 2008-2012 Seam Framework. All Rights Reserved.