org.jboss.cdi.tck.tests.lookup.dynamic
Class RemotePaymentProcessor
java.lang.Object
org.jboss.cdi.tck.tests.lookup.dynamic.RemotePaymentProcessor
- All Implemented Interfaces:
- AsynchronousPaymentProcessor, PaymentProcessor
@ApplicationScoped
@PayBy(value=CREDIT_CARD)
public class RemotePaymentProcessor
- extends Object
- implements AsynchronousPaymentProcessor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemotePaymentProcessor
public RemotePaymentProcessor()
getValue
public int getValue()
- Specified by:
getValue in interface AsynchronousPaymentProcessor
setValue
public void setValue(int value)
- Specified by:
setValue in interface AsynchronousPaymentProcessor
Copyright © 2008-2013 Seam Framework. All Rights Reserved.