org.jboss.cdi.tck.tests.lookup.dynamic
Class RemotePaymentProcessor

java.lang.Object
  extended by 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


Constructor Summary
RemotePaymentProcessor()
           
 
Method Summary
 int getValue()
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePaymentProcessor

public RemotePaymentProcessor()
Method Detail

getValue

public int getValue()
Specified by:
getValue in interface AsynchronousPaymentProcessor

setValue

public void setValue(int value)
Specified by:
setValue in interface AsynchronousPaymentProcessor


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