Does stateless Session bean create() method contain any parameters?
Stateless SessionBean create() method doesnot contain any parameters and the syntax is as follows:
public interface XSessionEJBHome extends EJBHome
{
XSessionEJB create() throws RemoteException, CreateException;
}
You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.






