Examples of destroy()

  • org.mt4j.components.visibleComponents.shapes.AbstractShape.destroy()
  • Removes this component from its parent.
  • Calls destroyComponent on this component which can be used to free resources that the component used.
  • Recursively calls destroy() on its children

    By default, the openGl texture object and the VBOs associated with this shape will be deleted. Be careful when you share textures or VBOs across more than one object! Destroying of displaylists isnt done atm! Use disableAndDeleteDisplaylists() instead.

  • org.mt4j.components.visibleComponents.shapes.MTEllipse.destroy()
  • org.mt4j.components.visibleComponents.widgets.buttons.MTSvgButton.destroy()
  • org.mt4j.sceneManagement.Iscene.destroy()
    Destroy the scene.
  • org.mt4j.util.opengl.GLTexture.destroy()
    Deletes the opengl texture object.
  • org.newdawn.slick.AppGameContainer.destroy()
    Destroy the app game container
  • org.newdawn.slick.Graphics.destroy()
    Dispose this graphis context, this will release any underlying resourses. However this will also invalidate it's use
  • org.newdawn.slick.Image.destroy()
    Destroy the image and release any native resources. Calls on a destroyed image have undefined results @throws SlickException Indicates a failure to release resources on the graphics card
  • org.nutz.mvc.Setup.destroy()
    关闭时,额外逻辑 @param config
  • org.objectweb.celtix.bus.ws.rm.RMHandler.destroy()
  • org.olat.core.configuration.ModuleLifeCycle.destroy()
    Close hook
  • org.olat.core.configuration.OLATModule.destroy()
    Caled during Servlet.destroy()
  • org.omg.CORBA.ORB.destroy()
  • org.omg.CosNaming.NamingContext.destroy()
  • org.omg.CosNotifyChannelAdmin.ConsumerAdmin.destroy()
  • org.omg.CosNotifyChannelAdmin.EventChannel.destroy()
  • org.omg.CosNotifyChannelAdmin.SupplierAdmin.destroy()
  • org.omg.DynamicAny.DynAny.destroy()
  • org.omg.DynamicAny.DynArray.destroy()
  • org.omg.DynamicAny.DynSequence.destroy()
  • org.omg.DynamicAny.DynStruct.destroy()
  • org.omg.Messaging.MaxHopsPolicy.destroy()
  • org.omg.Messaging.QueueOrderPolicy.destroy()
  • org.omg.Messaging.RebindPolicy.destroy()
  • org.omg.Messaging.RelativeRequestTimeoutPolicy.destroy()
  • org.omg.Messaging.RelativeRoundtripTimeoutPolicy.destroy()
  • org.omg.Messaging.ReplyEndTimePolicy.destroy()
  • org.omg.Messaging.ReplyPriorityPolicy.destroy()
  • org.omg.Messaging.ReplyStartTimePolicy.destroy()
  • org.omg.Messaging.RequestEndTimePolicy.destroy()
  • org.omg.Messaging.RequestPriorityPolicy.destroy()
  • org.omg.Messaging.RequestStartTimePolicy.destroy()
  • org.omg.Messaging.RoutingPolicy.destroy()
  • org.omg.Messaging.SyncScopePolicy.destroy()
  • org.omg.PortableServer.POA.destroy()
  • org.omg.RTCORBA.ClientProtocolPolicy.destroy()
  • org.onemind.swingweb.SwingWebContext.destroy()
  • org.open2jam.render.lwjgl.TrueTypeFont.destroy()
  • org.openide.nodes.Node.destroy()
  • org.openqa.jetty.util.ByteArrayISO8859Writer.destroy()
  • org.opensaml.saml2.metadata.provider.AbstractMetadataProvider.destroy()
    {@inheritDoc}
  • org.openstreetmap.josm.gui.MapFrame.destroy()
    Called as some kind of destructor when the last layer has been removed. Delegates the call to all Destroyables within this component (e.g. MapModes)
  • org.osgi.service.application.ApplicationHandle.destroy()
    The application instance's lifecycle state can be influenced by this method. It lets the application instance perform operations to stop the application safely, e.g. saving its state to a permanent storage.

    The method must check if the lifecycle transition is valid; a STOPPING application cannot be stopped. If it is invalid then the method must exit. Otherwise the lifecycle state of the application instance must be set to STOPPING. Then the destroySpecific() method must be called to perform any application model specific steps for safe stopping of the represented application instance.

    At the end the {@code ApplicationHandle} must be unregistered. Thismethod should free all the resources related to this {@code ApplicationHandle}.

    When this method is completed the application instance has already made its operations for safe stopping, the ApplicationHandle has been unregistered and its related resources has been freed. Further calls on this application should not be made because they may have unexpected results. @throws SecurityException if the caller doesn't have "lifecycle"{@code ApplicationAdminPermission} for the correspondingapplication. @throws IllegalStateException if the application handle is unregistered

  • org.pentaho.platform.api.engine.IPentahoSession.destroy()
    Destroys any resources owned by the session object
  • org.pentaho.platform.engine.core.system.StandaloneSession.destroy()
  • org.reficio.ws.server.core.SoapServer.destroy()
    Stops the SOAP server and deallocates resources
  • org.rhq.coregui.client.util.enhanced.EnhancedVLayout.destroy()
  • org.rioproject.impl.exec.ProcessManager.destroy()
    Destroy the managed process @param includeChildren If true, destroy all child processes asl well.This method will look for all child processes that have a prent process ID of the managed process and forcibly terminate them.
  • org.rzo.yajsw.os.Process.destroy()
    Destroy.
  • org.saiku.service.util.QueryContext.destroy()
  • org.serviceconnector.api.srv.SCServer.destroy()
    Destroy server. Destroys server and releases all resources. No more communication to SC is possible after calling destroy. Deregister servers and stop listener before calling destroy.
  • org.serviceconnector.net.connection.ConnectionPool.destroy()
    Destroy the pool.
  • org.serviceconnector.net.req.IRequester.destroy()
    Destroy.
  • org.serviceconnector.net.req.Requester.destroy()
    {@inheritDoc}
  • org.spout.api.material.BlockMaterial.destroy()
  • org.spout.vanilla.material.VanillaBlockMaterial.destroy()
  • org.springframework.amqp.rabbit.connection.CachingConnectionFactory.destroy()
    Close the underlying shared connection. The provider of this ConnectionFactory needs to care for proper shutdown.

    As this bean implements DisposableBean, a bean factory will automatically invoke this on destruction of its cached singletons.

  • org.springframework.amqp.rabbit.connection.SingleConnectionFactory.destroy()
    Close the underlying shared connection. The provider of this ConnectionFactory needs to care for proper shutdown.

    As this bean implements DisposableBean, a bean factory will automatically invoke this on destruction of its cached singletons.

  • org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer.destroy()
  • org.springframework.beans.factory.DisposableBean.destroy()
    Invoked by a BeanFactory on destruction of a singleton. @throws Exception in case of shutdown errors.Exceptions will get logged but not rethrown to allow other beans to release their resources too.
  • org.springframework.beans.factory.wiring.BeanConfigurerSupport.destroy()
    Release references to the {@link BeanFactory} and{@link BeanWiringInfoResolver} when the container is destroyed.
  • org.springframework.context.annotation.AnnotationConfigApplicationContext.destroy()
  • org.springframework.context.support.AbstractApplicationContext.destroy()
    DisposableBean callback for destruction of this instance. Only called when the ApplicationContext itself is running as a bean in another BeanFactory or ApplicationContext, which is rather unusual.

    The close method is the native way to shut down an ApplicationContext. @see #close() @see org.springframework.beans.factory.access.SingletonBeanFactoryLocator

  • org.springframework.context.support.AbstractXmlApplicationContext.destroy()
  • org.springframework.context.support.ClassPathXmlApplicationContext.destroy()
  • org.springframework.context.support.FileSystemXmlApplicationContext.destroy()
  • org.springframework.context.support.GenericApplicationContext.destroy()
  • org.springframework.data.gemfire.GemfireBeanFactoryLocator.destroy()
  • org.springframework.data.redis.connection.jedis.JedisConnectionFactory.destroy()
  • org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.destroy()
  • org.springframework.erlang.connection.SingleConnectionFactory.destroy()
    Close the underlying shared connection. The provider of this ConnectionFactory needs to care for proper shutdown.

    As this bean implements DisposableBean, a bean factory will automatically invoke this on destruction of its cached singletons.

  • org.springframework.jdbc.datasource.SingleConnectionDataSource.destroy()
    Close the underlying Connection. The provider of this DataSource needs to care for proper shutdown.

    As this bean implements DisposableBean, a bean factory will automatically invoke this on destruction of its cached singletons.

  • org.springframework.jms.connection.CachingConnectionFactory.destroy()
  • org.springframework.jms.connection.SingleConnectionFactory.destroy()
    Close the underlying shared connection. The provider of this ConnectionFactory needs to care for proper shutdown.

    As this bean implements DisposableBean, a bean factory will automatically invoke this on destruction of its cached singletons.

  • org.springframework.jms.listener.DefaultMessageListenerContainer.destroy()
  • org.springframework.jmx.access.NotificationListenerRegistrar.destroy()
    Unregisters the specified NotificationListener.
  • org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean.destroy()
  • org.springframework.remoting.rmi.RmiServiceExporter.destroy()
    Unbind the RMI service from the registry on bean factory shutdown.
  • org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor.destroy()
    Calls shutdown when the BeanFactory destroys the task executor instance. @see #shutdown()
  • org.springframework.validation.beanvalidation.LocalValidatorFactoryBean.destroy()
  • org.springframework.web.context.support.XmlWebApplicationContext.destroy()
  • org.springframework.xd.dirt.test.process.SingleNodeProcessingChain.destroy()
  • org.springframework.xd.dirt.test.process.SingleNodeProcessingChainConsumer.destroy()
  • org.springframework.xd.dirt.test.process.SingleNodeProcessingChainProducer.destroy()
  • org.springside.modules.nosql.redis.pool.JedisPool.destroy()
  • org.teavm.debugging.Breakpoint.destroy()
  • org.terasology.entitySystem.entity.EntityRef.destroy()
    Removes all components and destroys it
  • org.tools.sound.StreamPlayer.destroy()
    Tells the player to stop playing and end the running thread.
  • org.wicketstuff.security.actions.ActionFactory.destroy()
    Clean up any resources this factory holds.
  • org.wicketstuff.security.strategies.StrategyFactory.destroy()
    Called at the end of the applications lifecycle to clean up resources
  • org.wso2.carbon.cloud.csg.CSGProxyService.destroy()
    Destroy and do the aftermath once the service is no longer required @param serviceName the name of the proxy to undeploy @return does the service destroy successful/failed? @throws CSGException throws in case of an error
  • org.xlightweb.BodyDataSink.destroy()
    destroys this data sink
  • org.xsocket.connection.NonBlockingConnectionPool.destroy()
  • org.xtreemfs.babudb.index.LSMTree.destroy()
    Destroys the LSM tree. Frees all in-memory indices plus the on-disk tree.
  • org.xtreemfs.babudb.index.reader.DiskIndex.destroy()
  • org.xtreemfs.babudb.log.DiskLogIterator.destroy()
  • org.zeromq.ZContext.destroy()
    Destructor. Call this to gracefully terminate context and close any managed 0MQ sockets
  • org.zeromq.ZFrame.destroy()
    Destructor.
  • org.zeromq.ZMsg.destroy()
    Destructor. Explicitly destroys all ZFrames contains in the ZMsg
  • org.zkoss.zk.ui.sys.PageCtrl.destroy()
    Called when this page is about to be detroyed. It is called by desktop, after removing it from the desktop.
  • org.zorbaxquery.api.Iterator.destroy()
  • org.zorbaxquery.api.XQuery.destroy()
  • redis.clients.jedis.JedisPool.destroy()
  • redis.clients.jedis.JedisSentinelPool.destroy()
  • redis.clients.jedis.ShardedJedisPool.destroy()
  • smack.down.Minion.destroy()
  • uk.org.ogsadai.client.toolkit.RequestResource.destroy()
  • voldemort.cluster.failuredetector.FailureDetector.destroy()
    Cleans up any open resources in preparation for shutdown.

    Note for implementors: After this method is called it is assumed that attempts to call the other methods will either silently fail, throw errors, or return stale information.

  • weibo4j.Timeline.Destroy()
    /2/statuses/destroy">statuses/destroy @since JDK 1.5
  • xcat.mobile.ccacore.MobileComponentIDClientImpl.destroy()

  • Examples of org.xtreemfs.babudb.index.LSMTree.destroy()

            tree.materializeSnapshot(SNAP_FILE4, snapId);
            tree.linkToSnapshot(SNAP_FILE4);
           
            assertEquals(null, tree.lookup("test".getBytes()));
           
            tree.destroy();
        }
       
        public void testPrefixLookups() throws Exception {
           
            // randomly insert 200 elements in a map
    View Full Code Here

    Examples of org.xtreemfs.babudb.index.reader.DiskIndex.destroy()

            synchronized (lock) {
                totalOnDiskSize -= index == null ? 0 : index.getSize();
                index = new DiskIndex(snapshotFile, comp, this.compressed, useMmap());
                totalOnDiskSize += index.getSize();
                if (oldIndex != null)
                    oldIndex.destroy();
                overlay.cleanup();
            }
        }
       
        /**
     
    View Full Code Here

    Examples of org.xtreemfs.babudb.log.DiskLogIterator.destroy()

                } finally {
                    if (le != null) le.free();
                   
                    if (it != null) {
                        try {
                            it.destroy();
                        } catch (IOException e) { /* ignored */ }
                    }
                }
            }
        }
    View Full Code Here

    Examples of org.zeromq.ZContext.destroy()

                    msg.getLast().print("Worker: ");
                    msg.getLast().reset("OK");
                    msg.send(worker);

                }
                ctx.destroy();
            }
        }

        //  The main task begins by setting-up its frontend and backend sockets
        //  and then starting its client and worker tasks:
    View Full Code Here

    Examples of org.zeromq.ZFrame.destroy()

            // Verify that frames received is correct
            assertEquals(1, msg.getMessage().getContent().size());
            assertEquals(0, msg.getMessage().getEnvelope().size());
            assertArrayEquals(f.getData(), msg.getMessage().getContentFrame(0).getData());

            f.destroy();

            return true;
          }
        };
    View Full Code Here

    Examples of org.zeromq.ZMsg.destroy()

            request.send(pipe);
            ZMsg reply = ZMsg.recvMsg(pipe);
            if (reply != null) {
                String status = reply.popString();
                if (status.equals("FAILED"))
                    reply.destroy();
            }
            return reply;
        }

    View Full Code Here

    Examples of org.zkoss.zk.ui.sys.PageCtrl.destroy()

        }

        for (Iterator it = _pages.iterator(); it.hasNext();) {
          final PageCtrl pgc = (PageCtrl)it.next();
          try {
            pgc.destroy();
          } catch (Throwable ex) {
            log.warning("Failed to destroy "+pgc, ex);
          }
        }
    View Full Code Here

    Examples of org.zorbaxquery.api.Iterator.destroy()

          }
        }

        // clean up
        iter.close();
        iter.destroy();
        iter.delete();
        item.delete();
       
        xquery.destroy();
        xquery.delete();
    View Full Code Here

    Examples of org.zorbaxquery.api.XQuery.destroy()

          String test = item.getStringValue();
          System.out.println(test);
        }
        iter.close();
        iter.destroy();
        xquery.destroy();
        zorba.shutdown();
      }
    }
    View Full Code Here

    Examples of redis.clients.jedis.JedisPool.destroy()

      Jedis jedis = pool.getResource();
      jedis.auth("foobared");
      jedis.set("foo", "bar");
      assertEquals("bar", jedis.get("foo"));
      pool.returnResource(jedis);
      pool.destroy();
      assertTrue(pool.isClosed());
        }

        @Test
        public void checkCloseableConnections() 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.