com.app.resumebank
Interface ResumeBank

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface ResumeBank
extends javax.ejb.EJBObject

Remote interface for Enterprise Bean: ResumeBank


Method Summary
 java.lang.String postResume(java.lang.String resume)
          This method posts the resume and returns the confirmation number
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

postResume

java.lang.String postResume(java.lang.String resume)
                            throws java.rmi.RemoteException
This method posts the resume and returns the confirmation number

Parameters:
String - candidate resume
Returns:
Confirmation number for the posting
Throws:
java.rmi.RemoteException