[jboss-dev-forums] [JBoss OSGi Development] - Re: Service integration with MC
adrian@jboss.org
do-not-reply at jboss.com
Wed Nov 18 11:48:23 EST 2009
Of course, if you are already in the uninstall lifecycle like the uninstalls or stop/destroy
then you effectively do:
| Object parameter = dependency.getTarget(me);
| try
| {
| invokeStop(parameter);
| }
| finally
| {
| dependency.ungetTarget(me);
| }
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266354#4266354
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266354
More information about the jboss-dev-forums
mailing list