> Next I found the class
> 
>   org.apache.felix.mosgi.managedelements.obrprobe.ObrProbe
> 
> which implements the ObrProbeMBean interface's deploy() method. This
> implementation looks slimmed down from ObrCommandImpl's _deploy()
> method; I haven't yet figured out the difference between the two,
> beyond using LDAP-style filters in the former.
> 
Actually, mosgi framework is aimed at managing remote OSGi. To do this
I provide MBeans that are interacting with a remote console. 

The obr MBean uses the same code as ObrCommandImpl since they do the
same thing, the only difference is that ObrMBeans behaves like a JMX
component for remoting, but low level functions are the same. 

In order to have remote interaction I have three elements :
a probe that makes actions : ObrProbe
a MBean interface that declares which actions are remotely available : 
ObrProbeMBean
and a remote client that will trigger actions : 
org.apache.felix.mosgi.managedelements.obrprobe.tab

Regards
/stephane
-- 
Stephane Frenot - Associate professor | 
CITI/INRIA Ares - INSA lyon           | mailto:[EMAIL PROTECTED]
Bat. Léonard de Vinci                 | http://ares.insa-lyon.fr/~sfrenot/
21 av Jean Capelle                    | ICQ:643346 (et oui !)
69621 Villeurbanne Cedex              | +33 472 436 422 / +33 617 671 714
----------------------------------------------------------------------------

Reply via email to