G
gk
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/ejb/EJBHome.html
void remove(Handle handle)
Remove an EJB object identified by its handle.
i see there is a handle for a EJB passed into remove() method ?
Question is, How to get a handle for an EJB ?
How does a client would find out a handle for an EJB ?
void remove(Handle handle)
Remove an EJB object identified by its handle.
i see there is a handle for a EJB passed into remove() method ?
Question is, How to get a handle for an EJB ?
How does a client would find out a handle for an EJB ?