org.jboss.jca.deployers.common
Interface Configuration


public interface Configuration

Configuration interface

Author:
Stefano Maestri

Method Summary
 boolean getArchiveValidation()
          Should archive validation be performed
 boolean getArchiveValidationFailOnError()
          Does a failed archive validation error report fail the deployment
 boolean getArchiveValidationFailOnWarn()
          Does a failed archive validation warning report fail the deployment
 boolean getBeanValidation()
          Should bean validation be performed
 Map<String,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> getBootstrapContexts()
          Get the bootstrap context map
 org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext getDefaultBootstrapContext()
          Get the default bootstrap context
 void setArchiveValidation(boolean value)
          Set if archive validation should be performed
 void setArchiveValidationFailOnError(boolean value)
          Set if a failed error archive validation report should fail the deployment
 void setArchiveValidationFailOnWarn(boolean value)
          Set if a failed warning archive validation report should fail the deployment
 void setBeanValidation(boolean value)
          Set if bean validation should be performed
 void setBootstrapContexts(Map<String,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> value)
          Set the bootstrap context map
 void setDefaultBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext value)
          Set the default bootstrap context
 

Method Detail

setBeanValidation

void setBeanValidation(boolean value)
Set if bean validation should be performed

Parameters:
value - The value

getBeanValidation

boolean getBeanValidation()
Should bean validation be performed

Returns:
True if validation; otherwise false

setArchiveValidation

void setArchiveValidation(boolean value)
Set if archive validation should be performed

Parameters:
value - The value

getArchiveValidation

boolean getArchiveValidation()
Should archive validation be performed

Returns:
True if validation; otherwise false

setArchiveValidationFailOnWarn

void setArchiveValidationFailOnWarn(boolean value)
Set if a failed warning archive validation report should fail the deployment

Parameters:
value - The value

getArchiveValidationFailOnWarn

boolean getArchiveValidationFailOnWarn()
Does a failed archive validation warning report fail the deployment

Returns:
True if failing; otherwise false

setArchiveValidationFailOnError

void setArchiveValidationFailOnError(boolean value)
Set if a failed error archive validation report should fail the deployment

Parameters:
value - The value

getArchiveValidationFailOnError

boolean getArchiveValidationFailOnError()
Does a failed archive validation error report fail the deployment

Returns:
True if failing; otherwise false

setDefaultBootstrapContext

void setDefaultBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext value)
Set the default bootstrap context

Parameters:
value - The value

getDefaultBootstrapContext

org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext getDefaultBootstrapContext()
Get the default bootstrap context

Returns:
The handle

setBootstrapContexts

void setBootstrapContexts(Map<String,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> value)
Set the bootstrap context map

Parameters:
value - The value

getBootstrapContexts

Map<String,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> getBootstrapContexts()
Get the bootstrap context map

Returns:
The handle


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)