org.apache.geronimo.j2ee.deployment
Interface ResourceReferenceBuilder
- public interface ResourceReferenceBuilder
- Version:
- $Rev: 386000 $ $Date: 2006-03-15 09:19:07 +0100 (Wed, 15 Mar 2006) $
Method Summary |
Reference |
createAdminObjectRef(org.apache.geronimo.gbean.AbstractNameQuery containerId,
Class iface,
org.apache.geronimo.kernel.config.Configuration configuration)
|
Reference |
createResourceRef(org.apache.geronimo.gbean.AbstractNameQuery containerId,
Class iface,
org.apache.geronimo.kernel.config.Configuration configuration)
|
org.apache.geronimo.gbean.GBeanData |
locateActivationSpecInfo(org.apache.geronimo.gbean.AbstractNameQuery nameQuery,
String messageListenerInterface,
org.apache.geronimo.kernel.config.Configuration configuration)
|
createResourceRef
public Reference createResourceRef(org.apache.geronimo.gbean.AbstractNameQuery containerId,
Class iface,
org.apache.geronimo.kernel.config.Configuration configuration)
throws org.apache.geronimo.common.DeploymentException
- Throws:
org.apache.geronimo.common.DeploymentException
createAdminObjectRef
public Reference createAdminObjectRef(org.apache.geronimo.gbean.AbstractNameQuery containerId,
Class iface,
org.apache.geronimo.kernel.config.Configuration configuration)
throws org.apache.geronimo.common.DeploymentException
- Throws:
org.apache.geronimo.common.DeploymentException
locateActivationSpecInfo
public org.apache.geronimo.gbean.GBeanData locateActivationSpecInfo(org.apache.geronimo.gbean.AbstractNameQuery nameQuery,
String messageListenerInterface,
org.apache.geronimo.kernel.config.Configuration configuration)
throws org.apache.geronimo.common.DeploymentException
- Throws:
org.apache.geronimo.common.DeploymentException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.