org.sapia.ubik.rmi.examples.interceptor
Class HitCountInterceptor

java.lang.Object
  extended by org.sapia.ubik.rmi.examples.interceptor.HitCountInterceptor
All Implemented Interfaces:
Interceptor

public class HitCountInterceptor
extends java.lang.Object
implements Interceptor

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Constructor Summary
HitCountInterceptor()
           
 
Method Summary
 int getCount()
           
static void main(java.lang.String[] args)
           
 void onServerPreInvokeEvent(ServerPreInvokeEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HitCountInterceptor

public HitCountInterceptor()
Method Detail

onServerPreInvokeEvent

public void onServerPreInvokeEvent(ServerPreInvokeEvent evt)

getCount

public int getCount()

main

public static void main(java.lang.String[] args)


Copyright © 2010 Sapia OSS. All Rights Reserved.