public class Jboss
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected AssemblyDescriptor |
assemblyDescriptor |
protected ContainerConfigurations |
containerConfigurations |
protected java.lang.String |
enforceEjbRestrictions |
protected EnterpriseBeans |
enterpriseBeans |
protected java.lang.String |
exceptionOnRollback |
protected InvokerProxyBindings |
invokerProxyBindings |
protected java.lang.String |
jmxName |
protected LoaderRepository |
loaderRepository |
protected java.lang.String |
missingMethodPermissionsExcludedMode |
protected ResourceManagers |
resourceManagers |
protected java.lang.String |
securityDomain |
protected java.lang.String |
unauthenticatedPrincipal |
| Constructor and Description |
|---|
Jboss() |
| Modifier and Type | Method and Description |
|---|---|
AssemblyDescriptor |
getAssemblyDescriptor()
Gets the value of the assemblyDescriptor property.
|
ContainerConfigurations |
getContainerConfigurations()
Gets the value of the containerConfigurations property.
|
java.lang.String |
getEnforceEjbRestrictions()
Gets the value of the enforceEjbRestrictions property.
|
EnterpriseBeans |
getEnterpriseBeans()
Gets the value of the enterpriseBeans property.
|
java.lang.String |
getExceptionOnRollback()
Gets the value of the exceptionOnRollback property.
|
InvokerProxyBindings |
getInvokerProxyBindings()
Gets the value of the invokerProxyBindings property.
|
java.lang.String |
getJmxName()
Gets the value of the jmxName property.
|
LoaderRepository |
getLoaderRepository()
Gets the value of the loaderRepository property.
|
java.lang.String |
getMissingMethodPermissionsExcludedMode()
Gets the value of the missingMethodPermissionsExcludedMode property.
|
ResourceManagers |
getResourceManagers()
Gets the value of the resourceManagers property.
|
java.lang.String |
getSecurityDomain()
Gets the value of the securityDomain property.
|
java.lang.String |
getUnauthenticatedPrincipal()
Gets the value of the unauthenticatedPrincipal property.
|
void |
setAssemblyDescriptor(AssemblyDescriptor value)
Sets the value of the assemblyDescriptor property.
|
void |
setContainerConfigurations(ContainerConfigurations value)
Sets the value of the containerConfigurations property.
|
void |
setEnforceEjbRestrictions(java.lang.String value)
Sets the value of the enforceEjbRestrictions property.
|
void |
setEnterpriseBeans(EnterpriseBeans value)
Sets the value of the enterpriseBeans property.
|
void |
setExceptionOnRollback(java.lang.String value)
Sets the value of the exceptionOnRollback property.
|
void |
setInvokerProxyBindings(InvokerProxyBindings value)
Sets the value of the invokerProxyBindings property.
|
void |
setJmxName(java.lang.String value)
Sets the value of the jmxName property.
|
void |
setLoaderRepository(LoaderRepository value)
Sets the value of the loaderRepository property.
|
void |
setMissingMethodPermissionsExcludedMode(java.lang.String value)
Sets the value of the missingMethodPermissionsExcludedMode property.
|
void |
setResourceManagers(ResourceManagers value)
Sets the value of the resourceManagers property.
|
void |
setSecurityDomain(java.lang.String value)
Sets the value of the securityDomain property.
|
void |
setUnauthenticatedPrincipal(java.lang.String value)
Sets the value of the unauthenticatedPrincipal property.
|
protected LoaderRepository loaderRepository
protected java.lang.String jmxName
protected java.lang.String enforceEjbRestrictions
protected java.lang.String securityDomain
protected java.lang.String missingMethodPermissionsExcludedMode
protected java.lang.String unauthenticatedPrincipal
protected java.lang.String exceptionOnRollback
protected EnterpriseBeans enterpriseBeans
protected AssemblyDescriptor assemblyDescriptor
protected ResourceManagers resourceManagers
protected InvokerProxyBindings invokerProxyBindings
protected ContainerConfigurations containerConfigurations
public LoaderRepository getLoaderRepository()
LoaderRepositorypublic void setLoaderRepository(LoaderRepository value)
value - allowed object is
LoaderRepositorypublic java.lang.String getJmxName()
Stringpublic void setJmxName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEnforceEjbRestrictions()
Stringpublic void setEnforceEjbRestrictions(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSecurityDomain()
Stringpublic void setSecurityDomain(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMissingMethodPermissionsExcludedMode()
Stringpublic void setMissingMethodPermissionsExcludedMode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnauthenticatedPrincipal()
Stringpublic void setUnauthenticatedPrincipal(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExceptionOnRollback()
Stringpublic void setExceptionOnRollback(java.lang.String value)
value - allowed object is
Stringpublic EnterpriseBeans getEnterpriseBeans()
EnterpriseBeanspublic void setEnterpriseBeans(EnterpriseBeans value)
value - allowed object is
EnterpriseBeanspublic AssemblyDescriptor getAssemblyDescriptor()
AssemblyDescriptorpublic void setAssemblyDescriptor(AssemblyDescriptor value)
value - allowed object is
AssemblyDescriptorpublic ResourceManagers getResourceManagers()
ResourceManagerspublic void setResourceManagers(ResourceManagers value)
value - allowed object is
ResourceManagerspublic InvokerProxyBindings getInvokerProxyBindings()
InvokerProxyBindingspublic void setInvokerProxyBindings(InvokerProxyBindings value)
value - allowed object is
InvokerProxyBindingspublic ContainerConfigurations getContainerConfigurations()
ContainerConfigurationspublic void setContainerConfigurations(ContainerConfigurations value)
value - allowed object is
ContainerConfigurations