Package org.jboss.test.profileservice.persistenceformat.support

Examples of org.jboss.test.profileservice.persistenceformat.support.TestMgtComponentImpl


      return getMOF().initManagedObject(o, null);
   }
  
   protected ManagedComponent createComponent(ManagedObject mo)
   {
      return new TestMgtComponentImpl(mo);
   }
View Full Code Here


      return getMOF().initManagedObject(o, null);
   }
  
   protected ManagedComponent createComponent(ManagedObject mo)
   {
      return new TestMgtComponentImpl(mo);
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.profileservice.persistenceformat.support.TestMgtComponentImpl

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.