代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/474879/1388536
entries
/TopicCategoryService.java/1.1/Sun Feb 22 11:56:43 2009//
/UserService.java/1.1/Sat Feb 21 12:30:55 2009//
D/impl////
www.eeworm.com/read/470423/1473874
bat generate_ini.bat
c:\j2sdk1.4.2_04\bin\javah -d . -classpath ..\..\..\..\..\..\.. org.gudy.azureus2.platform.win32.access.impl.AEWin32AccessInterface
www.eeworm.com/read/458349/1586517
java httprequestline.java
/**
*
*/
package edu.sysu.http.impl;
import java.net.URI;
import edu.sysu.http.util.HttpGrammarException;
/**
* @author Administrator
*
*/
public class HttpRequestLine {
priva
www.eeworm.com/read/458349/1586529
java httprequest.java
/**
*
*/
package edu.sysu.http.impl;
import java.io.IOException;
import edu.sysu.http.util.HttpGrammarException;
/**
* @author Administrator
*
*/
public class HttpRequest extends
www.eeworm.com/read/458323/1586681
java httprequestline.java
/**
*
*/
package edu.sysu.http.impl;
import java.net.URI;
import edu.sysu.http.util.HttpGrammarException;
/**
* @author Administrator
*
*/
public class HttpRequestLine {
priva
www.eeworm.com/read/458323/1586693
java httprequest.java
/**
*
*/
package edu.sysu.http.impl;
import java.io.IOException;
import edu.sysu.http.util.HttpGrammarException;
/**
* @author Administrator
*
*/
public class HttpRequest extends
www.eeworm.com/read/251627/4418328
java hellointerceptor.java
package com.foshanshop.ejb3.impl;
import javax.interceptor.AroundInvoke;
import javax.interceptor.InvocationContext;
public class HelloInterceptor {
@AroundInvoke
public Object log(
www.eeworm.com/read/249895/4444792
java storage.java
package org.garret.perst;
import java.util.Iterator;
import org.garret.perst.impl.ThreadTransactionContext;
/**
* Object storage
*/
public interface Storage {
/**
* Constant sp
www.eeworm.com/read/249895/4444811
java standardreflectionprovider.java
package org.garret.perst.impl;
import java.lang.reflect.*;
import java.util.*;
public class StandardReflectionProvider implements ReflectionProvider {
static final Class[] defaultConstruc
www.eeworm.com/read/249895/4444829
java threadtransactioncontext.java
package org.garret.perst.impl;
import java.util.*;
/**
* This class store transaction context associated with thread.
* Content of this class is opaque for application, but it can use
* t