代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/291646/8405641
java activeobjectfactory.java
package activeobject;
public class ActiveObjectFactory {
public static ActiveObject createActiveObject() {
Servant servant = new Servant();
ActivationQueue queue = new Activa
www.eeworm.com/read/291646/8405680
java activeobjectfactory.java
package activeobject;
public class ActiveObjectFactory {
public static ActiveObject createActiveObject() {
Servant servant = new Servant();
ActivationQueue queue = new Activa
www.eeworm.com/read/291646/8405723
java activeobjectfactory.java
package activeobject;
public class ActiveObjectFactory {
public static ActiveObject createActiveObject() {
Servant servant = new Servant();
ActivationQueue queue = new Activa
www.eeworm.com/read/291646/8405756
java activeobjectfactory.java
package activeobject;
public class ActiveObjectFactory {
public static ActiveObject createActiveObject() {
Servant servant = new Servant();
ActivationQueue queue = new Activa
www.eeworm.com/read/175072/9561191
java helloserviceproxy.java
package reflect.proxy;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Proxy;
public class HelloServiceProxy {
public static void main(String[] args) {
HelloSe
www.eeworm.com/read/350133/10764107
cs class1.cs
// Proxy pattern -- Structural example
using System;
namespace DoFactory.GangOfFour.Proxy.Structural
{
// MainApp test application
class MainApp
{
static void Ma
www.eeworm.com/read/322232/13384543
java activeobjectfactory.java
package activeobject;
public class ActiveObjectFactory {
public static ActiveObject createActiveObject() {
Servant servant = new Servant();
ActivationQueue queue = new Activa