org.jboss.aop.proxy
Class Proxy
java.lang.Object
org.jboss.aop.proxy.Proxy
- All Implemented Interfaces:
- Serializable, InstanceAdvised, MethodMapped
public abstract class Proxy
- extends Object
- implements InstanceAdvised, Serializable, MethodMapped
- Version:
- $Revision: 37406 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Constructor Summary |
Proxy()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instanceAdvisor
public InstanceAdvisor instanceAdvisor
mixins
public ProxyMixin[] mixins
interfaces
public Class[] interfaces
guid
public org.jboss.util.id.GUID guid
Proxy
public Proxy()
_getInstanceAdvisor
public InstanceAdvisor _getInstanceAdvisor()
- Specified by:
_getInstanceAdvisor
in interface InstanceAdvised
_setInstanceAdvisor
public void _setInstanceAdvisor(InstanceAdvisor newAdvisor)
- Specified by:
_setInstanceAdvisor
in interface InstanceAdvised
_dynamicInvoke
public InvocationResponse _dynamicInvoke(Invocation invocation)
throws Throwable
- Throws:
Throwable
writeReplace
public Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
getMethodMap
public abstract Map getMethodMap()
- Specified by:
getMethodMap
in interface MethodMapped
Copyright © 2004 JBoss Inc. All Rights Reserved.