Uses of Interface
org.sape.carbon.services.ejb.EnterpriseBeanConfiguration

Packages that use EnterpriseBeanConfiguration
org.sape.carbon.services.ejb The EJB service facilitates Enterprise Java Bean lookup via a variety of factory methods. 
org.sape.carbon.services.ejb.local Supports the lookup of Local EJBs as per the EJB 2.0 specification. 
org.sape.carbon.services.ejb.remote Supports the lookup of remote EJBs as per the EJB specification. 
 

Uses of EnterpriseBeanConfiguration in org.sape.carbon.services.ejb
 

Methods in org.sape.carbon.services.ejb that return EnterpriseBeanConfiguration
 EnterpriseBeanConfiguration[] HomeFactoryConfiguration.getEnterpriseBean()
          Accessor method for retrieving the EJB(s) associated with this home factory.
 

Methods in org.sape.carbon.services.ejb with parameters of type EnterpriseBeanConfiguration
 void HomeFactoryConfiguration.setEnterpriseBean(EnterpriseBeanConfiguration ejb)
          Mutator method for associating an EJB with this home factory.
 

Uses of EnterpriseBeanConfiguration in org.sape.carbon.services.ejb.local
 

Methods in org.sape.carbon.services.ejb.local that return EnterpriseBeanConfiguration
 EnterpriseBeanConfiguration LocalHomeFactoryImpl.getEJBDetails(String logicalName)
           
 EnterpriseBeanConfiguration LocalHomeFactory.getEJBDetails(String logicalName)
          Utility method for retrieving an EJB's configuration information as declared in the associated configuration.
 

Uses of EnterpriseBeanConfiguration in org.sape.carbon.services.ejb.remote
 

Methods in org.sape.carbon.services.ejb.remote that return EnterpriseBeanConfiguration
 EnterpriseBeanConfiguration RemoteHomeFactoryImpl.getEJBDetails(String logicalName)
           
 EnterpriseBeanConfiguration RemoteHomeFactory.getEJBDetails(String logicalName)
          Utility method for retrieving an EJB's configuration information as declared in the associated XML configuration.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.