Package org.jboss.managed.plugins

Examples of org.jboss.managed.plugins.WritethroughManagedPropertyImpl


/* 504 */     return result;
/*     */   }
/*     */
/*     */   protected ManagedProperty createDefaultManagedProperty(Fields fields)
/*     */   {
/* 516 */     return new WritethroughManagedPropertyImpl(fields, this.metaValueFactory, this);
/*     */   }
View Full Code Here


    * @param fields the fields
    * @return new ManagedProperty instance
    */
   protected ManagedProperty createDefaultManagedProperty(Fields fields)
   {
      return new WritethroughManagedPropertyImpl(fields, metaValueFactory, this);
   }
View Full Code Here

TOP

Related Classes of org.jboss.managed.plugins.WritethroughManagedPropertyImpl

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.