Package org.apache.directory.mitosis.service.protocol.handler

Interface Summary
ReplicationContextHandler An interface that provides handler methods for events which occurs when a two replicas communicate with each other.
 

Class Summary
ReplicationClientContextHandler ReplicationContextHandler that implements client-side replication logic which sends any changes out-of-date to server.
ReplicationClientProtocolHandler A ReplicationProtocolHandler for client-side, which uses ReplicationClientContextHandler.
ReplicationProtocolHandler A MINA IoHandler that wraps a ReplicationContextHandler and provides a default implementation of ReplicationContext.
ReplicationServerContextHandler ReplicationContextHandler that implements server-side replication logic which retrieves any changes occurred in remote replicas.
ReplicationServerProtocolHandler A ReplicationProtocolHandler for server-side, which uses ReplicationServerContextHandler.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.