org.jboss.remoting.samples.transporter.multiple
Interface AccountProcessor

All Known Implementing Classes:
AccountProcessorImpl

public interface AccountProcessor

Author:
Tom Elrod

Method Summary
 Account createAccount(Customer customer)
          Simply creates a new Account with a new account number and the customer specified.
 

Method Detail

createAccount

Account createAccount(Customer customer)
Simply creates a new Account with a new account number and the customer specified.

Parameters:
customer -
Returns:


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.