Package org.jboss.profileservice.management.views

Examples of org.jboss.profileservice.management.views.ProfileView


      return createProfileView(profile);
   }
  
   protected AbstractProfileView createProfileView(Profile profile)
   {
      return new ProfileView(profile, proxyFactory, mainDeployer);
   }
View Full Code Here

TOP

Related Classes of org.jboss.profileservice.management.views.ProfileView

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.