|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aspects.remoting.PojiProxy
public class PojiProxy
comment
Constructor Summary | |
---|---|
PojiProxy(Object oid,
org.jboss.remoting.InvokerLocator uri,
org.jboss.aop.advice.Interceptor[] interceptors)
|
Method Summary | |
---|---|
protected void |
addArgumentsToInvocation(org.jboss.aop.joinpoint.MethodInvocation invocation,
Object[] originalArguments)
Sets the specified arguments on the specified invocation. |
protected void |
addMetadataToInvocation(org.jboss.aop.joinpoint.MethodInvocation methodInvocation)
Adds metadata to the specified MethodInvocation before invocation is called. |
protected org.jboss.aop.joinpoint.MethodInvocation |
constructMethodInvocation(Method method,
Object[] args)
Constructs a MethodInvocation from the specified Method and arguments |
protected org.jboss.aop.advice.Interceptor[] |
getInterceptors()
|
protected Object |
getOid()
|
protected org.jboss.remoting.InvokerLocator |
getUri()
|
Object |
invoke(Object proxy,
Method method,
Object[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PojiProxy(Object oid, org.jboss.remoting.InvokerLocator uri, org.jboss.aop.advice.Interceptor[] interceptors)
Method Detail |
---|
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
protected org.jboss.aop.joinpoint.MethodInvocation constructMethodInvocation(Method method, Object[] args)
method
- args
-
protected void addMetadataToInvocation(org.jboss.aop.joinpoint.MethodInvocation methodInvocation)
methodInvocation
- protected void addArgumentsToInvocation(org.jboss.aop.joinpoint.MethodInvocation invocation, Object[] originalArguments)
invocation
- originalArguments
- protected org.jboss.aop.advice.Interceptor[] getInterceptors()
protected Object getOid()
protected org.jboss.remoting.InvokerLocator getUri()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |