Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


com.tangosol.coherence.weblogic
Class PortalCacheProvider.CacheImpl.EntryInfo

java.lang.Object
  extended by com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo

Direct Known Subclasses:
PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
Enclosing class:
PortalCacheProvider.CacheImpl

protected class PortalCacheProvider.CacheImpl.EntryInfo
extends Object

An EntryInfo contains metadata about a cached Map.Entry. <p/> This class is not thread-safe.


Field Summary
protected  boolean m_fLocal
          Flag that determines if the corresponding Map.Entry is stored in the local Map.

 

Constructor Summary
protected PortalCacheProvider.CacheImpl.EntryInfo(boolean fLocal)
          Create a new EntryInfo.

 

Method Summary
protected  String getDescription()
          Return a string representation of this EntryInfo's attributes.
protected  boolean isLocal()
          Determine if the corresponding Map.Entry is stored in the local Map.
protected  void setLocal(boolean fLocal)
          Set the flag that determines if the corresponding Map.Entry is stored in the local Map.
 String toString()
          Return a human readable description of this EntryInfo object.

 

Field Detail

m_fLocal

protected boolean m_fLocal
Flag that determines if the corresponding Map.Entry is stored in the local Map.

Constructor Detail

PortalCacheProvider.CacheImpl.EntryInfo

protected PortalCacheProvider.CacheImpl.EntryInfo(boolean fLocal)
Create a new EntryInfo.
Parameters:
fLocal - if true, the corresponding Map.Entry is stored in the local Map

Method Detail

toString

public String toString()
Return a human readable description of this EntryInfo object.
Returns:
a human readable description of this EntryInfo object

getDescription

protected String getDescription()
Return a string representation of this EntryInfo's attributes.
Returns:
a string representation of this EntryInfo's attributes

isLocal

protected boolean isLocal()
Determine if the corresponding Map.Entry is stored in the local Map.
Returns:
true if the Map.Entry is stored in the local Map

setLocal

protected void setLocal(boolean fLocal)
Set the flag that determines if the corresponding Map.Entry is stored in the local Map.
Parameters:
fLocal - true if the Map.Entry is stored in the local Map

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


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