|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes an Enterprise Java Bean (EJB) in terms of the properties required for its lookup via the EJB service's home factory facilities.
Copyright 2002 Sapient
Method Summary | |
String |
getHomeInterface()
Accessor method for retrieving the home interface class name of an EJB |
String |
getLogicalName()
Accessor method for retrieving the logical (JNDI) name of an EJB |
boolean |
isCacheable()
Accessor method for retrieving the cacheability of an EJB |
void |
setCacheable(boolean cacheable)
Mutator method for specifying whether or not an EJB's home interface is cacheable. |
void |
setHomeInterface(String homeInterface)
Mutator method for setting the home interface class name of an EJB |
void |
setLogicalName(String logicalName)
Mutator method for setting the logical (JNDI) name of an EJB |
Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
Method Detail |
public String getLogicalName()
Accessor method for retrieving the logical (JNDI) name of an EJB
public void setLogicalName(String logicalName)
Mutator method for setting the logical (JNDI) name of an EJB
logicalName
- String representation of the EJB's logical namepublic boolean isCacheable()
Accessor method for retrieving the cacheability of an EJB
public void setCacheable(boolean cacheable)
Mutator method for specifying whether or not an EJB's home interface is cacheable.
cacheable
- determines if the reference to home interface should be
cached for furture usepublic String getHomeInterface()
Accessor method for retrieving the home interface class name of an EJB
public void setHomeInterface(String homeInterface)
Mutator method for setting the home interface class name of an EJB
homeInterface
- String representation of the EJB's home
interface class nname
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |