marquee.xmlrpc.objectcomm.example
Interface EmployeeServiceInterface
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- XmlEmployeeService, XmlRmiEmployeeService
- public interface EmployeeServiceInterface
- extends java.rmi.Remote
This interface extends java.rmi.remote to allow implementing classes to be accessed via RMI.
- Version:
- $Revision: 1.1 $
- Author:
- Rainer Bischof (rainer.bischof@eds.com)
getEmployee
public Employee getEmployee(int number)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
storeEmployee
public void storeEmployee(Employee emp)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException