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

Packages that use Customer
org.jboss.remoting.samples.transporter.basic   
org.jboss.remoting.samples.transporter.serialization   
 

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

Methods in org.jboss.remoting.samples.transporter.basic that return Customer
 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.basic with parameters of type Customer
 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.
 

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

Methods in org.jboss.remoting.samples.transporter.serialization that return Customer
 Customer Order.getCustomer()
           
 

Methods in org.jboss.remoting.samples.transporter.serialization with parameters of type Customer
 void Order.setCustomer(Customer customer)
           
 



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