org.apache.geronimo.j2ee.deployment
Interface EJBReferenceBuilder

All Known Implementing Classes:
EARContext

public interface EJBReferenceBuilder

Version:
$Revision: 1.2 $ $Date: 2004/08/09 21:31:13 $

Method Summary
 Reference createEJBLocalReference(String objectName, boolean isSession, String localHome, String local)
           
 Reference createEJBRemoteReference(String objectName, boolean isSession, String home, String remote)
           
 

Method Detail

createEJBLocalReference

public Reference createEJBLocalReference(String objectName,
                                         boolean isSession,
                                         String localHome,
                                         String local)
                                  throws org.apache.geronimo.deployment.DeploymentException
Throws:
org.apache.geronimo.deployment.DeploymentException

createEJBRemoteReference

public Reference createEJBRemoteReference(String objectName,
                                          boolean isSession,
                                          String home,
                                          String remote)
                                   throws org.apache.geronimo.deployment.DeploymentException
Throws:
org.apache.geronimo.deployment.DeploymentException


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