Package com.sun.corba.ee.spi.orb
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 Summary
Modifier and TypeMethodDescriptionvoid
void
-
Method Details
-
getObjectKey
ObjectKey getObjectKey() -
getObjectAdapter
ObjectAdapter getObjectAdapter() -
clearObjectAdapter
void clearObjectAdapter() -
setObjectAdapter
-