Package org.apache.openejb.jee.jba
Class Jboss
- java.lang.Object
-
- org.apache.openejb.jee.jba.Jboss
-
public class Jboss extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AssemblyDescriptorassemblyDescriptorprotected ContainerConfigurationscontainerConfigurationsprotected StringenforceEjbRestrictionsprotected EnterpriseBeansenterpriseBeansprotected StringexceptionOnRollbackprotected InvokerProxyBindingsinvokerProxyBindingsprotected StringjmxNameprotected LoaderRepositoryloaderRepositoryprotected StringmissingMethodPermissionsExcludedModeprotected ResourceManagersresourceManagersprotected StringsecurityDomainprotected StringunauthenticatedPrincipal
-
Constructor Summary
Constructors Constructor Description Jboss()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssemblyDescriptorgetAssemblyDescriptor()Gets the value of the assemblyDescriptor property.ContainerConfigurationsgetContainerConfigurations()Gets the value of the containerConfigurations property.StringgetEnforceEjbRestrictions()Gets the value of the enforceEjbRestrictions property.EnterpriseBeansgetEnterpriseBeans()Gets the value of the enterpriseBeans property.StringgetExceptionOnRollback()Gets the value of the exceptionOnRollback property.InvokerProxyBindingsgetInvokerProxyBindings()Gets the value of the invokerProxyBindings property.StringgetJmxName()Gets the value of the jmxName property.LoaderRepositorygetLoaderRepository()Gets the value of the loaderRepository property.StringgetMissingMethodPermissionsExcludedMode()Gets the value of the missingMethodPermissionsExcludedMode property.ResourceManagersgetResourceManagers()Gets the value of the resourceManagers property.StringgetSecurityDomain()Gets the value of the securityDomain property.StringgetUnauthenticatedPrincipal()Gets the value of the unauthenticatedPrincipal property.voidsetAssemblyDescriptor(AssemblyDescriptor value)Sets the value of the assemblyDescriptor property.voidsetContainerConfigurations(ContainerConfigurations value)Sets the value of the containerConfigurations property.voidsetEnforceEjbRestrictions(String value)Sets the value of the enforceEjbRestrictions property.voidsetEnterpriseBeans(EnterpriseBeans value)Sets the value of the enterpriseBeans property.voidsetExceptionOnRollback(String value)Sets the value of the exceptionOnRollback property.voidsetInvokerProxyBindings(InvokerProxyBindings value)Sets the value of the invokerProxyBindings property.voidsetJmxName(String value)Sets the value of the jmxName property.voidsetLoaderRepository(LoaderRepository value)Sets the value of the loaderRepository property.voidsetMissingMethodPermissionsExcludedMode(String value)Sets the value of the missingMethodPermissionsExcludedMode property.voidsetResourceManagers(ResourceManagers value)Sets the value of the resourceManagers property.voidsetSecurityDomain(String value)Sets the value of the securityDomain property.voidsetUnauthenticatedPrincipal(String value)Sets the value of the unauthenticatedPrincipal property.
-
-
-
Field Detail
-
loaderRepository
protected LoaderRepository loaderRepository
-
jmxName
protected String jmxName
-
enforceEjbRestrictions
protected String enforceEjbRestrictions
-
securityDomain
protected String securityDomain
-
missingMethodPermissionsExcludedMode
protected String missingMethodPermissionsExcludedMode
-
unauthenticatedPrincipal
protected String unauthenticatedPrincipal
-
exceptionOnRollback
protected String exceptionOnRollback
-
enterpriseBeans
protected EnterpriseBeans enterpriseBeans
-
assemblyDescriptor
protected AssemblyDescriptor assemblyDescriptor
-
resourceManagers
protected ResourceManagers resourceManagers
-
invokerProxyBindings
protected InvokerProxyBindings invokerProxyBindings
-
containerConfigurations
protected ContainerConfigurations containerConfigurations
-
-
Method Detail
-
getLoaderRepository
public LoaderRepository getLoaderRepository()
Gets the value of the loaderRepository property.- Returns:
- possible object is
LoaderRepository
-
setLoaderRepository
public void setLoaderRepository(LoaderRepository value)
Sets the value of the loaderRepository property.- Parameters:
value- allowed object isLoaderRepository
-
getJmxName
public String getJmxName()
Gets the value of the jmxName property.- Returns:
- possible object is
String
-
setJmxName
public void setJmxName(String value)
Sets the value of the jmxName property.- Parameters:
value- allowed object isString
-
getEnforceEjbRestrictions
public String getEnforceEjbRestrictions()
Gets the value of the enforceEjbRestrictions property.- Returns:
- possible object is
String
-
setEnforceEjbRestrictions
public void setEnforceEjbRestrictions(String value)
Sets the value of the enforceEjbRestrictions property.- Parameters:
value- allowed object isString
-
getSecurityDomain
public String getSecurityDomain()
Gets the value of the securityDomain property.- Returns:
- possible object is
String
-
setSecurityDomain
public void setSecurityDomain(String value)
Sets the value of the securityDomain property.- Parameters:
value- allowed object isString
-
getMissingMethodPermissionsExcludedMode
public String getMissingMethodPermissionsExcludedMode()
Gets the value of the missingMethodPermissionsExcludedMode property.- Returns:
- possible object is
String
-
setMissingMethodPermissionsExcludedMode
public void setMissingMethodPermissionsExcludedMode(String value)
Sets the value of the missingMethodPermissionsExcludedMode property.- Parameters:
value- allowed object isString
-
getUnauthenticatedPrincipal
public String getUnauthenticatedPrincipal()
Gets the value of the unauthenticatedPrincipal property.- Returns:
- possible object is
String
-
setUnauthenticatedPrincipal
public void setUnauthenticatedPrincipal(String value)
Sets the value of the unauthenticatedPrincipal property.- Parameters:
value- allowed object isString
-
getExceptionOnRollback
public String getExceptionOnRollback()
Gets the value of the exceptionOnRollback property.- Returns:
- possible object is
String
-
setExceptionOnRollback
public void setExceptionOnRollback(String value)
Sets the value of the exceptionOnRollback property.- Parameters:
value- allowed object isString
-
getEnterpriseBeans
public EnterpriseBeans getEnterpriseBeans()
Gets the value of the enterpriseBeans property.- Returns:
- possible object is
EnterpriseBeans
-
setEnterpriseBeans
public void setEnterpriseBeans(EnterpriseBeans value)
Sets the value of the enterpriseBeans property.- Parameters:
value- allowed object isEnterpriseBeans
-
getAssemblyDescriptor
public AssemblyDescriptor getAssemblyDescriptor()
Gets the value of the assemblyDescriptor property.- Returns:
- possible object is
AssemblyDescriptor
-
setAssemblyDescriptor
public void setAssemblyDescriptor(AssemblyDescriptor value)
Sets the value of the assemblyDescriptor property.- Parameters:
value- allowed object isAssemblyDescriptor
-
getResourceManagers
public ResourceManagers getResourceManagers()
Gets the value of the resourceManagers property.- Returns:
- possible object is
ResourceManagers
-
setResourceManagers
public void setResourceManagers(ResourceManagers value)
Sets the value of the resourceManagers property.- Parameters:
value- allowed object isResourceManagers
-
getInvokerProxyBindings
public InvokerProxyBindings getInvokerProxyBindings()
Gets the value of the invokerProxyBindings property.- Returns:
- possible object is
InvokerProxyBindings
-
setInvokerProxyBindings
public void setInvokerProxyBindings(InvokerProxyBindings value)
Sets the value of the invokerProxyBindings property.- Parameters:
value- allowed object isInvokerProxyBindings
-
getContainerConfigurations
public ContainerConfigurations getContainerConfigurations()
Gets the value of the containerConfigurations property.- Returns:
- possible object is
ContainerConfigurations
-
setContainerConfigurations
public void setContainerConfigurations(ContainerConfigurations value)
Sets the value of the containerConfigurations property.- Parameters:
value- allowed object isContainerConfigurations
-
-