|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.util.Base
com.tangosol.net.partition.DefaultKeyAssociator
public class DefaultKeyAssociator
A DefaultKeyAssociator provides key associations on behalf of keys that
implement the KeyAssociation
interface.
Field Summary | |
---|---|
protected PartitionedService |
m_service
The PartitionedService that this DefaultKeyAssociator is bound to. |
Constructor Summary | |
---|---|
DefaultKeyAssociator()
Default constructor. |
Method Summary | |
---|---|
Object |
getAssociatedKey(Object oKey)
Determine the key object to which the specified key object is associated. |
void |
init(PartitionedService service)
Initialize the KeyAssociator and bind it to a PartitionedService. |
Field Detail |
---|
protected PartitionedService m_service
Constructor Detail |
---|
public DefaultKeyAssociator()
Method Detail |
---|
public void init(PartitionedService service)
init
in interface KeyAssociator
service
- the PartitionedService that this associator is being
bound topublic Object getAssociatedKey(Object oKey)
KeyAssociation
interface. Circular associations are not
allowed.
getAssociatedKey
in interface KeyAssociator
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |