org.jboss.remoting.samples.transporter.multiple
Class AccountProcessorImpl

java.lang.Object
  extended by org.jboss.remoting.samples.transporter.multiple.AccountProcessorImpl
All Implemented Interfaces:
AccountProcessor

public class AccountProcessorImpl
extends java.lang.Object
implements AccountProcessor

Author:
Tom Elrod

Constructor Summary
AccountProcessorImpl()
           
 
Method Summary
 Account createAccount(Customer customer)
          Simply creates a new Account with a new account number and the customer specified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountProcessorImpl

public AccountProcessorImpl()
Method Detail

createAccount

public Account createAccount(Customer customer)
Description copied from interface: AccountProcessor
Simply creates a new Account with a new account number and the customer specified.

Specified by:
createAccount in interface AccountProcessor
Returns:


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