代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/450932/1668514
java employeeproxy.java
package com.pet.proxy;
import java.util.List;
import java.util.Map;
import com.pet.pojo.Employee;
import com.pet.toolkit.Pagination;
public interface EmployeeProxy {
public Employee log
www.eeworm.com/read/449675/1674851
java borrowedconnectionproxy.java
package org.hibernate.jdbc;
import org.hibernate.HibernateException;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import java.lang.ref
www.eeworm.com/read/449675/1674987
java cgliblazyinitializer.java
// $Id: CGLIBLazyInitializer.java 11295 2007-03-18 04:05:28Z scottmarlownovell $
package org.hibernate.proxy.pojo.cglib;
import java.io.Serializable;
import java.lang.reflect.InvocationTargetExceptio
www.eeworm.com/read/445791/1718146
java call.java
package proxy1;
import java.io.*;
public class Call implements Serializable{
private String className; //表示类名
private String methodName; //表示方法名
private Class[] paramTypes; //表示方法参数类型
p
www.eeworm.com/read/445791/1718149
java simpleclient.java
package proxy1;
import java.io.*;
import java.net.*;
import java.util.*;
public class SimpleClient {
public static void main(String args[])throws Exception {
//创建静态代理类实例
HelloServi
www.eeworm.com/read/443386/1744288
h debug.h
/*
* Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) and
* Lars Brinkhoff.
* Licensed under the GPL
*/
#ifndef __DEBUG_H
#define __DEBUG_H
extern int debugger_proxy(int status, pid
www.eeworm.com/read/433911/1881028
h http_request.h
// $Id: http_request.h 80826 2008-03-04 14:51:23Z wotte $
// There are two kinds of HTTP Requests in a proxy.
// One is the kind you have to read in from the HTTP client.
// The other is the kind
www.eeworm.com/read/433911/1881043
h http_response.h
// $Id: http_response.h 80826 2008-03-04 14:51:23Z wotte $
// There are two kinds of HTTP Responses in a proxy.
// One is the kind you have to read in from the HTTP server.
// The other is the ki
www.eeworm.com/read/432474/1892978
cpp classfactory_ps.cpp
/* ClassFactory_ps.cpp - IClassFactory proxy/stubs */
/* Copyright (c) 1999-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,31jul01,dbs fix p/s autoreg mechanism
0