Package org.jboss.system.server.profile.basic

Examples of org.jboss.system.server.profile.basic.ProfileImpl


/*     */   }
/*     */
/*     */   public void start()
/*     */   {
/*  76 */     ProfileKey key = new ProfileKey(this.name);
/*  77 */     this.defaultImpl = new ProfileImpl(this.profileRoot, key);
/*     */   }
View Full Code Here


/* 121 */     this.mgtView = mgtView;
/*     */   }
/*     */
/*     */   public Profile newProfile(ProfileKey key)
/*     */   {
/* 127 */     return new ProfileImpl(this.profileRoot, key);
/*     */   }
View Full Code Here

TOP

Related Classes of org.jboss.system.server.profile.basic.ProfileImpl

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.