org.jboss.cdi.tck.tests.deployment.packaging.ear.modules
Class Baz

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

@NonEnterprise
public class Baz
extends Object
implements Business

Author:
Martin Kouba

Constructor Summary
Baz()
           
 
Method Summary
 void businessOperation1()
           
 void businessOperation2()
           
 void observeLegacyServiceDisposal(LegacyService legacyService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Baz

public Baz()
Method Detail

observeLegacyServiceDisposal

public void observeLegacyServiceDisposal(@Observes
                                         LegacyService legacyService)

businessOperation1

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

businessOperation2

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


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