Home
last modified time | relevance | path

Searched refs:proxyFactory (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.transaction/src/test/java/org/springframework/transaction/annotation/
H A DAnnotationTransactionInterceptorTests.java47 ProxyFactory proxyFactory = new ProxyFactory(); in testClassLevelOnly() local
49 proxyFactory.addAdvice(this.ti); in testClassLevelOnly()
67 ProxyFactory proxyFactory = new ProxyFactory(); in testWithSingleMethodOverride() local
69 proxyFactory.addAdvice(this.ti); in testWithSingleMethodOverride()
89 proxyFactory.addAdvice(this.ti); in testWithSingleMethodOverrideInverted()
109 proxyFactory.addAdvice(this.ti); in testWithMultiMethodOverride()
130 proxyFactory.addAdvice(this.ti); in testWithRollback()
155 proxyFactory.addAdvice(this.ti); in testWithInterface()
175 proxyFactory.addInterface(SomeService.class); in testCrossClassInterfaceMethodLevelOnJdkProxy()
176 proxyFactory.addAdvice(this.ti); in testCrossClassInterfaceMethodLevelOnJdkProxy()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/remoting/caucho/
H A DHessianClientInterceptor.java78 this.proxyFactory = (proxyFactory != null ? proxyFactory : new HessianProxyFactory()); in setProxyFactory()
105 this.proxyFactory.setOverloadEnabled(overloadEnabled); in setOverloadEnabled()
115 this.proxyFactory.setUser(username); in setUsername()
125 this.proxyFactory.setPassword(password); in setPassword()
134 this.proxyFactory.setDebug(debug); in setDebug()
142 this.proxyFactory.setChunkedPost(chunkedPost); in setChunkedPost()
150 this.proxyFactory.setReadTimeout(timeout); in setReadTimeout()
159 this.proxyFactory.setHessian2Request(hessian2); in setHessian2()
160 this.proxyFactory.setHessian2Reply(hessian2); in setHessian2()
169 this.proxyFactory.setHessian2Request(hessian2); in setHessian2Request()
[all …]
H A DBurlapClientInterceptor.java63 private BurlapProxyFactory proxyFactory = new BurlapProxyFactory(); field in BurlapClientInterceptor
74 public void setProxyFactory(BurlapProxyFactory proxyFactory) { in setProxyFactory() argument
75 this.proxyFactory = (proxyFactory != null ? proxyFactory : new BurlapProxyFactory()); in setProxyFactory()
85 this.proxyFactory.setUser(username); in setUsername()
95 this.proxyFactory.setPassword(password); in setPassword()
104 this.proxyFactory.setOverloadEnabled(overloadEnabled); in setOverloadEnabled()
120 this.burlapProxy = createBurlapProxy(this.proxyFactory); in prepare()
134 protected Object createBurlapProxy(BurlapProxyFactory proxyFactory) throws MalformedURLException { in createBurlapProxy() argument
136 return proxyFactory.create(getServiceInterface(), getServiceUrl()); in createBurlapProxy()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-servicemanager/src/Proxy/
H A DLazyServiceFactory.php29 protected $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
37 * @param LazyLoadingValueHolderFactory $proxyFactory
41 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
43 $this->proxyFactory = $proxyFactory;
63 … return $this->proxyFactory->createProxy($this->servicesMap[$requestedName], $initializer);
65 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-servicemanager/src/Proxy/
H A DLazyServiceFactory.php29 protected $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
37 * @param LazyLoadingValueHolderFactory $proxyFactory
41 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
43 $this->proxyFactory = $proxyFactory;
63 … return $this->proxyFactory->createProxy($this->servicesMap[$requestedName], $initializer);
65 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-servicemanager/src/Proxy/
H A DLazyServiceFactory.php29 protected $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
37 * @param LazyLoadingValueHolderFactory $proxyFactory
41 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
43 $this->proxyFactory = $proxyFactory;
63 … return $this->proxyFactory->createProxy($this->servicesMap[$requestedName], $initializer);
65 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-servicemanager/src/Proxy/
H A DLazyServiceFactory.php29 protected $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
37 * @param LazyLoadingValueHolderFactory $proxyFactory
41 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
43 $this->proxyFactory = $proxyFactory;
63 … return $this->proxyFactory->createProxy($this->servicesMap[$requestedName], $initializer);
65 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-servicemanager/src/Proxy/
H A DLazyServiceFactory.php29 protected $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
37 * @param LazyLoadingValueHolderFactory $proxyFactory
41 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
43 $this->proxyFactory = $proxyFactory;
63 … return $this->proxyFactory->createProxy($this->servicesMap[$requestedName], $initializer);
65 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-servicemanager/src/Proxy/
H A DLazyServiceFactory.php29 protected $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
37 * @param LazyLoadingValueHolderFactory $proxyFactory
41 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
43 $this->proxyFactory = $proxyFactory;
63 … return $this->proxyFactory->createProxy($this->servicesMap[$requestedName], $initializer);
65 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-servicemanager/src/Proxy/
H A DLazyServiceFactory.php29 protected $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
37 * @param LazyLoadingValueHolderFactory $proxyFactory
41 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
43 $this->proxyFactory = $proxyFactory;
63 … return $this->proxyFactory->createProxy($this->servicesMap[$requestedName], $initializer);
65 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-servicemanager/src/Proxy/
H A DLazyServiceFactory.php29 protected $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
37 * @param LazyLoadingValueHolderFactory $proxyFactory
41 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
43 $this->proxyFactory = $proxyFactory;
63 … return $this->proxyFactory->createProxy($this->servicesMap[$requestedName], $initializer);
65 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-servicemanager/src/Proxy/
H A DLazyServiceFactory.php29 protected $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
37 * @param LazyLoadingValueHolderFactory $proxyFactory
41 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
43 $this->proxyFactory = $proxyFactory;
63 … return $this->proxyFactory->createProxy($this->servicesMap[$requestedName], $initializer);
65 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-servicemanager/src/Proxy/
H A DLazyServiceFactory.php29 protected $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
37 * @param LazyLoadingValueHolderFactory $proxyFactory
41 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
43 $this->proxyFactory = $proxyFactory;
63 … return $this->proxyFactory->createProxy($this->servicesMap[$requestedName], $initializer);
65 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-servicemanager/src/Proxy/
H A DLazyServiceFactory.php29 protected $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
37 * @param LazyLoadingValueHolderFactory $proxyFactory
41 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
43 $this->proxyFactory = $proxyFactory;
63 … return $this->proxyFactory->createProxy($this->servicesMap[$requestedName], $initializer);
65 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-servicemanager/src/Proxy/
H A DLazyServiceFactory.php29 protected $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
37 * @param LazyLoadingValueHolderFactory $proxyFactory
41 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
43 $this->proxyFactory = $proxyFactory;
63 … return $this->proxyFactory->createProxy($this->servicesMap[$requestedName], $initializer);
65 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/ServiceManager/Proxy/
H A DLazyServiceFactory.php29 protected $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
37 * @param LazyLoadingValueHolderFactory $proxyFactory
41 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
43 $this->proxyFactory = $proxyFactory;
63 … return $this->proxyFactory->createProxy($this->servicesMap[$requestedName], $initializer);
65 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/test/java/org/springframework/aop/interceptor/
H A DConcurrencyThrottleInterceptorTests.java50 ProxyFactory proxyFactory = new ProxyFactory(); in testSerializable() local
51 proxyFactory.setInterfaces(new Class[] {ITestBean.class}); in testSerializable()
53 proxyFactory.addAdvice(cti); in testSerializable()
54 proxyFactory.setTarget(tb); in testSerializable()
55 ITestBean proxy = (ITestBean) proxyFactory.getProxy(); in testSerializable()
78 ProxyFactory proxyFactory = new ProxyFactory(); in testMultipleThreads() local
79 proxyFactory.setInterfaces(new Class[] {ITestBean.class}); in testMultipleThreads()
82 proxyFactory.addAdvice(cti); in testMultipleThreads()
83 proxyFactory.setTarget(tb); in testMultipleThreads()
84 ITestBean proxy = (ITestBean) proxyFactory.getProxy(); in testMultipleThreads()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/framework/
H A DAbstractSingletonProxyFactoryBean.java143 ProxyFactory proxyFactory = new ProxyFactory(); in afterPropertiesSet() local
147 proxyFactory.addAdvisor(this.advisorAdapterRegistry.wrap(interceptor)); in afterPropertiesSet()
152 proxyFactory.addAdvisor(this.advisorAdapterRegistry.wrap(createMainInterceptor())); in afterPropertiesSet()
156 proxyFactory.addAdvisor(this.advisorAdapterRegistry.wrap(interceptor)); in afterPropertiesSet()
160 proxyFactory.copyFrom(this); in afterPropertiesSet()
163 proxyFactory.setTargetSource(targetSource); in afterPropertiesSet()
166 proxyFactory.setInterfaces(this.proxyInterfaces); in afterPropertiesSet()
170 proxyFactory.setInterfaces( in afterPropertiesSet()
174 this.proxy = proxyFactory.getProxy(this.proxyClassLoader); in afterPropertiesSet()
/dports/www/elgg/elgg-3.3.23/vendor/zendframework/zend-servicemanager/src/Proxy/
H A DLazyServiceFactory.php27 private $proxyFactory; variable in Zend\\ServiceManager\\Proxy\\LazyServiceFactory
35 * @param LazyLoadingValueHolderFactory $proxyFactory
39 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
41 $this->proxyFactory = $proxyFactory;
60 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-servicemanager/src/Proxy/
H A DLazyServiceFactory.php28 private $proxyFactory; variable in Laminas\\ServiceManager\\Proxy\\LazyServiceFactory
36 * @param LazyLoadingValueHolderFactory $proxyFactory
40 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
42 $this->proxyFactory = $proxyFactory;
61 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/www/owncloud/owncloud/lib/composer/laminas/laminas-servicemanager/src/Proxy/
H A DLazyServiceFactory.php28 private $proxyFactory; variable in Laminas\\ServiceManager\\Proxy\\LazyServiceFactory
36 * @param LazyLoadingValueHolderFactory $proxyFactory
40 public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $servicesMap) argument
42 $this->proxyFactory = $proxyFactory;
61 return $this->proxyFactory->createProxy($this->servicesMap[$name], $initializer);
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/remoting/support/
H A DRemoteExporter.java156 ProxyFactory proxyFactory = new ProxyFactory(); in getProxyForService() local
157 proxyFactory.addInterface(getServiceInterface()); in getProxyForService()
160 proxyFactory.addAdvice(new RemoteInvocationTraceInterceptor(getExporterName())); in getProxyForService()
165 proxyFactory.addAdvisor(adapterRegistry.wrap(this.interceptors[i])); in getProxyForService()
168 proxyFactory.setTarget(getService()); in getProxyForService()
169 proxyFactory.setOpaque(true); in getProxyForService()
170 return proxyFactory.getProxy(getBeanClassLoader()); in getProxyForService()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/test/java/org/springframework/aop/aspectj/annotation/
H A DAspectProxyFactoryTests.java37 AspectJProxyFactory proxyFactory = new AspectJProxyFactory(new TestBean()); in testWithNonAspect() local
38 proxyFactory.addAspect(TestBean.class); in testWithNonAspect()
45 AspectJProxyFactory proxyFactory = new AspectJProxyFactory(bean); in testWithSimpleAspect() local
46 proxyFactory.addAspect(MultiplyReturnValue.class); in testWithSimpleAspect()
47 ITestBean proxy = proxyFactory.getProxy(); in testWithSimpleAspect()
87 AspectJProxyFactory proxyFactory = new AspectJProxyFactory(target); in testWithInstance() local
88 proxyFactory.addAspect(aspect); in testWithInstance()
90 ITestBean proxy = proxyFactory.getProxy(); in testWithInstance()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/remoting/caucho/
H A DCauchoRemotingTests.java89 TestHessianProxyFactory proxyFactory = new TestHessianProxyFactory(); in testHessianProxyFactoryBeanWithCustomProxyFactory() local
93 factory.setProxyFactory(proxyFactory); in testHessianProxyFactoryBeanWithCustomProxyFactory()
102 assertEquals(proxyFactory.user, "test"); in testHessianProxyFactoryBeanWithCustomProxyFactory()
103 assertEquals(proxyFactory.password, "bean"); in testHessianProxyFactoryBeanWithCustomProxyFactory()
104 assertTrue(proxyFactory.overloadEnabled); in testHessianProxyFactoryBeanWithCustomProxyFactory()
157 TestBurlapProxyFactory proxyFactory = new TestBurlapProxyFactory(); in testBurlapProxyFactoryBeanWithCustomProxyFactory() local
161 factory.setProxyFactory(proxyFactory); in testBurlapProxyFactoryBeanWithCustomProxyFactory()
171 assertEquals(proxyFactory.user, "test"); in testBurlapProxyFactoryBeanWithCustomProxyFactory()
172 assertEquals(proxyFactory.password, "bean"); in testBurlapProxyFactoryBeanWithCustomProxyFactory()
173 assertTrue(proxyFactory.overloadEnabled); in testBurlapProxyFactoryBeanWithCustomProxyFactory()
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-di/php-di/src/Definition/Resolver/
H A DResolverDispatcher.php37 private $proxyFactory; variable in DI\\Definition\\Resolver\\ResolverDispatcher
46 public function __construct(ContainerInterface $container, ProxyFactory $proxyFactory) argument
49 $this->proxyFactory = $proxyFactory;
96 $this->objectResolver = new ObjectCreator($this, $this->proxyFactory);
126 $this->instanceResolver = new InstanceInjector($this, $this->proxyFactory);

1234567891011