|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.toplink.tools.ejb11.EJBXmlWebLogicBeanDefinition
This type defines the fields used by the Weblogic XML deployment descriptor
| Field Summary |
| Type | Field |
|---|---|
java.lang.Boolean |
clusterable
|
java.lang.String |
ejbName
|
java.lang.String |
jndiName
|
boolean |
sessionBean
|
| Constructor Summary |
EJBXmlWebLogicBeanDefinition(java.lang.String beanName)
EJBXmlWebLogicBeanDefinition constructor |
| Method Summary |
| Type | Method |
|---|---|
java.lang.Boolean |
getClusterable()
Return the clusterability setting of the bean. |
java.lang.String |
getClusterableString()
Return the clusterability setting of the bean as a String suitable for XML |
java.lang.String |
getEjbName()
Get the name of the bean. |
java.lang.String |
getJndiName()
Get the name used to store the home interface of the bean in JNDI. |
void |
initializeToDefaults()
Initialize this object to contain the default values. |
boolean |
isSessionBean()
Get whether this is a session bean. |
void |
isSessionBean(boolean flag)
Set whether this is a session bean. |
void |
setClusterable(boolean clusterableFlag)
Set the flag that indicates clusterability of the bean. |
void |
setEjbName(java.lang.String beanName)
Set the name of the bean. |
void |
setJndiName(java.lang.String jName)
Set the name used to store the home interface of the bean in JNDI. |
oracle.toplink.tools.ejb11.Element |
storeProperties(oracle.toplink.tools.ejb11.Element parentElement,
oracle.toplink.tools.ejb11.Document xmlDoc)
Store the properties in the element passed in and using the XML document. |
java.lang.String |
topLinkBeanFileName()
Return the file name for a TopLink CMP bean. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String ejbName
public java.lang.String jndiName
public java.lang.Boolean clusterable
public boolean sessionBean
| Constructor Detail |
public EJBXmlWebLogicBeanDefinition(java.lang.String beanName)
String - name The ejbName to use for the bean| Method Detail |
public java.lang.Boolean getClusterable()
public java.lang.String getClusterableString()
public java.lang.String getEjbName()
public java.lang.String getJndiName()
public void initializeToDefaults()
public boolean isSessionBean()
public void isSessionBean(boolean flag)
flag - True if this is a session bean, false if this is an entity beanpublic void setClusterable(boolean clusterableFlag)
boolean - Set to true if the bean is to be clusterable, false if notpublic void setEjbName(java.lang.String beanName)
beanName - The String chosen by the bean providerpublic void setJndiName(java.lang.String jName)
String - The name to use when looking up the bean home interface
public oracle.toplink.tools.ejb11.Element storeProperties(oracle.toplink.tools.ejb11.Element parentElement,
oracle.toplink.tools.ejb11.Document xmlDoc)
public java.lang.String topLinkBeanFileName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||