Home / Middleware / Oracle Fusion Middleware Online Documentation Library, 11g Release 1 (11.1.1.3.0) / Developer Guides
Fusion Middleware Developer's Guide for Oracle TopLink
ContentsOpens a new window
Opens a new window
Page 136 of 158

107 Configuring a Custom Coordinated Cache

This chapter describes the various components that you must configure to use a custom, user-defined coordinated cache. For more information, see Section 102.3.4, "Custom Coordinated Cache"Opens a new window.

This chapter includes the following sections:

Table 107-1Opens a new window lists the configurable options for a custom, user-defined coordinated cache.

107.1 Introduction to Custom Coordinated Cache Configuration

Table 107-1Opens a new window lists the configurable options for a custom coordinated cache.

Table 107-1 Configurable Options for a Custom Coordinated Cache

Option to Configure Oracle JDeveloper
TopLink Workbench
Java

Cache coordination change propagation at the descriptor level (see Section 119.15, "Configuring Cache Coordination Change Propagation at the Descriptor Level"Opens a new window)

Supported Supported Supported

Service channel (see Section 103.3, "Configuring a Service Channel"Opens a new window)

Supported Supported Supported

Transport class (see Section 107.2, "Configuring Transport Class"Opens a new window)

Supported Supported Supported

Connection handling (see Section 103.10, "Configuring Connection Handling"Opens a new window)

Supported Supported Supported

107.2 Configuring Transport Class

To configure a custom coordinated cache, you must specify your custom instance of oracle.toplink.remotecommand.TransportManager.

This section describes How to Configure Transport Class Using TopLink WorkbenchOpens a new window.

107.2.1 How to Configure Transport Class Using TopLink Workbench

To select the transport class for the user defined coordinated cache, use this procedure:

  1. Select a session or session broker in the Navigator. Its properties appear in the Editor.

  2. Click the Cache Coordination tab. The Cache Coordination tab appears.

  3. Ensure the Enable Cache Coordination option is selected and the Type is User Defined (see Section 102.3, "Cache Coordination"Opens a new window).

    Figure 107-1 Cache Coordination, Transport Class Option

    Description of Figure 107-1 follows
    Description of "Figure 107-1 Cache Coordination, Transport Class Option"Opens a new window

  4. Click Browse and select the transport class for the user-defined coordinated cache.

Click Browse and select the transport class for the user-defined coordinated cache.

107.2.2 How to Configure Transport Class Using Java

Create a custom instance of the oracle.toplink.remotecommand.TransportManager that you use as a transport class for your coordinated cache.

You obtain the TransportManager using the following Session API:

Session.getCommandManager().getTransportManager()
Previous PageOpens a new window
Page 136 of 158
Next PageOpens a new window