Uses of Class
org.jboss.remoting.samples.transporter.complex.Doctor

Packages that use Doctor
org.jboss.remoting.samples.transporter.complex   
 

Uses of Doctor in org.jboss.remoting.samples.transporter.complex
 

Methods in org.jboss.remoting.samples.transporter.complex that return Doctor
 Doctor ProviderInterfaceImpl.findDoctor(Patient patient)
           
 Doctor ProviderInterface.findDoctor(Patient patient)
           
 Doctor Information.getProviderBySpecialty(java.lang.String ailmentType)
           
 

Methods in org.jboss.remoting.samples.transporter.complex with parameters of type Doctor
 void ProviderInterfaceImpl.retireDoctor(Doctor doctor)
           
 void ProviderInterface.retireDoctor(Doctor doctor)
           
 void Information.retireDoctor(Doctor doctor)
           
 void Patient.setDoctor(Doctor doctor)
           
 



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