Uses of Class
org.jboss.remoting.samples.transporter.multiple.Customer

Packages that use Customer
org.jboss.remoting.samples.transporter.multiple   
 

Uses of Customer in org.jboss.remoting.samples.transporter.multiple
 

Methods in org.jboss.remoting.samples.transporter.multiple that return Customer
 Customer Account.getCustomer()
           
 Customer CustomerProcessor.processCustomer(Customer customer)
          Process a customer object.
 Customer CustomerProcessorImpl.processCustomer(Customer customer)
          Takes the customer passed, and if not null and customer id is less than 0, will create a new random id and set it.
 

Methods in org.jboss.remoting.samples.transporter.multiple with parameters of type Customer
 Account AccountProcessorImpl.createAccount(Customer customer)
           
 Account AccountProcessor.createAccount(Customer customer)
          Simply creates a new Account with a new account number and the customer specified.
 Customer CustomerProcessor.processCustomer(Customer customer)
          Process a customer object.
 Customer CustomerProcessorImpl.processCustomer(Customer customer)
          Takes the customer passed, and if not null and customer id is less than 0, will create a new random id and set it.
 

Constructors in org.jboss.remoting.samples.transporter.multiple with parameters of type Customer
Account(Customer customer, int accountNumber)
           
 



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