From: <sco...@jb...> - 2005-08-01 18:53:28
|
The ServiceMBeanSupport base class now has a getDeploymentInfo() convience method that can be accessed in the start/startService method: | protected void startService() throws Exception | { | DeploymentInfo sdi = getDeploymentInfo(); | | This info is not available until after the create method has returned so it cannot be accessed from create/createService. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887766#3887766 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887766 |