Skip navigation links
A C D F G I J L M N O P S U V 

A

AbstractProxyManager - Class in org.apache.aries.proxy.impl
 
AbstractProxyManager() - Constructor for class org.apache.aries.proxy.impl.AbstractProxyManager
 
addMethodArray(Method[]) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassMethodHashSet
 
AsmProxyManager - Class in org.apache.aries.proxy.impl
 
AsmProxyManager() - Constructor for class org.apache.aries.proxy.impl.AsmProxyManager
 

C

Constants - Interface in org.apache.aries.proxy.impl.gen
 
createNewProxy(Bundle, Collection<Class<?>>, InvocationHandler) - Method in class org.apache.aries.proxy.impl.AbstractProxyManager
 
createNewProxy(Bundle, Collection<Class<?>>, InvocationHandler) - Method in class org.apache.aries.proxy.impl.AsmProxyManager
 
createNewProxy(Bundle, Collection<Class<?>>, InvocationHandler) - Method in class org.apache.aries.proxy.impl.JdkProxyManager
 
createProxy(Bundle, Collection<Class<?>>, Callable<Object>) - Method in class org.apache.aries.proxy.impl.AbstractProxyManager
 
createProxy(Bundle, Collection<Class<?>>, Callable<Object>, InvocationHandlerWrapper) - Method in class org.apache.aries.proxy.impl.AbstractProxyManager
 
createProxy(Bundle, Collection<Class<?>>, Callable<Object>) - Method in interface org.apache.aries.proxy.ProxyManager
 
createProxy(Bundle, Collection<Class<?>>, Callable<Object>, InvocationHandlerWrapper) - Method in interface org.apache.aries.proxy.ProxyManager
 

D

DefaultWrapper - Class in org.apache.aries.proxy.impl
 
DefaultWrapper() - Constructor for class org.apache.aries.proxy.impl.DefaultWrapper
 

F

FinalModifierException - Exception in org.apache.aries.proxy
 
FinalModifierException(Class<?>) - Constructor for exception org.apache.aries.proxy.FinalModifierException
 
FinalModifierException(Class<?>, String) - Constructor for exception org.apache.aries.proxy.FinalModifierException
 

G

getClassLoader(Bundle, Collection<Class<?>>) - Method in class org.apache.aries.proxy.impl.AbstractProxyManager
 
getClassName() - Method in exception org.apache.aries.proxy.UnableToProxyException
 
getFinalMethods() - Method in exception org.apache.aries.proxy.FinalModifierException
 
getInvocationHandler(Object) - Method in class org.apache.aries.proxy.impl.AbstractProxyManager
 
getInvocationHandler(Object) - Method in class org.apache.aries.proxy.impl.AsmProxyManager
 
getInvocationHandler(Object) - Static method in class org.apache.aries.proxy.impl.gen.ProxySubclassGenerator
 
getInvocationHandler(Object) - Method in class org.apache.aries.proxy.impl.JdkProxyManager
 
getMessage() - Method in exception org.apache.aries.proxy.FinalModifierException
 
getProxySubclass(Class<?>) - Static method in class org.apache.aries.proxy.impl.gen.ProxySubclassGenerator
 
getTarget() - Method in class org.apache.aries.proxy.impl.ProxyHandler
 

I

InvocationHandlerWrapper - Interface in org.apache.aries.proxy
 
invoke(Object, Method, Object[], InvocationHandler) - Method in class org.apache.aries.proxy.impl.DefaultWrapper
 
invoke(Object, Method, Object[]) - Method in class org.apache.aries.proxy.impl.ProxyHandler
 
invoke(Object, Method, Object[], InvocationHandler) - Method in interface org.apache.aries.proxy.InvocationHandlerWrapper
 
isFinalClass() - Method in exception org.apache.aries.proxy.FinalModifierException
 
isProxy(Object) - Method in class org.apache.aries.proxy.impl.AbstractProxyManager
 
isProxy(Object) - Method in interface org.apache.aries.proxy.ProxyManager
Returns true if and only if the specified object was generated by a ProxyFactory returned by a call to ProxyManager#createProxyFactory(boolean).
isProxyClass(Class<?>) - Method in class org.apache.aries.proxy.impl.AbstractProxyManager
 
isProxyClass(Class<?>) - Method in class org.apache.aries.proxy.impl.AsmProxyManager
 
isProxyClass(Class<?>) - Method in class org.apache.aries.proxy.impl.JdkProxyManager
 
isProxySubclass(Class<?>) - Static method in class org.apache.aries.proxy.impl.gen.ProxySubclassGenerator
 

J

JdkProxyManager - Class in org.apache.aries.proxy.impl
 
JdkProxyManager() - Constructor for class org.apache.aries.proxy.impl.JdkProxyManager
 

L

LOG_ENTRY - Static variable in interface org.apache.aries.proxy.impl.gen.Constants
 
LOG_EXCEPTION - Static variable in interface org.apache.aries.proxy.impl.gen.Constants
 
LOG_EXIT - Static variable in interface org.apache.aries.proxy.impl.gen.Constants
 

M

MESSAGES - Static variable in class org.apache.aries.proxy.impl.NLS
 

N

newProxySubclassInstance(Class<?>, InvocationHandler) - Static method in class org.apache.aries.proxy.impl.gen.ProxySubclassGenerator
 
NLS - Class in org.apache.aries.proxy.impl
 
NLS() - Constructor for class org.apache.aries.proxy.impl.NLS
 

O

org.apache.aries.proxy - package org.apache.aries.proxy
 
org.apache.aries.proxy.impl - package org.apache.aries.proxy.impl
 
org.apache.aries.proxy.impl.gen - package org.apache.aries.proxy.impl.gen
 

P

ProxyClassBytecodeGenerationException - Exception in org.apache.aries.proxy.impl.gen
 
ProxyClassBytecodeGenerationException(String, Throwable) - Constructor for exception org.apache.aries.proxy.impl.gen.ProxyClassBytecodeGenerationException
 
ProxyClassDefinitionException - Exception in org.apache.aries.proxy.impl.gen
 
ProxyClassDefinitionException(String, Exception) - Constructor for exception org.apache.aries.proxy.impl.gen.ProxyClassDefinitionException
 
ProxyClassInstantiationException - Exception in org.apache.aries.proxy.impl.gen
 
ProxyClassInstantiationException(Class<?>, Exception) - Constructor for exception org.apache.aries.proxy.impl.gen.ProxyClassInstantiationException
 
ProxyHandler - Class in org.apache.aries.proxy.impl
 
ProxyHandler(AbstractProxyManager, Callable<Object>, InvocationHandlerWrapper) - Constructor for class org.apache.aries.proxy.impl.ProxyHandler
 
ProxyManager - Interface in org.apache.aries.proxy
The proxy manager service allows clients to generate and manage proxies.
ProxyManagerActivator - Class in org.apache.aries.proxy.impl
 
ProxyManagerActivator() - Constructor for class org.apache.aries.proxy.impl.ProxyManagerActivator
 
ProxySubclassAdapter - Class in org.apache.aries.proxy.impl.gen
 
ProxySubclassAdapter(ClassVisitor, String, ClassLoader) - Constructor for class org.apache.aries.proxy.impl.gen.ProxySubclassAdapter
 
ProxySubclassGenerator - Class in org.apache.aries.proxy.impl.gen
 
ProxySubclassGenerator() - Constructor for class org.apache.aries.proxy.impl.gen.ProxySubclassGenerator
 
ProxySubclassHierarchyAdapter - Class in org.apache.aries.proxy.impl.gen
 
ProxySubclassMethodHashSet<E> - Class in org.apache.aries.proxy.impl.gen
 
ProxySubclassMethodHashSet(int) - Constructor for class org.apache.aries.proxy.impl.gen.ProxySubclassMethodHashSet
 

S

start(BundleContext) - Method in class org.apache.aries.proxy.impl.ProxyManagerActivator
 
stop(BundleContext) - Method in class org.apache.aries.proxy.impl.ProxyManagerActivator
 

U

UnableToLoadProxyException - Exception in org.apache.aries.proxy.impl.gen
 
UnableToLoadProxyException(String, Exception) - Constructor for exception org.apache.aries.proxy.impl.gen.UnableToLoadProxyException
 
UnableToProxyException - Exception in org.apache.aries.proxy
 
UnableToProxyException(Class<?>) - Constructor for exception org.apache.aries.proxy.UnableToProxyException
 
UnableToProxyException(Class<?>, Exception) - Constructor for exception org.apache.aries.proxy.UnableToProxyException
 
UnableToProxyException(String, Throwable) - Constructor for exception org.apache.aries.proxy.UnableToProxyException
 
unwrap(Object) - Method in class org.apache.aries.proxy.impl.AbstractProxyManager
 
unwrap(Object) - Method in interface org.apache.aries.proxy.ProxyManager
This method unwraps the provided proxy returning the target object.

V

visit(int, int, String, String, String, String[]) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassAdapter
 
visit(int, int, String, String, String, String[]) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassHierarchyAdapter
 
visitAnnotation(String, boolean) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassAdapter
 
visitAnnotation(String, boolean) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassHierarchyAdapter
 
visitAttribute(Attribute) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassAdapter
 
visitAttribute(Attribute) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassHierarchyAdapter
 
visitEnd() - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassAdapter
 
visitEnd() - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassHierarchyAdapter
 
visitField(int, String, String, String, Object) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassAdapter
 
visitField(int, String, String, String, Object) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassHierarchyAdapter
 
visitInnerClass(String, String, String, int) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassAdapter
 
visitInnerClass(String, String, String, int) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassHierarchyAdapter
 
visitMethod(int, String, String, String, String[]) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassAdapter
 
visitMethod(int, String, String, String, String[]) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassHierarchyAdapter
 
visitOuterClass(String, String, String) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassAdapter
 
visitOuterClass(String, String, String) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassHierarchyAdapter
 
visitSource(String, String) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassAdapter
 
visitSource(String, String) - Method in class org.apache.aries.proxy.impl.gen.ProxySubclassHierarchyAdapter
 
A C D F G I J L M N O P S U V 
Skip navigation links

Copyright © 2016. All rights reserved.