代码搜索:objectpool
找到约 100 项符合「objectpool」的源代码
代码结果 100
www.eeworm.com/read/113182/6135586
java objectpoolfactory.java
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/100774/6265052
java cleanupthread.java
package org.javaldap.server.util;
/*
The JavaLDAP Server
Copyright (C) 2000 Clayton Donley (donley@linc-dev.com) - All Rights Reserved
This program is free software; you can redistribute it a
www.eeworm.com/read/222814/14673288
java gcheap.java
/*
* Copyright (c) 1996, 1997 Bill Venners. All Rights Reserved.
*
* This Java source file is part of the Interactive Illustrations Web
* Site, which is delivered in the applets directory of the C
www.eeworm.com/read/169792/5410001
h tcpstreampool.h
/**
* Copyright (C) 2005 Savoir-Faire Linux inc.
* Author: Yan Morin
*
* This prog
www.eeworm.com/read/375509/9358054
java reusable.java
package snaq.util;
/**
* Interface for an object that can be reused.
* @see snaq.util.ObjectPool
* @author Giles Winstanley
*/
public interface Reusable
{
/**
* Cleans an object to put it in a
www.eeworm.com/read/301571/13856576
java boss.java
import javax.microedition.lcdui.Graphics;
public abstract class Boss extends Actor{
public Boss(){
world = World.getInstance();
planeActor = BattlePlaneActor.getInstance();
}
public i
www.eeworm.com/read/125116/6033362
java myobjectpoolfactory.java
package net.betterjava.performance.pool.impl;
import org.apache.commons.pool.ObjectPoolFactory;
import org.apache.commons.pool.ObjectPool;
import org.apache.commons.pool.PoolableObjectFactory;
p
www.eeworm.com/read/113182/6135573
java teststackobjectpool.java
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/169792/5409981
am makefile.am
noinst_LTLIBRARIES = libsflphoneguiserver.la
libsflphoneguiserver_la_SOURCES = guiserverimpl.cpp \
responsemessage.cpp request.cpp requestfactory.cpp argtokenizer.cpp tcpsessionio.cpp \
requestma