View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820350#3820350

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820350

Fine, understood this (not too many books talk about that :-) )



But how do I get from the EJBLocalObject to my Localinterface. Do I cast the 
EJBLoclObject?



In other words: If I had in my class a EJBLocalObject reference handed in from say 
interface UserManager.



------------------------------------------

EJBLocalObject um;



public void setUm( EJBLocalObject elo ){

   um = elo;

}

------------------------------------------

//would I use it by just casting it the right way?



valuewhatever = ((UserManager) um).getMyVal();

------------------------------------------



I hope, you understand what I mean.



Thanks again for your help.



Klaus


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to