Examples of unregisterProfile()


Examples of org.jboss.profileservice.spi.ProfileService.unregisterProfile()

            if (profSvc.getActiveProfileKeys().contains(profKey))
            {
               releaseProfile();
            }
           
            profSvc.unregisterProfile(profKey);
         }
         catch (NoSuchProfileException e)
         {
            log.warn("Could not unregister unknown profile " + profKey);
         }
View Full Code Here

Examples of org.jboss.profileservice.spi.ProfileService.unregisterProfile()

            if (profSvc.getActiveProfileKeys().contains(profKey))
            {
               releaseProfile();
            }
           
            profSvc.unregisterProfile(profKey);
         }
         catch (NoSuchProfileException e)
         {
            log.warn("Could not unregister unknown profile " + profKey);
         }
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.