Package com.day.cq.replication

Interface Summary
Agent This represents a replication agent as defined by an AgentConfig.
AgentConfig The configuration of a replication agent.
AgentFilter AgentFilter provides a simple interface to filter for agents.
AgentManager AgentManager...
ContentBuilder A ContentBuilder assembles the data for the replication.
OutboxManager Represents an outbox manager, that will return new items on this instance, automatically removing items older than the timestamp given.
Preprocessor The Preprocessor is a service that is called directly before the replication is started.
ReplicationContent This interface describes the assembled content to replicate.
ReplicationListener ReplicationListener provides an interface to listen for synchronous replications.
ReplicationLog ReplicationLog...
ReplicationQueue ReplicationQueue...
ReplicationQueue.Entry Defines an entry of the replication queue
ReplicationStatus ReplicationStatus
ReplicationTransaction ReplicationTransaction provides the action, the content and the replication log for a replication transaction (i.e.
Replicator The Replicator is the replication service.
TransportContext The TransportContext is used as context when replicating content.
TransportContext.Discardable  
TransportHandler The TransportHandler is used to transport the replication to the target host.
 

Class Summary
AgentIdFilter Agent filter that filters for agent names.
FileContent The FileContent is an implementation if a replication content which stores the content in the file system.
ListenerLogDelegator ListenerLogDelegator implements a replication log that also sends the messages to the listener
ReplicationAction Defines the control information of a replication
ReplicationOptions The ReplicationOptions encapsulate optional configuration parameters for a replication.
ReplicationResult ReplicationResult...
 

Enum Summary
ReplicationActionType The type of the replication action.
ReplicationLog.Level Log level
 

Exception Summary
AccessDeniedException This exception is thrown when the user is not allowed to replicate.
AgentNotFoundException This exception is thrown when a specified agent is not found.
PathNotFoundException This exception is thrown when the path to replicate is not found.
ReplicationException Main exception thrown by classes in this package.
 



Copyright © 2009 Day Management AG. All Rights Reserved.