javax.resource.spi.BootstrapContextpublic interface ExtendedBootstrapContext
| Modifier and Type | Method | Description | 
|---|---|---|
| void | complete() | To be called by RA when all activity has quiesced and it is safe to
 undeploy the adapter. | 
| javax.enterprise.inject.spi.BeanManager | getBeanManager() | |
| java.lang.String | getDiagnosticContextID() | |
| byte | getDyeBits() | Sets the low-order 4 bits as a "dye" on the current thread. | 
| javax.validation.Validator | getValidator() | |
| javax.validation.ValidatorFactory | getValidatorFactory() | |
| void | setDiagnosticContextID(java.lang.String id) | Sets the specified String in the Diagnostic Context payload associated with the
 current Thread. | 
| void | setDyeBits(byte bits) | Sets the low-order 4 bits as a "dye" on the current thread. | 
void setDiagnosticContextID(java.lang.String id)
id - the id to set in the diagnostic context payloadjava.lang.String getDiagnosticContextID()
void setDyeBits(byte bits)
         throws javax.resource.ResourceException
bits - -- the bits to set as the "dye"javax.resource.ResourceExceptionbyte getDyeBits()
         throws javax.resource.ResourceException
javax.resource.ResourceExceptionvoid complete()
javax.validation.Validator getValidator()
javax.validation.ValidatorFactory getValidatorFactory()
javax.enterprise.inject.spi.BeanManager getBeanManager()