org.jboss.cdi.tck.tests.context.passivating.dependency.resource.remote.ejb
Class FooBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.passivating.dependency.resource.remote.ejb.FooBean
All Implemented Interfaces:
FooRemote

@ApplicationScoped
public class FooBean
extends Object
implements FooRemote


Constructor Summary
FooBean()
           
 
Method Summary
 String getId()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooBean

public FooBean()
Method Detail

init

@PostConstruct
public void init()

getId

public String getId()
Specified by:
getId in interface FooRemote


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