|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SyndicationAgentConfig
The configuration of a syndication agent.
| Nested Class Summary | |
|---|---|
static class |
SyndicationAgentConfig.SyndicationAgentStatus
The status of a syndication agent. |
| Method Summary | |
|---|---|
String |
getLogLevel()
The current log level - DEBUG, INFO, or ERROR. |
String |
getName()
The unique name of this syndication agent. |
int |
getRetries()
The number of retries before the syndication is cancelled. |
long |
getRetryDelay()
The retry delay in milliseconds. |
String |
getSerializationType()
The name of the serialization type. |
SyndicationAgentConfig.SyndicationAgentStatus |
getStatus()
The status - either enabled or disabled. |
String |
getTransportHostname()
The target host for delivering the content. |
String |
getTransportPassword()
The target user password for delivering the content. |
int |
getTransportPort()
The target port for delivering the content. |
String[] |
getTransportSpecific()
Transport specific properties used by the TransportHandler |
String |
getTransportType()
The name of the transport type. |
String |
getTransportUser()
The target user name for delivering the content. |
boolean |
isSpecific()
Is this a specific agent? Specific agents are used by the application for special application specific replications and are not used during a general replication. |
| Method Detail |
|---|
String getTransportType()
TransportHandler with this name must be registered.
String getTransportHostname()
int getTransportPort()
String getTransportUser()
String getTransportPassword()
String[] getTransportSpecific()
TransportHandler
String getSerializationType()
ContentBuilder with this name must be registered.
String getName()
long getRetryDelay()
SyndicationAgentConfig.SyndicationAgentStatus getStatus()
String getLogLevel()
int getRetries()
boolean isSpecific()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||