public interface

BootstrapContextAware

implements Aware
org.springframework.jca.context.BootstrapContextAware
Known Indirect Subclasses

Class Overview

Interface to be implemented by any object that wishes to be notified of the BootstrapContext (typically determined by the ResourceAdapterApplicationContext) that it runs in.

See Also
  • javax.resource.spi.BootstrapContext

Summary

Public Methods
abstract void setBootstrapContext(BootstrapContext bootstrapContext)
Set the BootstrapContext that this object runs in.

Public Methods

public abstract void setBootstrapContext (BootstrapContext bootstrapContext)

Set the BootstrapContext that this object runs in.

Invoked after population of normal bean properties but before an init callback like InitializingBean's afterPropertiesSet or a custom init-method. Invoked after ApplicationContextAware's setApplicationContext.

Parameters
bootstrapContext BootstrapContext object to be used by this object