IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins.io.dataobject
Interface DataObjectEntry

All Known Subinterfaces:
DataObjectKey, DataObjectValue, SerializedEntry, SerializedKey, SerializedValue

public interface DataObjectEntry

A common interface for all data object wrappers.

Since:
7.1.1

Method Summary
<T> T
getObject()
          Return the Object form of the data object.
 

Method Detail

getObject

<T> T getObject()
Return the Object form of the data object. Sub-interfaces will define their own contract if the Object is to be copied prior to being returned or not.

Returns:
the object instance.

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.