Interface ObjectKeyCacheEntry

All Known Implementing Classes:
ObjectKeyCacheEntryBase, ObjectKeyCacheEntryImpl, ObjectKeyCacheEntryNoObjectAdapterImpl

public interface ObjectKeyCacheEntry
Interface used to represent information cached for a particular byte[] that represent a GIOP marshalled ObjectKey.
  • Method Details

    • getObjectKey

      ObjectKey getObjectKey()
    • getObjectAdapter

      ObjectAdapter getObjectAdapter()
    • clearObjectAdapter

      void clearObjectAdapter()
    • setObjectAdapter

      void setObjectAdapter(ObjectAdapter oa)