1 package org.apache.geronimo.j2ee.deployment; 17 18 import org.apache.geronimo.common.DeploymentException; 19 import org.apache.geronimo.gbean.AbstractNameQuery; 20 import org.apache.geronimo.gbean.GBeanData; 21 import org.apache.geronimo.kernel.config.Configuration; 22 23 26 public interface ActivationSpecInfoLocator { 27 28 GBeanData locateActivationSpecInfo(AbstractNameQuery nameQuery, String messageListenerInterface, Configuration configuration) throws DeploymentException; 29 30 } 31 | Popular Tags |