org.apache.geronimo.j2ee.deployment
Class UnavailableEJBReferenceBuilder

java.lang.Object
  extended byorg.apache.geronimo.j2ee.deployment.UnavailableEJBReferenceBuilder
All Implemented Interfaces:
EJBReferenceBuilder

public class UnavailableEJBReferenceBuilder
extends Object
implements EJBReferenceBuilder

Version:
$Rev:390932 $ $Date: 2006-04-26 01:15:37 +0200 (Wed, 26 Apr 2006) $

Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
UnavailableEJBReferenceBuilder()
           
 
Method Summary
 Reference createCORBAReference(org.apache.geronimo.kernel.config.Configuration configuration, org.apache.geronimo.gbean.AbstractNameQuery containerNameQuery, URI nsCorbaloc, String objectName, String home)
           
 Reference createEJBLocalRef(String refName, org.apache.geronimo.kernel.config.Configuration configuration, String name, String requiredModule, String optionalModule, org.apache.geronimo.kernel.repository.Artifact targetConfigId, org.apache.geronimo.gbean.AbstractNameQuery query, boolean isSession, String localHome, String local)
           
 Reference createEJBRemoteRef(String refName, org.apache.geronimo.kernel.config.Configuration configuration, String name, String requiredModule, String optionalModule, org.apache.geronimo.kernel.repository.Artifact targetConfigId, org.apache.geronimo.gbean.AbstractNameQuery query, boolean isSession, String home, String remote)
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

UnavailableEJBReferenceBuilder

public UnavailableEJBReferenceBuilder()
Method Detail

createCORBAReference

public Reference createCORBAReference(org.apache.geronimo.kernel.config.Configuration configuration,
                                      org.apache.geronimo.gbean.AbstractNameQuery containerNameQuery,
                                      URI nsCorbaloc,
                                      String objectName,
                                      String home)
                               throws org.apache.geronimo.common.DeploymentException
Specified by:
createCORBAReference in interface EJBReferenceBuilder
Throws:
org.apache.geronimo.common.DeploymentException

createEJBRemoteRef

public Reference createEJBRemoteRef(String refName,
                                    org.apache.geronimo.kernel.config.Configuration configuration,
                                    String name,
                                    String requiredModule,
                                    String optionalModule,
                                    org.apache.geronimo.kernel.repository.Artifact targetConfigId,
                                    org.apache.geronimo.gbean.AbstractNameQuery query,
                                    boolean isSession,
                                    String home,
                                    String remote)
                             throws org.apache.geronimo.common.DeploymentException
Specified by:
createEJBRemoteRef in interface EJBReferenceBuilder
Throws:
org.apache.geronimo.common.DeploymentException

createEJBLocalRef

public Reference createEJBLocalRef(String refName,
                                   org.apache.geronimo.kernel.config.Configuration configuration,
                                   String name,
                                   String requiredModule,
                                   String optionalModule,
                                   org.apache.geronimo.kernel.repository.Artifact targetConfigId,
                                   org.apache.geronimo.gbean.AbstractNameQuery query,
                                   boolean isSession,
                                   String localHome,
                                   String local)
                            throws org.apache.geronimo.common.DeploymentException
Specified by:
createEJBLocalRef in interface EJBReferenceBuilder
Throws:
org.apache.geronimo.common.DeploymentException

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.