1 22 23 package org.objectweb.petals.jbi.management.service; 24 25 import java.net.URI ; 26 27 import javax.management.ObjectName ; 28 29 import org.objectweb.petals.PetalsException; 30 import org.objectweb.petals.PetalsLifeCycle; 31 import org.objectweb.petals.tools.jbicommon.descriptor.JBIDescriptor; 32 33 40 public interface InstallationService extends 41 javax.jbi.management.InstallationServiceMBean, PetalsLifeCycle { 42 43 57 String installSharedLibrary(URI installationRoot, JBIDescriptor descriptor) 58 throws PetalsException; 59 60 75 ObjectName loadNewInstaller(URI installationRoot, JBIDescriptor descriptor) 76 throws PetalsException; 77 } 78 | Popular Tags |