Examples of initialize()

  • org.xtreemfs.babudb.sandbox.RandomGenerator.initialize()
    Generates the static meta-operations scenario. @param seed - has to be the same at every BabuDB. @return the operations scenario.
  • pdp.scrabble.game.Player.initialize()
  • persistence.antlr.collections.AST.initialize()
  • ptolemy.actor.Director.initialize()
    Initialize the model controlled by this director. Set the current time to the start time or the current time of the executive director, and then invoke the initialize() method of this director on each actor that is controlled by this director. If the container is not an instance of CompositeActor, do nothing. This method should typically be invoked once per execution, after the preinitialization phase, but before any iteration. It may be invoked in the middle of an execution, if reinitialization is desired. Since type resolution has been completed and the current time is set, the initialize() method of a contained actor may produce output or schedule events. If stop() is called during this methods execution, then stop initializing actors immediately. This method is not synchronized on the workspace, so the caller should be. @exception IllegalActionException If the initialize() method ofone of the associated actors throws it.
  • ptolemy.actor.Manager.initialize()
    Initialize the model. This calls the preinitialize() method of the container, followed by the resolveTypes() and initialize() methods. Set the Manager's state to PREINITIALIZING and INITIALIZING as appropriate. This method is read synchronized on the workspace. @exception KernelException If the model throws it. @exception IllegalActionException If the model is already running, orif there is no container.
  • ptolemy.copernicus.kernel.GeneratorAttribute.initialize()
    If this GeneratorAttribute has not yet been initialized, the initialized it by reading the moml file named by the initialParametersURL and creating Parameters and Variables accordingly.
  • ptolemy.distributed.common.DistributedActor.initialize()
    Begin execution of the actor. @exception RemoteException If a communication-related exception mayoccur during the execution of a remote method call.
  • ptolemy.graph.InequalityTerm.initialize()
    Initialize the value of this term to the specified CPO element. If this InequalityTerm is a simple variable that can be set to any CPO element, set the value of the variable to the specified argument. In this case, this method is equivalent to setValue() with the same argument. In some applications, this term is a structured object that only part of it is a simple variable. In this case, set that variable part to the specified argument. @param e An Object representing an element in the underlying CPO. @exception IllegalActionException If this term is not a variable.
  • q_impress.pmi.lib.services.loadsave.LoadingService.initialize()
  • q_impress.pmi.lib.services.loadsave.SavingService.initialize()
  • rs.frenjoynet.core.core.BaseFacade.initialize()
  • shapes.OtherClass.initialize()
    initialize

  • share.LogWriter.initialize()
    initialization
  • sicel.compiler.parser.Lexer.initialize()
  • sos.stresstest.dialogtest.SOSDialogTest.initialize()
  • structures.Network.initialize()
    Initializes individual columns within the entire Network.
  • sun.security.pkcs11.Secmod.initialize()
    Initialize this Secmod. @param configDir the directory containing the NSS configurationfiles such as secmod.db @param nssLibDir the directory containing the NSS libraries(libnss3.so or nss3.dll) or null if the library is on the system default shared library path @throws IOException if NSS has already been initialized,the specified directories are invalid, or initialization fails for any other reason
  • testrf.shared.TestRequestFactory.initialize()
  • uptimemart.Database.initialize()
    Creates the tables if the table does not already exist

    This method determines whether the SERVERS database has been created, if not create it.

  • us.b3k.kafka.ws.transforms.Transform.initialize()
  • vsv.VSVModel.initialize()
  • waffle.windows.auth.IWindowsCredentialsHandle.initialize()
    Initialize.
  • waffle.windows.auth.impl.WindowsSecurityContextImpl.initialize()
  • weka.experiment.InstanceQuery.initialize()
  • wpn.hdri.ss.engine.EngineInitializer.initialize()
  • xbird.xquery.func.constructor.CastingFunction.initialize()

  • Examples of com.buschmais.jqassistant.core.report.api.ReportPlugin.initialize()

                if (reportType != null) {
                    for (String reportPluginName : reportType.getClazz()) {
                        ReportPlugin reportPlugin = createInstance(reportPluginName);
                        if (reportPlugin != null) {
                            try {
                                reportPlugin.initialize(new HashMap<>(properties));
                            } catch (AnalysisListenerException e) {
                                throw new PluginRepositoryException("Cannot initialize plugin " + reportPluginName, e);
                            }
                            reportPlugins.add(reportPlugin);
                        }
    View Full Code Here

    Examples of com.buschmais.jqassistant.plugin.maven3.impl.scanner.impl.scanner.MavenProjectMavenScannerPlugin.initialize()

            MavenProjectDescriptor parentProjectDescriptor = mock(MavenProjectDescriptor.class);
            when(store.find(MavenProjectDescriptor.class, "group:parent-artifact:1.0.0")).thenReturn(null, parentProjectDescriptor);
            when(store.create(MavenProjectDescriptor.class, "group:parent-artifact:1.0.0")).thenReturn(parentProjectDescriptor);

            scannerPlugin.initialize(store, properties);
            Scanner scanner = mock(Scanner.class);
            List mainFiles = new ArrayList<>();
            mainFiles.add(mock(FileDescriptor.class));
            List testFiles = new ArrayList<>();
            testFiles.add(mock(FileDescriptor.class));
    View Full Code Here

    Examples of com.comphenix.protocol.injector.player.NetworkObjectInjector.initialize()

          try {
            NetworkObjectInjector created = new NetworkObjectInjector(
                filterImpossibleWarnings(reporter), null, invoker, null);
           
            if (MinecraftReflection.isLoginHandler(connection)) {
              created.initialize(connection);
              created.setPlayer(created.createTemporaryPlayer(server));
            } else if (MinecraftReflection.isServerHandler(connection)) {
              // Get the player instead
              if (playerConnectionPlayer == null)
                playerConnectionPlayer = FuzzyReflection.fromObject(connection).
    View Full Code Here

    Examples of com.danga.MemCached.SockIOPool.initialize()

                //logger.info("size of the array is " + serverList.length);
                //String[] serverList = servers.split(",?[ *]");
                SockIOPool pool = SockIOPool.getInstance("livePool");
                pool.setServers(serverList);
                pool.initialize();

                cache = new MemCachedClient();
                //cache.setPoolName("livePool");
            }              
        }
    View Full Code Here

    Examples of com.datasalt.pangool.tuplemr.mapred.lib.input.TupleInputFormat.TupleInputReader.initialize()

      /*
       * Read the Tuples from a TupleOutput using TupleInputReader.
       */
      public static void readTuples(Path file, Configuration conf, TupleVisitor iterator) throws IOException, InterruptedException {
        TupleInputReader reader = new TupleInputReader(conf);
        reader.initialize(new Path(file + ""), conf);
        while(reader.nextKeyValueNoSync()) {
          ITuple tuple = reader.getCurrentKey();
          iterator.onTuple(tuple);
        }
        reader.close();
    View Full Code Here

    Examples of com.daveayan.fuzzyavenger.ExecutionProvider.initialize()

      public ActorRef shutdownCommandListener;
      public ActorSystem system;
     
      public static ExecutionProvider newInstance() {
        ExecutionProvider ep = new AkkaExecutionProvider();
        ep.initialize();
        return ep;
      }
     
      public void initialize() {
        system = ActorSystem.create("fuzzy-avenger-" + System.currentTimeMillis());
    View Full Code Here

    Examples of com.dianping.cat.ServerConfigManager.initialize()

    public class DumpUploaderSample extends ComponentTestCase {
      @Before
      public void before() throws Exception {
        ServerConfigManager manager = lookup(ServerConfigManager.class);

        manager.initialize(new File("/data/appdatas/cat/server.xml"));
      }

      @Test
      public void testUpload() throws Exception {
        MessageAnalyzerManager manager = lookup(MessageAnalyzerManager.class);
    View Full Code Here

    Examples of com.dianping.cat.configuration.ClientConfigManager.initialize()

      @Override
      public void setUp() throws Exception {
        super.setUp();

        ClientConfigManager configManager = lookup(ClientConfigManager.class);
        configManager.initialize(getConfigurationFile());

        m_queue.clear();
        defineComponent(TransportManager.class, null, MockTransportManager.class);

        MockTransportManager transportManager = (MockTransportManager) lookup(TransportManager.class);
    View Full Code Here

    Examples of com.dianping.cat.message.internal.MessageIdFactory.initialize()

        MessageIdFactory factory = new MockMessageIdFactory();
        long now = 1343532130488L;
        int num = 100;

        factory.setIpAddress("7f000001");
        factory.initialize("source");
        localManager.setBaseDir(new File("target/bucket/hdfs/dump")); // make local and hdfs base dir same

        for (int i = 0; i < num; i++) {
          MessageTree tree = newMessageTree(factory.getNextId(), i, now + i * 10L);
          MessageId id = MessageId.parse(tree.getMessageId());
    View Full Code Here

    Examples of com.dianping.cat.service.HostinfoService.initialize()

      @Test
      public void testWeeklyReport() throws Exception{
        ServiceReportBuilder builder = lookup(ServiceReportBuilder.class);
        HostinfoService hostinfoService = lookup(HostinfoService.class);
       
        hostinfoService.initialize();
        builder.buildWeeklyTask(Constants.REPORT_SERVICE, "cat", new SimpleDateFormat("yyyyMMdd").parse("20130710"));
      }
     
      @Test
      public void testMonthlyReport() throws Exception{
    View Full Code Here
    TOP
    Copyright © 2018 www.massapi.com. 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.