¿¹Á¦

public interface Example extends javax.ejb.EJBLocalObject {

public EJBLocalHome getEJBLocalHome() throws EJBException;

public Object getPrimaryKey() throws EJBException;

public boolean isIdentical(EJBLocalObject arg0) throws EJBException;

public void remove() throws RemoveException, EJBException;

public void exampleMethod() throws RemoteException;
}

¼Ö·ç¼Ç
¸Þ¼Òµå¿¡ ´ëÇØ java.rmi.RemoteExceptionÀ» ó¸®ÇÏÁö ¸¶½Ê½Ã¿À.


public interface Example extends javax.ejb.EJBLocalObject {

public EJBLocalHome getEJBLocalHome() throws EJBException;

public Object getPrimaryKey() throws EJBException;

public boolean isIdentical(EJBLocalObject arg0) throws EJBException;

public void remove() throws RemoveException, EJBException;

public void exampleMethod();
}