Examples of startup()

  • org.apache.directory.server.core.DirectoryService.startup()
    Starts up this service. @throws Exception if failed to start up
  • org.apache.directory.server.core.api.DirectoryService.startup()
    Starts up this service. @throws Exception if failed to start up
  • org.apache.geronimo.network.protocol.ServerSocketAcceptor.startup()
  • org.apache.hadoop.hbase.LocalHBaseCluster.startup()
    Start the cluster.
  • org.apache.hadoop.hbase.MiniZooKeeperCluster.startup()
    @param baseDir @return ClientPort server bound to. @throws IOException @throws InterruptedException
  • org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster.startup()
  • org.apache.hivemind.internal.RegistryInfrastructure.startup()
    Invoked once, just after the registry infrastructure is constructed. One time startup operations occur, including execution of any contributions to hivemind.Startup. @since 1.1
  • org.apache.ldap.server.DirectoryService.startup()
    Starts up this service. @param listener a listener that listens to the lifecycle of this service @param environment JNDI {@link InitialContext} environment @throws NamingException if failed to start up
  • org.apache.maven.archiva.scheduled.ArchivaTaskScheduler.startup()
  • org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer.startup()
  • org.apache.pivot.wtk.Application.startup()
    Called when the application is starting up. @param display The display on which this application was started. @param properties Initialization properties passed to the application.
  • org.apache.webbeans.spi.plugins.OpenWebBeansPlugin.startUp()
    initialise the plugin. This is called once after the very plugin has been loaded. @throws WebBeansConfigurationException
  • org.apache.zookeeper.server.NIOServerCnxn.Factory.startup()
  • org.apache.zookeeper.server.ServerCnxnFactory.startup()
  • org.asteriskjava.fastagi.DefaultAgiServer.startup()
  • org.datastorm.controller.Controller.startUp()
  • org.datastorm.controller.IController.startUp()
  • org.dspace.servicemanager.spring.SpringServiceManager.startup()
  • org.eclipse.dependencyactivator.activation.IActivationStartup.startup()
  • org.eclipse.persistence.sessions.server.ConnectionPool.startUp()
    INTERNAL: Allocate the minimum connections.
  • org.erlide.runtime.ErtsProcess.startUp()
  • org.geowebcache.diskquota.DiskQuotaMonitor.startUp()
    Starts up the tile usage and disk usage monitors

    Preconditions:

    Postconditions:

    @throws ConfigurationException @see {@link #shutDown(int)}
  • org.gephi.project.api.ProjectController.startup()
  • org.hpi.data.InvokerDataLoader.startup()
  • org.jacoco.agent.rt.internal.output.FileOutput.startup()
  • org.jacoco.core.runtime.IRuntime.startup()
    Starts the coverage runtime. This method MUST be called before any class instrumented for this runtime is loaded. @throws Exception any internal problem during startup
  • org.jacoco.core.runtime.LoggerRuntime.startup()
  • org.jacoco.core.runtime.SystemPropertiesRuntime.startup()
  • org.jboss.as.server.Bootstrap.startup()
    Calls {@link #bootstrap(Configuration,List)} to bootstrap the container. The value for the returned futurebecomes available when all installed services have been started/failed. @param configuration the server configuration @param extraServices additional services to start and stop with the server instance @return the future service container
  • org.jboss.jca.core.workmanager.transport.remote.jgroups.JGroupsTransport.startup()
  • org.jvnet.glassfish.comms.admin.monitor.MonitoringAdapter.startup()
  • org.jvnet.glassfish.comms.admin.monitor.MonitoringStartup.startup()
  • org.opentripplanner.routing.impl.GraphScanner.startup()
    Based on the autoRegister list, automatically register all routerIds for which we can find a graph file in a subdirectory of the resourceBase path. Also register and load the graph for the defaultRouterId and warn if no routerIds are registered.
  • org.orion.as.bootstrap.Server.startup()
  • org.pentaho.platform.api.engine.IPentahoSystemListener.startup()
    Notification of system startup. This event fires at the end of system initialization, after all system components have started successfully.
  • org.pentaho.platform.api.repository2.unified.IBackingRepositoryLifecycleManager.startup()
    To be called before any (non-admin) users interact with the backing repository.
  • org.pentaho.platform.plugin.action.chartbeans.ChartBeansSystemListener.startup()
  • org.pentaho.platform.plugin.action.kettle.KettleSystemListener.startup()
  • org.rssowl.core.persist.service.IModelSearch.startup()
    Makes the IModelSearch capable of indexing entities and returning results.
    Note that this method can be called multiple times with no side-effects. @throws PersistenceException
  • org.rssowl.ui.internal.ApplicationServer.startup()
    Attempts to start the server. Will throw an IOException in case of a problem. @throws IOException in case of a problem starting the server. @throws UnknownHostException in case the host is unknown. @throws BindException in case of a failure binding the server to a port.
  • org.rssowl.ui.internal.services.SyncItemsManager.startup()
    Deserialize Items from Filesystem @throws IOException @throws ClassNotFoundException
  • org.sdnplatform.sync.internal.SyncTorture.startUp()
  • org.shiftone.jrat.core.spi.MethodHandlerFactory.startup()
    It is recommended that handler factories that require shutdown notification implement the ShutdownListener interface and call context.addShutdownListener(this) in their startup method. @see org.shiftone.jrat.core.shutdown.ShutdownListener
  • org.voltdb.regressionsuites.LocalCluster.startUp()

  • Examples of net.floodlightcontroller.flowcache.FlowReconcileManager.startUp()

            restApi.init(fmc);
            getMockFloodlightProvider().init(fmc);
            entityClassifier.init(fmc);
            tps.startUp(fmc);
            vns.init(fmc);
            frm.startUp(fmc);
            deviceService.startUp(fmc);
            restApi.startUp(fmc);
            getMockFloodlightProvider().startUp(fmc);
            vns.startUp(fmc);
            entityClassifier.startUp(fmc);
    View Full Code Here

    Examples of net.floodlightcontroller.perfmon.PktInProcessingTime.startUp()

            debugCounterService.init(fmc);
            debugEventService.init(fmc);
            syncService.init(fmc);
            cm.init(fmc);

            ppt.startUp(fmc);
            restApi.startUp(fmc);
            memstorage.startUp(fmc);
            tp.startUp(fmc);
            debugCounterService.startUp(fmc);
            debugEventService.startUp(fmc);
    View Full Code Here

    Examples of net.floodlightcontroller.restserver.RestApiServer.startUp()

            entityClassifier.init(fmc);
            tps.startUp(fmc);
            vns.init(fmc);
            frm.startUp(fmc);
            deviceService.startUp(fmc);
            restApi.startUp(fmc);
            getMockFloodlightProvider().startUp(fmc);
            vns.startUp(fmc);
            entityClassifier.startUp(fmc);

            topology.addListener(deviceService);
    View Full Code Here

    Examples of net.floodlightcontroller.storage.memory.MemoryStorageSource.startUp()

            syncService.init(fmc);
            cm.init(fmc);

            ppt.startUp(fmc);
            restApi.startUp(fmc);
            memstorage.startUp(fmc);
            tp.startUp(fmc);
            debugCounterService.startUp(fmc);
            debugEventService.startUp(fmc);
            syncService.startUp(fmc);
            cm.startUp(fmc);
    View Full Code Here

    Examples of net.floodlightcontroller.threadpool.ThreadPool.startUp()

                                 "server" + i).getAbsolutePath();
                fmc.addConfigParam(syncManager, "dbPath", dbPath);

                tp.init(fmc);
                syncManager.init(fmc);
                tp.startUp(fmc);
                syncManager.startUp(fmc);
                syncManager.registerStore("localTestStore", Scope.LOCAL);
                syncManager.registerStore("globalTestStore", Scope.GLOBAL);
               
                IStoreClient<String, String> unsyncStore =
    View Full Code Here

    Examples of net.floodlightcontroller.topology.TopologyManager.startUp()

            tp.init(cntx);
            routingEngine.init(cntx);
            ldm.init(cntx);
            restApi.startUp(cntx);
            tp.startUp(cntx);
            routingEngine.startUp(cntx);
            ldm.startUp(cntx);

            IOFSwitch sw1 = createMockSwitch(1L);
            IOFSwitch sw2 = createMockSwitch(2L);
            Map<Long, IOFSwitch> switches = new HashMap<Long, IOFSwitch>();
    View Full Code Here

    Examples of nl.hanze.web.t41.http.HTTPListener.startUp()

        }

        try
        {
          HTTPListener listener = new HTTPListener(HTTPSettings.PORT_NUM, new HTTPHandlerImpl());
          listener.startUp();
        }
        catch (Exception e)
        {
          e.printStackTrace();
        }
    View Full Code Here

    Examples of org.apache.airavata.wsmg.broker.BrokerServiceLifeCycle.startUp()

            AxisService notificationService = getNotificationService();
            notificationService.addParameter(configFileParam, configFileValue);
            notificationService.setServiceLifeCycle(brokerLifeCycle);
            TestUtilServer.deployService(notificationService);
            brokerLifeCycle.startUp(TestUtilServer.getConfigurationContext(), notificationService);

            AxisService eventingService = getEventingService();
            eventingService.addParameter(configFileParam, configFileValue);
            eventingService.setServiceLifeCycle(brokerLifeCycle);
            TestUtilServer.deployService(eventingService);
    View Full Code Here

    Examples of org.apache.axis2.engine.ServiceLifeCycle.startUp()

            AxisService notificationService = getNotificationService();
            notificationService.addParameter(configFileParam, configFileValue);
            notificationService.setServiceLifeCycle(brokerLifeCycle);
            TestUtilServer.deployService(notificationService);
            brokerLifeCycle.startUp(TestUtilServer.getConfigurationContext(), notificationService);

            AxisService eventingService = getEventingService();
            eventingService.addParameter(configFileParam, configFileValue);
            eventingService.setServiceLifeCycle(brokerLifeCycle);
            TestUtilServer.deployService(eventingService);
    View Full Code Here

    Examples of org.apache.cactus.integration.ant.container.Container.startUp()

                getProject().getProperty("shutdown.executed"));

            // Call the startup and shutdown hooks and assert that they have been
            // executed
            Container container = containers[0];
            container.startUp();
            assertEquals("The startup hook should have been executed, ",
                "true", getProject().getProperty("startup.executed"));
            container.shutDown();
            assertEquals("The shutdown hook should have been executed, ",
                "true", getProject().getProperty("shutdown.executed"));
    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.