|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.generic.cci.Records
public class Records
Records
| Method Summary | |
|---|---|
static Interaction |
getInteraction(Object object)
Retrieve the Object's Interaction interface |
static RecordFactory |
getRecordFactory(Object object)
Retrieve the Object's RecordFactory |
static Object |
getUserObject(Object key)
Get the value for the specified key from the map of user objects. |
static Object |
putUserObject(Object key,
Object val)
Put the specified key-value pair into the map of user objects. |
static Object |
removeUserObject(Object key)
Remove the specified key and its value from the map of user objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Interaction getInteraction(Object object)
Object's Interaction interface
Object's Interaction interface
if it is an instance of InteractionCapable;
null otherwise.public static RecordFactory getRecordFactory(Object object)
Object's RecordFactory
Object's RecordFactory or
null if there is none.
public static Object putUserObject(Object key,
Object val)
public static Object getUserObject(Object key)
key - the key of the object to be returned
public static Object removeUserObject(Object key)
key - the key of the object to be removed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||