org.jboss.cdi.tck.tests.lookup.dynamic
Interface AsynchronousPaymentProcessor

All Superinterfaces:
PaymentProcessor
All Known Implementing Classes:
AdvancedPaymentProcessor, RemotePaymentProcessor

public interface AsynchronousPaymentProcessor
extends PaymentProcessor


Method Summary
 int getValue()
           
 void setValue(int value)
           
 

Method Detail

getValue

int getValue()

setValue

void setValue(int value)


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