org.sape.carbon.services.ejb
Interface HomeFactoryConfiguration

All Superinterfaces:
ComponentConfiguration, Configuration
All Known Subinterfaces:
RemoteHomeFactoryConfiguration

public interface HomeFactoryConfiguration
extends ComponentConfiguration

This interface describes an EJB service home factory component.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.8 $($Author: dvoet $ / $Date: 2003/11/05 17:45:16 $)
Author:
Erik M Gottesman, June 2002

Field Summary
 
Fields inherited from interface org.sape.carbon.core.component.ComponentConfiguration
ComponentTemplateName
 
Method Summary
 EnterpriseBeanConfiguration[] getEnterpriseBean()
          Accessor method for retrieving the EJB(s) associated with this home factory.
 InitialContextFactory getInitialContextFactory()
           
 void setEnterpriseBean(EnterpriseBeanConfiguration ejb)
          Mutator method for associating an EJB with this home factory.
 void setInitialContextFactory(InitialContextFactory factory)
           
 
Methods inherited from interface org.sape.carbon.core.component.ComponentConfiguration
getComponentDescription, getComponentTemplateName, getFunctionalImplementationClass, getFunctionalInterface, setComponentDescription, setComponentTemplateName, setFunctionalImplementationClass, setFunctionalInterface
 
Methods inherited from interface org.sape.carbon.core.config.Configuration
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly
 

Method Detail

getEnterpriseBean

public EnterpriseBeanConfiguration[] getEnterpriseBean()

Accessor method for retrieving the EJB(s) associated with this home factory.

Returns:
EnterpriseBeanConfiguration[] An array of objects that describe the EJBs associated with this home factory component

setEnterpriseBean

public void setEnterpriseBean(EnterpriseBeanConfiguration ejb)

Mutator method for associating an EJB with this home factory.

Parameters:
ejb - A description of an EJB to be associated with this home factory

getInitialContextFactory

public InitialContextFactory getInitialContextFactory()

setInitialContextFactory

public void setInitialContextFactory(InitialContextFactory factory)


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.