Package com.sun.sgs.impl.app.profile

Examples of com.sun.sgs.impl.app.profile.ProfileDataManager


      new DataServiceImpl(props, systemRegistry, txnProxy);
  ComponentRegistry services =
      new SingletonComponentRegistry(dataService);
  ComponentRegistry managers =
      new SingletonComponentRegistry(
    new ProfileDataManager(dataService));
  Object newKernelContext = kernelContextConstructor.newInstance(
      "TestWatchdogServiceImpl", services, managers);
  contextResolverSetTaskState.invoke(null, newKernelContext, taskOwner);
  return dataService;
    }
View Full Code Here


      new DataServiceImpl(props, systemRegistry, txnProxy);
  ComponentRegistry services =
      new SingletonComponentRegistry(dataService);
  ComponentRegistry managers =
      new SingletonComponentRegistry(
    new ProfileDataManager(dataService));
  Object newKernelContext = kernelContextConstructor.newInstance(
      "TestWatchdogServiceImpl", services, managers);
  contextResolverSetTaskState.invoke(null, newKernelContext, taskOwner);
  return dataService;
    }
View Full Code Here

TOP

Related Classes of com.sun.sgs.impl.app.profile.ProfileDataManager

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.