|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.day.cq.replication.impl.SyndicationAgentConfigImpl
public class SyndicationAgentConfigImpl
The configuration of a syndication agent.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.day.cq.replication.SyndicationAgentConfig |
|---|
SyndicationAgentConfig.SyndicationAgentStatus |
| Field Summary | |
|---|---|
protected static boolean |
DEFAULT_IS_SPECIFIC
default value for isSpecific |
protected static String |
DEFAULT_LOG_LEVEL
|
protected static int |
DEFAULT_RETRIES
default number of retries. |
protected static int |
DEFAULT_RETRY_DELAY
default delay for retry |
protected static String |
DEFAULT_STATUS
|
protected static String |
PROPERTY_IS_SPECIFIC
|
protected static String |
PROPERTY_LOG_LEVEL
|
protected static String |
PROPERTY_NAME
|
protected static String |
PROPERTY_RETRIES
|
protected static String |
PROPERTY_RETRY_DELAY
|
protected static String |
PROPERTY_SERIALIZATION_TYPE
|
protected static String |
PROPERTY_STATUS
|
protected static String |
PROPERTY_TRANSPORT_HOSTNAME
|
protected static String |
PROPERTY_TRANSPORT_PASSWORD
|
protected static String |
PROPERTY_TRANSPORT_PORT
|
protected static String |
PROPERTY_TRANSPORT_SPECIFIC
|
protected static String |
PROPERTY_TRANSPORT_TYPE
|
protected static String |
PROPERTY_TRANSPORT_USER
|
| Constructor Summary | |
|---|---|
SyndicationAgentConfigImpl(Map<String,Object> props)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String PROPERTY_NAME
protected static final String PROPERTY_TRANSPORT_USER
protected static final String PROPERTY_TRANSPORT_PASSWORD
protected static final String PROPERTY_TRANSPORT_TYPE
protected static final String PROPERTY_TRANSPORT_SPECIFIC
protected static final String PROPERTY_TRANSPORT_HOSTNAME
protected static final String PROPERTY_TRANSPORT_PORT
protected static final String PROPERTY_STATUS
protected static final String PROPERTY_SERIALIZATION_TYPE
protected static final String PROPERTY_RETRY_DELAY
protected static final String PROPERTY_IS_SPECIFIC
protected static final String PROPERTY_RETRIES
protected static final String PROPERTY_LOG_LEVEL
protected static final int DEFAULT_RETRY_DELAY
protected static final int DEFAULT_RETRIES
protected static final boolean DEFAULT_IS_SPECIFIC
protected static final String DEFAULT_LOG_LEVEL
protected static final String DEFAULT_STATUS
| Constructor Detail |
|---|
public SyndicationAgentConfigImpl(Map<String,Object> props)
| Method Detail |
|---|
public String getTransportType()
SyndicationAgentConfigTransportHandler with this name must be registered.
getTransportType in interface SyndicationAgentConfigSyndicationAgentConfig.getTransportType()public String getTransportHostname()
SyndicationAgentConfig
getTransportHostname in interface SyndicationAgentConfigSyndicationAgentConfig.getTransportHostname()public int getTransportPort()
SyndicationAgentConfig
getTransportPort in interface SyndicationAgentConfigSyndicationAgentConfig.getTransportPort()public String getTransportUser()
SyndicationAgentConfig
getTransportUser in interface SyndicationAgentConfigSyndicationAgentConfig.getTransportUser()public String getTransportPassword()
SyndicationAgentConfig
getTransportPassword in interface SyndicationAgentConfigSyndicationAgentConfig.getTransportPassword()public String[] getTransportSpecific()
SyndicationAgentConfigTransportHandler
getTransportSpecific in interface SyndicationAgentConfigSyndicationAgentConfig.getTransportSpecific()public String getSerializationType()
SyndicationAgentConfigContentBuilder with this name must be registered.
getSerializationType in interface SyndicationAgentConfigSyndicationAgentConfig.getSerializationType()public String getName()
SyndicationAgentConfig
getName in interface SyndicationAgentConfigSyndicationAgentConfig.getName()public long getRetryDelay()
SyndicationAgentConfig
getRetryDelay in interface SyndicationAgentConfigSyndicationAgentConfig.getRetryDelay()public SyndicationAgentConfig.SyndicationAgentStatus getStatus()
SyndicationAgentConfig
getStatus in interface SyndicationAgentConfigSyndicationAgentConfig.getStatus()public String getLogLevel()
SyndicationAgentConfig
getLogLevel in interface SyndicationAgentConfigSyndicationAgentConfig.getLogLevel()public int getRetries()
SyndicationAgentConfig
getRetries in interface SyndicationAgentConfigSyndicationAgentConfig.getRetries()public boolean isSpecific()
SyndicationAgentConfig
isSpecific in interface SyndicationAgentConfigSyndicationAgentConfig.isSpecific()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||