|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
Customer |
CustomerProcessor.processCustomer(Customer customer)
Process a customer object. |
Customer |
Account.getCustomer()
|
Methods in org.jboss.remoting.samples.transporter.multiple with parameters of type Customer | |
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. |
Customer |
CustomerProcessor.processCustomer(Customer customer)
Process a customer object. |
Account |
AccountProcessorImpl.createAccount(Customer customer)
|
Account |
AccountProcessor.createAccount(Customer customer)
Simply creates a new Account with a new account number and the customer specified. |
Constructors in org.jboss.remoting.samples.transporter.multiple with parameters of type Customer | |
Account(Customer customer,
int accountNumber)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |