Package br.gov.frameworkdemoiselle.lifecycle

Examples of br.gov.frameworkdemoiselle.lifecycle.ManagementExtension.initialize()


      ManagementExtension monitoringExtension = Beans.getReference(monitoringExtensionClass);

      logger.debug(bundle.getString("management-debug-processing-management-extension", monitoringExtension
          .getClass().getCanonicalName()));

      monitoringExtension.initialize(this.getManagedTypes());
    }

  }

  private Validator getDefaultValidator() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.