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.nokia.dempsy.config.ApplicationDefinition.initialize()

          app.setRoutingStrategy(strategy);
          app.setSerializer(new JavaSerializer<Object>());
          ClusterDefinition cd = new ClusterDefinition(clusterId.getMpClusterName());
          cd.setMessageProcessorPrototype(new GoodTestMp());
          app.add(cd);
          app.initialize();
         
          LocalClusterSessionFactory mpfactory = new LocalClusterSessionFactory();
          ClusterInfoSession session = mpfactory.createSession();
         
          TestUtils.createClusterLevel(clusterId, session);
    View Full Code Here

    Examples of com.oltpbenchmark.benchmarks.tatp.procedures.DeleteCallForwarding.initialize()

        /**
         * testGetStatmentsConstructor
         */
        public void testGetStatmentsConstructor() throws Exception {
            Procedure proc = new DeleteCallForwarding();
            proc.initialize(DatabaseType.POSTGRES);
           
            // Make sure that procedure handle has the same
            // SQLStmts as what we get back from the static method
            Map<String, SQLStmt> expected = Procedure.getStatments(proc);
            assertNotNull(expected);
    View Full Code Here

    Examples of com.opengamma.engine.function.CompiledFunctionService.initialize()

        final FunctionCompilationContext functionCompilationContext = new FunctionCompilationContext();
        functionCompilationContext.setFunctionInitId(123);
        functionCompilationContext.setRawComputationTargetResolver(new DefaultCachingComputationTargetResolver(new DefaultComputationTargetResolver(securitySource, positionSource),
            _cacheManager));
        final CompiledFunctionService cfs = new CompiledFunctionService(functionRepo, new CachingFunctionRepositoryCompiler(), functionCompilationContext);
        cfs.initialize();
        final DefaultFunctionResolver functionResolver = new DefaultFunctionResolver(cfs);
        final ViewCompilationServices vcs = new ViewCompilationServices(new FixedMarketDataAvailabilityProvider(), functionResolver, functionCompilationContext, new PoolExecutor(1, getClass()
            .getSimpleName()),
            new DependencyGraphBuilderFactory());
        final ViewDefinition viewDefinition = new ViewDefinition("My View", UniqueId.of("FOO", "BAR"), "kirk");
    View Full Code Here

    Examples of com.opengamma.util.db.tool.DbTool.initialize()

        String dbHost = getDbHost(databaseConfigPrefix);
        String user = getDbUsername(databaseConfigPrefix);
        String password = getDbPassword(databaseConfigPrefix);
        DataSource dataSource = (connector != null ? connector.getDataSource() : null);
        DbTool dbTool = new DbTool(dbHost, user, password, dataSource);
        dbTool.initialize();
        dbTool.setJdbcUrl(dbTool.getTestDatabaseUrl());
        return dbTool;
      }

      //-------------------------------------------------------------------------
    View Full Code Here

    Examples of com.opensymphony.workflow.Workflow.initialize()

          out.write("\r\n\r\n");

        Workflow wf = new BasicWorkflow((String) session.getAttribute("username"));
        long id = wf.createEntry("example");
        //out.println(id);
      wf.initialize(id, 1, null);
          out.write("\r\n\r\nNew workflow entry ");
          out.write("<a href=\"test.jsp?id=");
          out.print(id);
          out.write("\">#");
          out.print(id);
    View Full Code Here

    Examples of com.opensymphony.workflow.basic.BasicWorkflow.initialize()

          out.write("\r\n\r\n");

        Workflow wf = new BasicWorkflow((String) session.getAttribute("username"));
        long id = wf.createEntry("example");
        //out.println(id);
      wf.initialize(id, 1, null);
          out.write("\r\n\r\nNew workflow entry ");
          out.write("<a href=\"test.jsp?id=");
          out.print(id);
          out.write("\">#");
          out.print(id);
    View Full Code Here

    Examples of com.palmergames.bukkit.towny.object.PlotBlockData.initialize()

                      PlotBlockData plotChunk = TownyRegenAPI.getPlotChunk(townBlock);
                    if (plotChunk != null) {
                      TownyRegenAPI.deletePlotChunk(plotChunk); // just claimed so stop regeneration.
                    } else {
                      plotChunk = new PlotBlockData(townBlock); // Not regenerating so create a new snapshot.
                      plotChunk.initialize();
                    }
                    TownyRegenAPI.addPlotChunkSnapshot(plotChunk); // Save a snapshot.
                    plotChunk = null;
                    }
                    TownyMessaging.sendDebugMsg("Creating new Town account: " + "town-"+name);
    View Full Code Here

    Examples of com.persistit.Persistit.initialize()

            Persistit tmpDB = new Persistit();
            tmpDB.setPersistitLogger(new Slf4jAdapter(LOG));
            try {
                tmpDB.setConfiguration(new Configuration(properties));
                tmpDB.initialize();
            } catch (PersistitException e1) {
                throw new PersistitAdapterException(e1);
            }

            ++instanceCount;
    View Full Code Here

    Examples of com.persistit.TransactionStatus.initialize()

                int index = hashIndex(ts);
                bucket = _hashTable[index];
                bucket.lock();
                try {
                    status = bucket.allocateTransactionStatus();
                    status.initialize(ts);
                    bucket.addCurrent(status);
                } finally {
                    bucket.unlock();
                }
            }
    View Full Code Here

    Examples of com.projity.pm.task.Project.initialize()

          ((DefaultNodeModel)project.getTaskOutline()).setDataFactory(project);



          project.initialize(subproject,updateDistribution&&!fixCorruption);

          projectData.emtpy();
          //incremental.setProject(projectData); //remove

          (new DistributionConverter()).substractDistributionFromProject(project);
    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.