Package org.jboss.test.managed.factory.support.template

Examples of org.jboss.test.managed.factory.support.template.ManagementObjectExplicit


      assertEquals(SimpleMetaType.STRING, nameAsString.getMetaType());
   }

   public void testCopy()
   {
      ManagementObjectExplicit explicit = new ManagementObjectExplicit();
      explicit.setProperty1("value1-orig");
      ManagedObject managedObject = super.initManagedObject(explicit);

      DeploymentTemplateInfoFactory factory = new DeploymentTemplateInfoFactory();
      DeploymentTemplateInfo info1 = factory.createTemplateInfo(managedObject, "testExplicit", "testExplicit");
      log.info(info1);
View Full Code Here

TOP

Related Classes of org.jboss.test.managed.factory.support.template.ManagementObjectExplicit

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.