org.apache.openejb.jee.jba
Class Jboss

java.lang.Object
  extended by org.apache.openejb.jee.jba.Jboss

public class Jboss
extends java.lang.Object


Field Summary
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 Summary
Jboss()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loaderRepository

protected LoaderRepository loaderRepository

jmxName

protected java.lang.String jmxName

enforceEjbRestrictions

protected java.lang.String enforceEjbRestrictions

securityDomain

protected java.lang.String securityDomain

missingMethodPermissionsExcludedMode

protected java.lang.String missingMethodPermissionsExcludedMode

unauthenticatedPrincipal

protected java.lang.String unauthenticatedPrincipal

exceptionOnRollback

protected java.lang.String exceptionOnRollback

enterpriseBeans

protected EnterpriseBeans enterpriseBeans

assemblyDescriptor

protected AssemblyDescriptor assemblyDescriptor

resourceManagers

protected ResourceManagers resourceManagers

invokerProxyBindings

protected InvokerProxyBindings invokerProxyBindings

containerConfigurations

protected ContainerConfigurations containerConfigurations
Constructor Detail

Jboss

public Jboss()
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 is LoaderRepository

getJmxName

public java.lang.String getJmxName()
Gets the value of the jmxName property.

Returns:
possible object is String

setJmxName

public void setJmxName(java.lang.String value)
Sets the value of the jmxName property.

Parameters:
value - allowed object is String

getEnforceEjbRestrictions

public java.lang.String getEnforceEjbRestrictions()
Gets the value of the enforceEjbRestrictions property.

Returns:
possible object is String

setEnforceEjbRestrictions

public void setEnforceEjbRestrictions(java.lang.String value)
Sets the value of the enforceEjbRestrictions property.

Parameters:
value - allowed object is String

getSecurityDomain

public java.lang.String getSecurityDomain()
Gets the value of the securityDomain property.

Returns:
possible object is String

setSecurityDomain

public void setSecurityDomain(java.lang.String value)
Sets the value of the securityDomain property.

Parameters:
value - allowed object is String

getMissingMethodPermissionsExcludedMode

public java.lang.String getMissingMethodPermissionsExcludedMode()
Gets the value of the missingMethodPermissionsExcludedMode property.

Returns:
possible object is String

setMissingMethodPermissionsExcludedMode

public void setMissingMethodPermissionsExcludedMode(java.lang.String value)
Sets the value of the missingMethodPermissionsExcludedMode property.

Parameters:
value - allowed object is String

getUnauthenticatedPrincipal

public java.lang.String getUnauthenticatedPrincipal()
Gets the value of the unauthenticatedPrincipal property.

Returns:
possible object is String

setUnauthenticatedPrincipal

public void setUnauthenticatedPrincipal(java.lang.String value)
Sets the value of the unauthenticatedPrincipal property.

Parameters:
value - allowed object is String

getExceptionOnRollback

public java.lang.String getExceptionOnRollback()
Gets the value of the exceptionOnRollback property.

Returns:
possible object is String

setExceptionOnRollback

public void setExceptionOnRollback(java.lang.String value)
Sets the value of the exceptionOnRollback property.

Parameters:
value - allowed object is String

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 is EnterpriseBeans

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 is AssemblyDescriptor

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 is ResourceManagers

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 is InvokerProxyBindings

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 is ContainerConfigurations


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.