| | |
| | | private SortedSet<String> fractionalIncludes = new TreeSet<String>(); |
| | | |
| | | private SortedSet<String> eclIncludes = new TreeSet<String>(); |
| | | private ExternalChangelogDomainCfg eclCfg = |
| | | private ExternalChangelogDomainCfg eclCfg = |
| | | new ExternalChangelogDomainFakeCfg(true, new TreeSet<AttributeType>()); |
| | | |
| | | |
| | | /** |
| | | * Creates a new Domain with the provided information |
| | | * (assured mode disabled, default group id) |
| | |
| | | { |
| | | return true; |
| | | } |
| | | |
| | | |
| | | public void setEclIncludes(SortedSet<String> attrs) |
| | | { |
| | | this.eclIncludes = attrs; |
| | | } |
| | | |
| | | |
| | | public SortedSet<String> getECLInclude() |
| | | { |
| | | return this.eclIncludes; |
| | |
| | | { |
| | | return 180; |
| | | } |
| | | |
| | | |
| | | |
| | | public int getInitializationWindowSize() |
| | | { |
| | |
| | | * be successfully decoded. |
| | | */ |
| | | public ExternalChangelogDomainCfg getExternalChangelogDomain() |
| | | throws ConfigException |
| | | throws ConfigException |
| | | { return eclCfg; } |
| | | |
| | | |
| | |
| | | * be successfully decoded. |
| | | */ |
| | | public void setExternalChangelogDomain(ExternalChangelogDomainCfg eclCfg) |
| | | throws ConfigException |
| | | throws ConfigException |
| | | { this.eclCfg=eclCfg;} |
| | | |
| | | |
| | |
| | | * @throws ConfigException |
| | | * If the delete listener could not be registered. |
| | | */ |
| | | public void |
| | | public void |
| | | addECLDomainDeleteListener( |
| | | ConfigurationDeleteListener<ExternalChangelogDomainCfg> listener) |
| | | throws ConfigException |
| | |
| | | * @param listener |
| | | * The ECL Domain configuration delete listener. |
| | | */ |
| | | public void |
| | | public void |
| | | removeECLDomainDeleteListener( |
| | | ConfigurationDeleteListener<ExternalChangelogDomainCfg> listener) |
| | | {} |
| | | |
| | | @Override |
| | | public boolean isLogChangenumber() |
| | | { |
| | | return true; |
| | | } |
| | | } |