Package com.day.cq.replication
Interface TransportContext
public interface TransportContext
The
TransportContext is used as context when replicating
content. Usually a context is created for each agent / transport handler pair.
The handler can use the context to store config dependant states and can assume
a new context for changed configuration.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) getName()setAttribute(String name, TransportContext.Discardable attr)
-
Method Details
-
getName
String getName() -
getConfig
AgentConfig getConfig() -
getAttribute
-
setAttribute
-