cancel
Showing results for 
Search instead for 
Did you mean: 

NewUserAccountIBeanHomeIfc Instance

0 Kudos

Hello Experts,

How do I get an instance of NewUserAccountIBeanHomeIfc or how do I create an instance of the interface?

what class implements this interface?

looking foward to responses,

thank you in advance

Kind regards,

Thabiso Kamanga

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Home objects are looked up instead of creating it everytme as home instances are reused.

Here is how you get access to home instance:

NewUserAccountIBeanHomeIfc home = (NewUserAccountIBeanHomeIfc) IBeanHomeLocator.lookup(session, NewUserAccountIBeanHomeIfc.sHOME_NAME);

Thanks,

Baski

0 Kudos

Hi Baski

Thank you very much,

this really helped.

regards,

Answers (0)