First page Back Continue Last page Graphics
...Continuation of Notes
Notes:
public void setEntityContext(EntityContext ctxt)
throws EJBException {
_ctxt = ctxt;
setJDBC(); // Throws EJBException if SQL problem
}
public void unsetEntityContext() throws EJBException {
_ctxt = null;
unsetJDBC(); // Throws EJBException if SQL problem
}
} // End of CustomerBean class