public class JaccIntegrator extends Object implements ServiceContributingIntegrator
Integrator for setting up JACC integration
| Constructor and Description |
|---|
JaccIntegrator() |
| Modifier and Type | Method and Description |
|---|---|
void |
disintegrate(SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Tongue-in-cheek name for a shutdown callback.
|
void |
integrate(Metadata metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Perform integration.
|
void |
prepareServices(StandardServiceRegistryBuilder serviceRegistryBuilder)
Allow the integrator to alter the builder of
ServiceRegistry, presumably to
register services into it. |
public void prepareServices(StandardServiceRegistryBuilder serviceRegistryBuilder)
ServiceContributingIntegratorAllow the integrator to alter the builder of ServiceRegistry, presumably to
register services into it.
prepareServices in interface ServiceContributingIntegratorserviceRegistryBuilder - The build to prepare.public void integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
IntegratorPerform integration.
integrate in interface Integratormetadata - The "compiled" representation of the mapping informationsessionFactory - The session factory being createdserviceRegistry - The session factory’s service registrypublic void disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
IntegratorTongue-in-cheek name for a shutdown callback.
disintegrate in interface IntegratorsessionFactory - The session factory being closed.serviceRegistry - That session factory’s service registryCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.