org.jboss.cdi.tck.tests.deployment.packaging.war.modules
Class Foo

java.lang.Object
  extended by org.jboss.cdi.tck.tests.deployment.packaging.war.modules.Foo
All Implemented Interfaces:
Business

@Secured
@RequestScoped
public class Foo
extends Object
implements Business

Author:
Martin Kouba

Field Summary
static Boolean legacyObserved
           
 
Constructor Summary
Foo()
           
Foo(Bar bar)
           
 
Method Summary
 void businessOperation1()
           
 void businessOperation2()
           
 Bar getBar()
           
 void observeLegacyServiceDisposal(LegacyService legacyService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

legacyObserved

public static Boolean legacyObserved
Constructor Detail

Foo

public Foo()

Foo

@Inject
public Foo(Bar bar)
Method Detail

getBar

public Bar getBar()

businessOperation1

public void businessOperation1()
Specified by:
businessOperation1 in interface Business

businessOperation2

public void businessOperation2()
Specified by:
businessOperation2 in interface Business

observeLegacyServiceDisposal

public void observeLegacyServiceDisposal(@Observes
                                         LegacyService legacyService)


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