org.jboss.cdi.tck.tests.implementation.enterprise.newBean
Class Order

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.enterprise.newBean.Order
All Implemented Interfaces:
OrderLocal

@Secure
public class Order
extends Object
implements OrderLocal


Constructor Summary
Order()
           
 
Method Summary
 boolean ping()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Order

public Order()
Method Detail

remove

public void remove()
Specified by:
remove in interface OrderLocal

ping

public boolean ping()
Specified by:
ping in interface OrderLocal


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