org.sapia.ubik.rmi.examples.replication
Class ServerSideInterceptor

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

public class ServerSideInterceptor
extends java.lang.Object
implements Interceptor

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2004 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
ServerSideInterceptor(java.util.Set siblings, Foo targetInstance)
           
 
Method Summary
 void onReplicationEvent(ReplicationEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerSideInterceptor

public ServerSideInterceptor(java.util.Set siblings,
                             Foo targetInstance)
Method Detail

onReplicationEvent

public void onReplicationEvent(ReplicationEvent evt)


Copyright © 2010 Sapia OSS. All Rights Reserved.