org.jboss.cdi.tck.tests.alternative.enterprise
Class NotEnabledEjb

java.lang.Object
  extended by org.jboss.cdi.tck.tests.alternative.enterprise.NotEnabledEjb
All Implemented Interfaces:
DisabledEjbInterface

@Alternative
public class NotEnabledEjb
extends Object
implements DisabledEjbInterface


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

Constructor Detail

NotEnabledEjb

public NotEnabledEjb()
Method Detail

hello

public String hello()
Specified by:
hello in interface DisabledEjbInterface


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