| |
|
| org.objectweb.jonas_lib.deployment.xml.AbsJonasEnvironmentElement org.objectweb.jonas_ejb.deployment.xml.JonasCommonEjb
All known Subclasses: org.objectweb.jonas_ejb.deployment.xml.JonasSession, org.objectweb.jonas_ejb.deployment.xml.JonasEntity, org.objectweb.jonas_ejb.deployment.xml.JonasMessageDriven,
getClusterHomeDistributor | public String getClusterHomeDistributor()(Code) | | Gets the cluster-home-distributor
the cluster-home-distributor |
getClusterRemoteDistributor | public String getClusterRemoteDistributor()(Code) | | Gets the cluster-remote-distributor
the cluster-remote-distributor |
getClusterReplicated | public String getClusterReplicated()(Code) | | Gets the cluster-replicated
the cluster-replicated |
getJndiLocalName | public String getJndiLocalName()(Code) | | Gets the jndi-local-name
the jndi-local-name |
getJndiName | public String getJndiName()(Code) | | Gets the jndi-name
the jndi-name |
getMaxCacheSize | public String getMaxCacheSize()(Code) | | Gets the max-cache-size
the max-cache-size |
getMinPoolSize | public String getMinPoolSize()(Code) | | Gets the min-pool-size
the min-pool-size |
getRunAsPrincipalName | public String getRunAsPrincipalName()(Code) | | the runAs Principal name. |
setClusterHomeDistributor | public void setClusterHomeDistributor(String clusterHomeDistributor)(Code) | | Set the cluster-home-distributor
Parameters: clusterHomeDistributor - clusterHomeDistributor |
setClusterRemoteDistributor | public void setClusterRemoteDistributor(String clusterRemoteDistributor)(Code) | | Set the cluster-remote-distributor
Parameters: clusterRemoteDistributor - clusterRemoteDistributor |
setClusterReplicated | public void setClusterReplicated(String clusterReplicated)(Code) | | Set the cluster-replicated
Parameters: clusterReplicated - clusterReplicated |
setEjbName | public void setEjbName(String ejbName)(Code) | | Set the ejb-name
Parameters: ejbName - ejbName |
setIorSecurityConfig | public void setIorSecurityConfig(IorSecurityConfigMapping iorSecurityConfig)(Code) | | Parameters: iorSecurityConfig - The iorSecurityConfig to set. |
setJndiLocalName | public void setJndiLocalName(String jndiLocalName)(Code) | | Set the jndi-local-name
Parameters: jndiLocalName - jndi-local-name |
setJndiName | public void setJndiName(String jndiName)(Code) | | Set the jndi-name
Parameters: jndiName - jndiName |
setMaxCacheSize | public void setMaxCacheSize(String maxCacheSize)(Code) | | Set the max-cache-size
Parameters: maxCacheSize - maxCacheSize |
setMinPoolSize | public void setMinPoolSize(String minPoolSize)(Code) | | Set the min-pool-size
Parameters: minPoolSize - minPoolSize |
setRunAsPrincipalName | public void setRunAsPrincipalName(String runAsPrincipalName)(Code) | | Parameters: runAsPrincipalName - the principal-name to set for run-as |
|
|
|