org.jboss.remoting.samples.transporter.complex
Class ProviderInterfaceImpl

java.lang.Object
  extended by org.jboss.remoting.samples.transporter.complex.ProviderInterfaceImpl
All Implemented Interfaces:
ProviderInterface

public class ProviderInterfaceImpl
extends java.lang.Object
implements ProviderInterface

Author:
Tom Elrod

Constructor Summary
ProviderInterfaceImpl()
           
 
Method Summary
 Doctor findDoctor(Patient patient)
           
 void retireDoctor(Doctor doctor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderInterfaceImpl

public ProviderInterfaceImpl()
Method Detail

findDoctor

public Doctor findDoctor(Patient patient)
                  throws NoDoctorAvailableException
Specified by:
findDoctor in interface ProviderInterface
Throws:
NoDoctorAvailableException

retireDoctor

public void retireDoctor(Doctor doctor)
Specified by:
retireDoctor in interface ProviderInterface


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