|
IBM WebSphereTM eXtreme Scale, Release 8.6 API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataObjectContextAware
This interface is implemented by DataObjectEntry implementations or sub-interfaces
to identify that they are associated with a DataObjectContext.
SerializerAccessor.getDefaultContext()| Method Summary | |
|---|---|
void |
applyContext(DataObjectContext ctx)
Apply a non-null DataObjectContext to this object. |
DataObjectContext |
getContext()
Retrieves the current DataObjectContext associated with this object, or null if not associated with a context. |
| Method Detail |
|---|
DataObjectContext getContext()
void applyContext(DataObjectContext ctx)
ctx - the DataObjectContext to associate with the object.
IllegalArgumentException - if the context is incompatible or is already set.
|
IBM WebSphereTM eXtreme Scale, Release 8.6 API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||