weborb.examples.invocation.monitor
Class InvocationObserver

java.lang.Object
  extended by weborb.examples.invocation.monitor.InvocationObserver
All Implemented Interfaces:
IInvocationMonitor

public class InvocationObserver
extends java.lang.Object
implements IInvocationMonitor


Constructor Summary
InvocationObserver()
           
 
Method Summary
 java.lang.Object HandlePostInvoke(java.lang.reflect.Method method, java.lang.Object obj, java.lang.Object[] arguments, java.lang.Object returnValue, boolean isException)
           
 void HandlePreInvoke(java.lang.reflect.Method method, java.lang.Object obj, java.lang.Object[] arguments)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationObserver

public InvocationObserver()
Method Detail

HandlePreInvoke

public void HandlePreInvoke(java.lang.reflect.Method method,
                            java.lang.Object obj,
                            java.lang.Object[] arguments)
Specified by:
HandlePreInvoke in interface IInvocationMonitor

HandlePostInvoke

public java.lang.Object HandlePostInvoke(java.lang.reflect.Method method,
                                         java.lang.Object obj,
                                         java.lang.Object[] arguments,
                                         java.lang.Object returnValue,
                                         boolean isException)
Specified by:
HandlePostInvoke in interface IInvocationMonitor


Discuss WebORB

Copyright 2003-2008 Midnight Coders, Inc. All Rights Reserved.