Package org.jboss.profileservice.management.event

Examples of org.jboss.profileservice.management.event.ProfileModificationEvent


            {
               log.info(modifiedDeployments);
              
               deployer.process();
              
               getEventBus().fireModificationEvent(new ProfileModificationEvent(ProfileModificationType.UPDATE, key));
              
               if(checkNames.isEmpty() == false)
               {
                  deployer.checkComplete(checkNames.toArray(new String[checkNames.size()]));
               }
View Full Code Here

TOP

Related Classes of org.jboss.profileservice.management.event.ProfileModificationEvent

Copyright © 2018 www.massapicom. 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.