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()
LoaderRepository
public void setLoaderRepository(LoaderRepository value)
value
- allowed object is
LoaderRepository
public java.lang.String getJmxName()
String
public void setJmxName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEnforceEjbRestrictions()
String
public void setEnforceEjbRestrictions(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSecurityDomain()
String
public void setSecurityDomain(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMissingMethodPermissionsExcludedMode()
String
public void setMissingMethodPermissionsExcludedMode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUnauthenticatedPrincipal()
String
public void setUnauthenticatedPrincipal(java.lang.String value)
value
- allowed object is
String
public java.lang.String getExceptionOnRollback()
String
public void setExceptionOnRollback(java.lang.String value)
value
- allowed object is
String
public EnterpriseBeans getEnterpriseBeans()
EnterpriseBeans
public void setEnterpriseBeans(EnterpriseBeans value)
value
- allowed object is
EnterpriseBeans
public AssemblyDescriptor getAssemblyDescriptor()
AssemblyDescriptor
public void setAssemblyDescriptor(AssemblyDescriptor value)
value
- allowed object is
AssemblyDescriptor
public ResourceManagers getResourceManagers()
ResourceManagers
public void setResourceManagers(ResourceManagers value)
value
- allowed object is
ResourceManagers
public InvokerProxyBindings getInvokerProxyBindings()
InvokerProxyBindings
public void setInvokerProxyBindings(InvokerProxyBindings value)
value
- allowed object is
InvokerProxyBindings
public ContainerConfigurations getContainerConfigurations()
ContainerConfigurations
public void setContainerConfigurations(ContainerConfigurations value)
value
- allowed object is
ContainerConfigurations