Hi,

I am looking to have new MBean, which impl. interface

public interface RemoteInstallServiceMBean
{
    public String remotelyInstallComponent(final String aFilePath,
                                           final byte[] aFileData,
                                           final Properties aProps,
                                           final boolean aDeferException) 
throws Exception;

    public String remotelyInstallSharedLibrary(final String aFilePath,
                                               final byte[] aFileData,
                                               final boolean aDeferException) 
throws Exception;

    public String remotelyDeployServiceAssembly(final String aFilePath,
                                                final byte[] aFileData,
                                                final boolean aDeferException) 
throws Exception;
}

Could any one tell me the steps, so that I would be able to use service from
my ant task like InstallSharedLibraryTask using the
AdminCommandsServiceMBean.

This seems to be some thing related to how to write a new JMX bean and
deploy the same on existing servicemix server, so that it could be remotely
invokable by jmx clients.

I have looked at http://incubator.apache.org/servicemix/tutorials.html. But
this does not seem to talk about JMX components development.

Any leads pl.

Regards,
Nagendra
www.tejasoft.com
-- 
View this message in context: 
http://www.nabble.com/How-to-write-and-deploy-a-service-which-is-similar-to-AdminCommandsService-tf4697145s12049.html#a13426670
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Reply via email to