All Downloads are FREE. Search and download functionalities are using the official Maven repository.

herence.incubator.coherence-eventdistributionpattern.12.3.2.source-code.coherence-eventdistributionpattern-pof-config.xml Maven / Gradle / Ivy

Go to download

Provides a mechanism to distribute application events over multiple channels. While core infrastructure for the Push Replication Pattern, this pattern may be used directly by applications for local and/or global event distribution.

There is a newer version: 13.0.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--
    File: coherence-eventdistributionpattern-pof-config.xml

    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

    The contents of this file are subject to the terms and conditions of
    the Common Development and Distribution License 1.0 (the "License").

    You may not use this file except in compliance with the License.

    You can obtain a copy of the License by consulting the LICENSE.txt file
    distributed with this file, or by consulting https://oss.oracle.com/licenses/CDDL

    See the License for the specific language governing permissions
    and limitations under the License.

    When distributing the software, include this License Header Notice in each
    file and include the License file LICENSE.txt.

    MODIFICATIONS:
    If applicable, add the following below the License Header, with the fields
    enclosed by brackets [] replaced by your own identifying information:
    "Portions Copyright [year] [name of copyright owner]"

    Copyright (c) 2011. All Rights Reserved. Oracle Corporation.
 -->
<pof-config>
    <user-type-list>
        <!-- coherence-eventdistributionpattern types -->
        <user-type>
            <type-id>13000</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.EventDistributor$Identifier</class-name>
        </user-type>

        <user-type>
            <type-id>13001</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.events.DistributableEntry</class-name>
        </user-type>

        <user-type>
            <type-id>13002</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.events.DistributableEntryInsertedEvent</class-name>
        </user-type>

        <user-type>
            <type-id>13003</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.events.DistributableEntryUpdatedEvent</class-name>
        </user-type>

        <user-type>
            <type-id>13004</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.events.DistributableEntryRemovedEvent</class-name>
        </user-type>

        <user-type>
            <type-id>13005</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.events.DistributableEntryPropagatedEvent</class-name>
        </user-type>

        <user-type>
            <type-id>13010</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.events.DistributableInvokeRequestEvent</class-name>
        </user-type>

        <user-type>
            <type-id>13011</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.events.DistributableInvokeAllRequestEvent</class-name>
        </user-type>

        <user-type>
            <type-id>13050</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.EventChannelController$Identifier</class-name>
        </user-type>

        <user-type>
            <type-id>13051</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.distributors.AbstractEventChannelController$DefaultDependencies</class-name>
        </user-type>

        <user-type>
            <type-id>13052</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.EventChannelController$Mode</class-name>
            <serializer>
                <class-name>com.tangosol.io.pof.EnumPofSerializer</class-name>
            </serializer>
        </user-type>

        <user-type>
            <type-id>13053</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.distributors.AbstractEventChannelController$RaiseControllerEventProcessor</class-name>
        </user-type>

        <user-type>
            <type-id>13100</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.channels.StdErrEventChannelBuilder</class-name>
        </user-type>

        <user-type>
            <type-id>13101</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.channels.FileEventChannelBuilder</class-name>
        </user-type>

        <user-type>
            <type-id>13102</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.channels.RemoteClusterEventChannelBuilder</class-name>
        </user-type>

        <user-type>
            <type-id>13103</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.channels.RemoteClusterEventChannel$RemoteDistributionAgent</class-name>
        </user-type>

        <user-type>
            <type-id>13104</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.channels.RemoteClusterEventChannel$GetClusterMetaInfoAgent</class-name>
        </user-type>

        <user-type>
            <type-id>13105</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.channels.cache.EntryEventProcessor</class-name>
        </user-type>

        <user-type>
            <type-id>13106</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.channels.cache.LocalCacheEventChannelBuilder</class-name>
        </user-type>

        <user-type>
            <type-id>13107</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.channels.cache.RemoteCacheEventChannelBuilder</class-name>
        </user-type>

        <user-type>
            <type-id>13108</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.channels.cache.RemoteCacheEventChannel$GetClusterMetaInfoProcessor</class-name>
        </user-type>

        <user-type>
            <type-id>13109</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.channels.CacheStoreEventChannelBuilder</class-name>
        </user-type>

        <user-type>
            <type-id>13110</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.channels.BinaryEntryStoreEventChannelBuilder</class-name>
        </user-type>

        <user-type>
            <type-id>13200</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.transformers.FilteringEventIteratorTransformerBuilder</class-name>
        </user-type>

        <user-type>
            <type-id>13202</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.transformers.ChainedEventIteratorTransformerBuilder</class-name>
        </user-type>

        <user-type>
            <type-id>13203</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.transformers.CoalescingEventIteratorTransformerBuilder</class-name>
        </user-type>

        <user-type>
            <type-id>13204</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.transformers.MutatingEventIteratorTransformerBuilder</class-name>
        </user-type>

        <user-type>
            <type-id>13250</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.filters.EventTypeFilter</class-name>
        </user-type>

        <user-type>
            <type-id>13251</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.filters.EventEntryFilter</class-name>
        </user-type>

        <user-type>
            <type-id>13252</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.filters.EventOriginalEntryFilter</class-name>
        </user-type>

        <user-type>
            <type-id>13300</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.distributors.coherence.CoherenceEventChannelSubscription</class-name>
        </user-type>

        <user-type>
            <type-id>13400</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.distributors.jms.JMSEventChannelControllerConfiguration</class-name>
        </user-type>

        <user-type>
            <type-id>13401</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.distributors.jms.JMSEventChannelControllerInitializationProcessor</class-name>
        </user-type>

        <user-type>
            <type-id>13402</type-id>
            <class-name>com.oracle.coherence.patterns.eventdistribution.channels.cache.ParallelLocalCacheEventChannelBuilder</class-name>
        </user-type>
    </user-type-list>
</pof-config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy