Friday, March 02, 2007

JAVA 認證心得 -- SCBCD (9)

Client View of a Session Bean
##CONTINUE##



  • import javax.ejb.* , java.rmi.RemoteException
  • A client can pass a remote home object reference to another application. A client can pass a local home object reference to another application through its local interface.
  • Invocation of remove (Object primaryKey) method on the session bean's remote home interface results in javax.ejb.RemoveException (assume that session bean instance exists in the container).

Read more!

No comments: