org.jboss.jsr299.tck.tests.implementation.enterprise.newBean
Class ExplicitConstructorSessionBean

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.implementation.enterprise.newBean.ExplicitConstructorSessionBean
All Implemented Interfaces:
ExplicitConstructor

public class ExplicitConstructorSessionBean
extends Object
implements ExplicitConstructor


Field Summary
static javax.enterprise.inject.New NEW
           
 
Constructor Summary
ExplicitConstructorSessionBean()
           
ExplicitConstructorSessionBean(SimpleBean bean)
           
 
Method Summary
 int getConstructorCalls()
           
 SimpleBean getInjectedSimpleBean()
           
 void setConstructorCalls(int numCalls)
           
 void setInjectedSimpleBean(SimpleBean injectedSimpleBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW

public static final javax.enterprise.inject.New NEW
Constructor Detail

ExplicitConstructorSessionBean

public ExplicitConstructorSessionBean()

ExplicitConstructorSessionBean

@Inject
public ExplicitConstructorSessionBean(SimpleBean bean)
Method Detail

getConstructorCalls

public int getConstructorCalls()
Specified by:
getConstructorCalls in interface ExplicitConstructor

setConstructorCalls

public void setConstructorCalls(int numCalls)
Specified by:
setConstructorCalls in interface ExplicitConstructor

getInjectedSimpleBean

public SimpleBean getInjectedSimpleBean()
Specified by:
getInjectedSimpleBean in interface ExplicitConstructor

setInjectedSimpleBean

public void setInjectedSimpleBean(SimpleBean injectedSimpleBean)
Specified by:
setInjectedSimpleBean in interface ExplicitConstructor


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