org.jboss.cdi.tck.tests.context.passivating.dependency.builtin
Class Worker

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.passivating.dependency.builtin.Worker
All Implemented Interfaces:
Serializable

@SessionScoped
public class Worker
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Worker()
           
 
Method Summary
 String getId()
           
 javax.enterprise.inject.Instance<Hammer> getInstance()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Worker

public Worker()
Method Detail

init

@PostConstruct
public void init()

getInstance

public javax.enterprise.inject.Instance<Hammer> getInstance()

getId

public String getId()


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