org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean
Class ExplicitContructorSimpleBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean.ExplicitContructorSimpleBean
All Implemented Interfaces:
Serializable

@SessionScoped
@Named(value="Fred")
@Default
public class ExplicitContructorSimpleBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ExplicitContructorSimpleBean()
           
ExplicitContructorSimpleBean(Shop shop)
           
 
Method Summary
static int getConstructorCalls()
           
 void ping()
           
static void setConstructorCalls(int constructorCalls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExplicitContructorSimpleBean

public ExplicitContructorSimpleBean()

ExplicitContructorSimpleBean

@Inject
public ExplicitContructorSimpleBean(Shop shop)
Method Detail

ping

public void ping()

getConstructorCalls

public static int getConstructorCalls()

setConstructorCalls

public static void setConstructorCalls(int constructorCalls)


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