|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes an EJB service home factory component.
Copyright 2002 Sapient
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 |
public EnterpriseBeanConfiguration[] getEnterpriseBean()
Accessor method for retrieving the EJB(s) associated with this home factory.
public void setEnterpriseBean(EnterpriseBeanConfiguration ejb)
Mutator method for associating an EJB with this home factory.
ejb
- A description of an EJB to be associated with this home
factorypublic InitialContextFactory getInitialContextFactory()
public void setInitialContextFactory(InitialContextFactory factory)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |