|
|||||||||||
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 tailored specifically for handling lookups for remote objects.
Copyright 2002 Sapient
Field Summary |
Fields inherited from interface org.sape.carbon.core.component.ComponentConfiguration |
ComponentTemplateName |
Method Summary | |
String |
getProviderUrl()
Accessor method for retrieving the URL of the JNDI provider associated with this home factory. |
boolean |
isRmiIiop()
Accessor method for determining whether or not this home factory is configured to use RMI-IIOP for EJB lookups. |
void |
setProviderUrl(String providerUrl)
Mutator method for associating a JNDI provider with this home factory. |
void |
setRmiIiop(boolean rmiIiop)
Mutator method for setting whether or not this home factory is configured to use RMI-IIOP for EJB lookups. |
Methods inherited from interface org.sape.carbon.services.ejb.HomeFactoryConfiguration |
getEnterpriseBean, getInitialContextFactory, setEnterpriseBean, setInitialContextFactory |
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 String getProviderUrl()
Accessor method for retrieving the URL of the JNDI provider associated with this home factory.
public void setProviderUrl(String providerUrl)
Mutator method for associating a JNDI provider with this home factory.
providerUrl
- URL of a JNDI provider to be associated with this
home factorypublic boolean isRmiIiop()
Accessor method for determining whether or not this home factory is configured to use RMI-IIOP for EJB lookups.
public void setRmiIiop(boolean rmiIiop)
Mutator method for setting whether or not this home factory is configured to use RMI-IIOP for EJB lookups.
rmiIiop
- True if RMI-IIOP is to be used for EJB lookups
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |