|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_lib.deployment.xml.AbsJonasEnvironmentElement
org.objectweb.jonas_ejb.deployment.xml.JonasCommonEjb
public abstract class JonasCommonEjb
This interface provides to the value of Xml elements common for jonas-session/jonas-entity/jonas-mdb
Constructor Summary | |
---|---|
JonasCommonEjb()
|
Method Summary | |
---|---|
String |
getClusterHomeDistributor()
Gets the cluster-home-distributor |
String |
getClusterRemoteDistributor()
Gets the cluster-remote-distributor |
String |
getClusterReplicated()
Gets the cluster-replicated |
String |
getEjbName()
|
IorSecurityConfigMapping |
getIorSecurityConfig()
|
String |
getJndiLocalName()
Gets the jndi-local-name |
String |
getJndiName()
Gets the jndi-name |
String |
getMaxCacheSize()
Gets the max-cache-size |
String |
getMinPoolSize()
Gets the min-pool-size |
String |
getRunAsPrincipalName()
|
void |
setClusterHomeDistributor(String clusterHomeDistributor)
Set the cluster-home-distributor |
void |
setClusterRemoteDistributor(String clusterRemoteDistributor)
Set the cluster-remote-distributor |
void |
setClusterReplicated(String clusterReplicated)
Set the cluster-replicated |
void |
setEjbName(String ejbName)
Set the ejb-name |
void |
setIorSecurityConfig(IorSecurityConfigMapping iorSecurityConfig)
|
void |
setJndiLocalName(String jndiLocalName)
Set the jndi-local-name |
void |
setJndiName(String jndiName)
Set the jndi-name |
void |
setMaxCacheSize(String maxCacheSize)
Set the max-cache-size |
void |
setMinPoolSize(String minPoolSize)
Set the min-pool-size |
void |
setRunAsPrincipalName(String runAsPrincipalName)
|
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsJonasEnvironmentElement |
---|
addJonasEjbRef, addJonasMessageDestinationRef, addJonasResource, addJonasResourceEnv, addJonasServiceRef, getJonasEjbRefList, getJonasMessageDestinationRefList, getJonasResourceEnvList, getJonasResourceList, getJonasServiceRefList |
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
---|
indent, toString, toXML, toXML, xmlAttribute, xmlElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.objectweb.jonas_lib.deployment.xml.JonasJndiEnvRefsGroupXml |
---|
getJonasEjbRefList, getJonasMessageDestinationRefList, getJonasResourceEnvList, getJonasResourceList, getJonasServiceRefList |
Constructor Detail |
---|
public JonasCommonEjb()
Method Detail |
---|
public String getEjbName()
getEjbName
in interface JonasCommonEjbXml
public void setEjbName(String ejbName)
ejbName
- ejbNamepublic String getJndiName()
getJndiName
in interface JonasCommonEjbXml
public void setJndiName(String jndiName)
jndiName
- jndiNamepublic String getJndiLocalName()
public void setJndiLocalName(String jndiLocalName)
jndiLocalName
- jndi-local-namepublic String getMaxCacheSize()
getMaxCacheSize
in interface JonasCommonEjbXml
public void setMaxCacheSize(String maxCacheSize)
maxCacheSize
- maxCacheSizepublic String getMinPoolSize()
getMinPoolSize
in interface JonasCommonEjbXml
public void setMinPoolSize(String minPoolSize)
minPoolSize
- minPoolSizepublic String getRunAsPrincipalName()
public void setRunAsPrincipalName(String runAsPrincipalName)
runAsPrincipalName
- the principal-name to set for run-aspublic IorSecurityConfigMapping getIorSecurityConfig()
public void setIorSecurityConfig(IorSecurityConfigMapping iorSecurityConfig)
iorSecurityConfig
- The iorSecurityConfig to set.public String getClusterHomeDistributor()
public void setClusterHomeDistributor(String clusterHomeDistributor)
clusterHomeDistributor
- clusterHomeDistributorpublic String getClusterRemoteDistributor()
public void setClusterRemoteDistributor(String clusterRemoteDistributor)
clusterRemoteDistributor
- clusterRemoteDistributorpublic String getClusterReplicated()
public void setClusterReplicated(String clusterReplicated)
clusterReplicated
- clusterReplicated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |