org.jboss.remoting.samples.transporter.complex
Interface ProviderInterface

All Known Implementing Classes:
ProviderInterfaceImpl

public interface ProviderInterface

Author:
Tom Elrod

Method Summary
 Doctor findDoctor(Patient patient)
           
 void retireDoctor(Doctor doctor)
           
 

Method Detail

findDoctor

Doctor findDoctor(Patient patient)
                  throws NoDoctorAvailableException
Throws:
NoDoctorAvailableException

retireDoctor

void retireDoctor(Doctor doctor)


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