EJBHome.locate(implementationName,className,user,password)

Locates the EJB home object of the implementation, optionally authenticating with user/password. Method deprectaed. Use EJBHome.locate(String configuration) instead.

Arguments:

Name Type Description Mode
implementationName String name of the ejb implementation in
className String the name of the class of the EJB home in
user String (optional) in
password String (optional) in