[jboss-user] [EJB/JBoss] - Re: Interface inheritence / SessionContext.getInvokedBusines

jaikiran do-not-reply at jboss.com
Tue Jun 30 04:23:41 EDT 2009


ErstesBean/remote - EJB3.x Default Remote Business Interface
  | 	ErstesBean/remote-server.kap02.IErstesBeanRemote - EJB3.x Remote Business Interface
  | 	ErstesBean/remote-server.kap02.IErstesBeanIntRemote - EJB3.x Remote Business Interface
  | 	ErstesBean/local - EJB3.x Default Local Business Interface
  | 	ErstesBean/local-server.kap02.IErstesBeanIntLocal - EJB3.x Local Business Interface
  | 	ErstesBean/local-server.kap02.IErstesBeanLocal - EJB3.x Local Business Interface
  | 

Use the business interface specific JNDI name to lookup the business interface specific proxy:

IErstesBean	ebrL	= (IErstesBean) contextL.lookup("ErstesBean/remote-server.kap02.IErstesBeanRemote");
  | System.out.println( "Calling interface: " + ebrL.getCallingInterface());
  | 

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

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



More information about the jboss-user mailing list