2/37
List of Examples
3-1 Extend Proxy Service Configuration
3-2 Remote Cache Definition
3-3 Remote Invocation Scheme Definition
4-1 Sample Coherence*Extend Application
5-1 A Sample Identity Transformer Implementation
5-2 A Sample Identity Asserter Implementation
5-3 Extending the WrapperCacheService Class for Authorization
5-4 Extending the WrapperNamedCache Class for Authorization
5-5 Extending the WrapperInvocationService Class for Authorization
5-6 Sample Cluster-Side SSL Configuration
5-7 Sample Java Client-Side SSL Configuration
5-8 Sample .NET Client-Side SSL Configuration
6-1 Disabling Storage in tangosol-coherence-override.xml
6-2 Casting an ArrayList Object
6-3 Configuring a POFSerializer for a Distributed Cache
8-1 Sample Run of the build.cmd File
8-2 Cache Configuration for Two Clustered Services
8-3 A Caching Scheme that Connects to a Remote Coherence Cluster
8-4 Local Cache Configuration
8-5 Near Cache Configuration
8-6 Setting the Configuration File Location
8-7 Creating a Coherence Cache Factory
8-8 Configuring a CacheFactory and a Local Member
8-9 Setting the Cache Configuration File Location for the Server/Cluster
8-10 Sample Operational Configuration
8-11 Operational Configuration File that Includes a Logger
8-12 Sample Command to Start the DefaultCacheServer
9-1 Using the EqualsFilter Method
9-2 Using the GreaterEqualsFilter Method
9-3 Using the LikeFilter Method
9-4 Using the AndFilter Method
9-5 Using the OrFilter Method
10-1 Examples of Constructing String Objects
10-2 Constructing String Objects with the "<<" Operator
10-3 Autoboxing Examples
10-4 Type Safe Casting Examples
10-5 Down Casting Examples
10-6 Object Type Checking with the instanceof<H> Function
10-7 Indexing an Array
10-8 Storing Managed Object Instances
10-9 A Try/Catch Block with Managed Exceptions
10-10 An Interface Defined by interface_spec
10-11 A Derived Interface Defined by interface_spec
10-12 An Implementation Defined by cloneable_spec
10-13 Defining a Class Without the use of specs
10-14 Using specs to Define a Class
10-15 Creating a Runnable Instance and Spawning a Thread
10-16 A Sample COH_SYNCHRONIZED Macro Code Block
10-17 Thread-safe Handle
10-18 Thread-safe Handle as a Non-Managed Class
10-19 Sample Thread Dump
10-20 Data Returned by a Heap Analyzer
10-21 Results from a Memory Corruption Run
11-1 A Non-Managed Class
11-2 Managed Class using Serialization
11-3 Instances of a Class Wrapped with Managed<T>
11-4 A Managed Class that Implements PortableObject
11-5 A Managed Class without Managed<T>
11-6 A non-PortableObject Version of a Managed Class
11-7 An External Class Responsible for Serialization
12-1 Using Filters for Querying
12-2 Placing a Listener into a Continuous Query Cache
12-3 Creating a Continuous Query Cache with a Filter and a Listener
12-4 Processing the Data, then Adding the Listener
12-5 Adding the Listener, then Processing the Data
13-1 Querying Cache Content
13-2 Using the LimitFilter Method
13-3 Indexing a Queryable Attribute
13-4 Selecting Entries of a Cache that Satisfy a Particular Filter
13-5 Selecting and Sorting Entries
13-6 Using the keySet Form of a Query
13-7 Indexing and Querying Multi-Value Attributes
13-8 Using a ChainedExtractor Implementation
14-1 Sample Remote Invocation Scheme Configuration
14-2 Reference to a Remote Invocation Service
15-1 Excerpt from the coherence::util::MapListener Class File
15-2 Excerpt from coherence::util::MapEvent
15-3 ObservableMap methods
15-4 Example MapListener implementation
15-5 Printing Events
15-6 Holding a Reference to a Listener
15-7 Removing a Reference to a Listener
15-8 Using MultiplexingMapListener to Route Events
15-9 Printing Events that Occur Against a Specified Integer Key
15-10 Triggering an Event for a Specified Integer Key Value
15-11 Adding a Listener with a Filter that Allows only Deleted Events
15-12 Inserting and Removing Data from the Cache
15-13 Inserting, Updating, and Removing a Value
15-14 Requesting Only "Lite" Events
15-15 Filtering for Cache Events
15-16 Filtering for Specialized Events
15-17 Communicating Only Specialized Events over the Network
15-18 Differentiating Between Client-Induced and Synthetic Events
16-1 Entry Processor for Extend Client Transaction
16-2 Transaction Entry Processor C++ Stub Class
16-3 Transaction Entry Processor C++ Stub Class Header File
17-1 Sample Command to Start the Proxy Service and the Cache Server
18-1 Configuration of a Default Cache Server for Coherence*Extend
18-2 Configuration to Connect to a Remote Coherence Cluster
18-3 Configuring a Local Cache
18-4 Near Cache Configuration
18-5 Command to Start a Coherence Default Cache Server
18-6 Obtaining a Reference to a Cache
18-7 Obtaining and Releasing a Reference to a Cache
19-1 Sample Application Configuration File
19-2 Configuring a Factory for INamedCache Instances
19-3 Configuring a ConfigurableCacheFactory Implementation
19-4 Specifying a Different Cache Configuration Desriptor File
19-5 Configuring a Logger
19-6 Querying Keys on a Particular Value
19-7 Filtering on an Inserted Object
19-8 Filtering on Removed Object
19-9 Filtering on a Changed Object
19-10 Marshalling and Executing a Call on the UI Thread
19-11 Calling Methods in Response to a Cache Event
19-12 Retrieving Keys Equal to a Numeric Value
19-13 Retrieving Keys Greater Than or Equal To a Numeric Value
19-14 Retrieving Keys Based on a String Value
19-15 Retrieving Keys Based on a Case-Sensitive String Value
19-16 Retrieving Cache Entries Greater Than a Numeric Value
19-17 Retrieving Cache Entries Based on a String Value
19-18 Conditional Put of a Key Value Based on a Numeric Value
19-19 Setting a Key Value Based on a Numeric Value
19-20 Returning the Size of the Cache
19-21 Returning an IDictionary
20-1 A User-Defined Portable Class
20-2 A User-Defined Class in Java
20-3 Storing Mapping Information in the POF User Type Configuration File
20-4 Using a Serializer in the Cache Configuration File
20-5 Specifying a POF Configuration File
20-6 Cluster-side POF Configuration File
20-7 Configuring the Server to Use the POF Configuration
20-8 Modifying a Class to Support Class Evolution
20-9 Modifying a Java Type Class to Support Class Evolution
20-10 An Implementation of IPofSerializer for the .NET Type
20-11 An Implementation of PofSerializer for the Java Type Class
20-12 Registering the IPofSerializer Implementation of the .NET Type
20-13 Registering the PofSerializer Implementation of the Java Type
21-1 Obtaining and Releasing a Reference to a Continuous Query Cache
21-2 Caching Only the Keys in a Continuous Query Cache
21-3 Placing a Listener on a Continuous Query Cache
21-4 Processing Data, then Placing the Listener
21-5 Placing the Listener, then Processing Data
21-6 Providing the Listener During Continuous Query Cache Construction
21-7 Making a Continuous Query Cache Read-Only
22-1 Configuring a Remote Invocation Service
22-2 Obtaining a Reference to a Remote Invocation Service
22-3 Executing an Agent on a Grid Node
23-1 Methods on the IWrapperStreamFactory Interface
23-2 Configuring a Filter
23-3 Attaching a Filter to a Service
23-4 Setting the Configuration Property for a Filter that Implements IXmlConfigurable
24-1 Entry Processor for Extend Client Transaction
24-2 Transaction Entry Processor .NET Stub Class
26-1 Sample App.config File
26-2 Sample coherence.xml File for .NET
26-3 Sample cache-config.xml File for .NET
26-4 Sample pof-config.xml File for .NET
26-5 Sample Class that Implements IPortableObject
26-6 Adding Listeners
26-7 Adding Events
26-8 Adding Cache Event Handlers
26-9 Adding Helper Methods for Event Handlers
27-1 Sample Web.config Configuration File
27-2 Sample coherence.xml Configuration File
27-3 Sample cache-config.xml Configuration File
27-4 Sample pof-config.xml Configuration File
27-5 Code for the GridView Data Control
27-6 ObjectDataSource Code
27-7 Redirecting a User to an Error Page
27-8 Sample Business Object Definition File
27-9 Providing Data to the Data Bind Control
27-10 Event Handler to Provide Data to the Data Bind Control
27-11 Method to Refresh the Grid View
27-12 Method to Handle Page Load Events
27-13 Retrieving a Business Object from the Cache through a Specified Key
27-14 Event Handler for a "Save" Button
27-15 Event Handler for a :Clear" Button
27-16 Event Handler for a "Search" Button
27-17 Event Handler for a "Clear Filter" Button
Scripting on this page enhances content navigation, but does not change the content in any way.