users@glassfish.java.net

identifying EJB calling machine

From: Matthieu Bertin <matthieu.bertin_at_hypsoma.com>
Date: Fri, 15 Apr 2011 08:01:41 +0200

Hello,

I am working on an application where a central glassfish server hosts EJBs
called by several other containers. theses containers can make call on their
own ( timers ) or because of a customer request.
When the container calls EJB on its own, how can i identify each of them
using the EJBContext? Is it possible for the container to identify itself ?
could it use client certificate? How can i achieve that?