org.jboss.jsr299.tck.tests.implementation.enterprise.definition
Class ExplicitConstructorSessionBean
java.lang.Object
org.jboss.jsr299.tck.tests.implementation.enterprise.definition.ExplicitConstructorSessionBean
- All Implemented Interfaces:
- ExplicitConstructor
public class ExplicitConstructorSessionBean
- extends Object
- implements ExplicitConstructor
Field Summary |
static javax.enterprise.inject.New |
NEW
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEW
public static final javax.enterprise.inject.New NEW
ExplicitConstructorSessionBean
public ExplicitConstructorSessionBean()
ExplicitConstructorSessionBean
@Inject
public ExplicitConstructorSessionBean(SimpleBean bean)
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.