Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net.partition
Class DefaultKeyAssociator

java.lang.Object
  extended by com.oracle.common.base.NaturalAssociator
      extended by com.tangosol.net.partition.DefaultKeyAssociator

All Implemented Interfaces:
com.oracle.common.base.Associator, KeyAssociator

public class DefaultKeyAssociator
extends com.oracle.common.base.NaturalAssociator
implements KeyAssociator

A DefaultKeyAssociator provides key associations on behalf of keys that implement the KeyAssociation interface.

Since:
Coherence 3.0
Author:
gg 2005.05.19

Field Summary
protected  PartitionedService m_service
          The PartitionedService that this DefaultKeyAssociator is bound to.

 

Constructor Summary
DefaultKeyAssociator()
          Default constructor.

 

Method Summary
 void init(PartitionedService service)
          Initialize the KeyAssociator and bind it to a PartitionedService.

 

Methods inherited from class com.oracle.common.base.NaturalAssociator
getAssociatedKey, validateAssociated

 

Methods inherited from interface com.tangosol.net.partition.KeyAssociator
getAssociatedKey

 

Field Detail

m_service

protected PartitionedService m_service
The PartitionedService that this DefaultKeyAssociator is bound to.

Constructor Detail

DefaultKeyAssociator

public DefaultKeyAssociator()
Default constructor.

Method Detail

init

public void init(PartitionedService service)
Initialize the KeyAssociator and bind it to a PartitionedService.
Specified by:
init in interface KeyAssociator
Parameters:
service - the PartitionedService that this associator is being bound to

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.