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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.deployment.packaging.ear.modules.Bar
Direct Known Subclasses:
AlternativeBar

@Secured
public class Bar
extends Object

Author:
Martin Kouba

Constructor Summary
Bar()
           
 
Method Summary
 boolean isAlternative()
           
 void observeBusinessOperation(BusinessOperationEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bar

public Bar()
Method Detail

isAlternative

public boolean isAlternative()

observeBusinessOperation

public void observeBusinessOperation(@Observes
                                     BusinessOperationEvent event)


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