Package org.jboss.system.server.profileservice.repository

Examples of org.jboss.system.server.profileservice.repository.MainDeployerAdapter


   protected void setUp() throws Exception
   {
      super.setUp();
      // Create profile service
      MockMainDeployer mainDeployer = new MockMainDeployer();
      MainDeployerAdapter adapter = new MainDeployerAdapter();
      adapter.setMainDeployer(mainDeployer);
      adapter.setAttachmentStore(new MockAttachmentStore());
      AbstractController parentController = new AbstractController();
      AbstractProfileService profileService = new AbstractProfileService(parentController);
      profileService.setDeployer(adapter);
      //
      profileService.create();
View Full Code Here

TOP

Related Classes of org.jboss.system.server.profileservice.repository.MainDeployerAdapter

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.