public class ExplicitConstructorSessionBean extends Object implements ExplicitConstructor
| Constructor and Description |
|---|
ExplicitConstructorSessionBean() |
ExplicitConstructorSessionBean(SimpleBean bean) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructorCalls() |
SimpleBean |
getInjectedSimpleBean() |
void |
setConstructorCalls(int numCalls) |
void |
setInjectedSimpleBean(SimpleBean injectedSimpleBean) |
public ExplicitConstructorSessionBean()
@Inject public ExplicitConstructorSessionBean(SimpleBean bean)
public int getConstructorCalls()
getConstructorCalls in interface ExplicitConstructorpublic void setConstructorCalls(int numCalls)
setConstructorCalls in interface ExplicitConstructorpublic SimpleBean getInjectedSimpleBean()
getInjectedSimpleBean in interface ExplicitConstructorpublic void setInjectedSimpleBean(SimpleBean injectedSimpleBean)
setInjectedSimpleBean in interface ExplicitConstructorCopyright © 2008–2016 CDI TCK. All rights reserved.