|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMPersistentContext
Allows custom objects to persist user-defined data within the lifetime of the current task session. For example, data can be persisted:
IMPersistentContext
interface is part of the core
Identity Manager API architecture.
Method Summary | |
---|---|
java.lang.Object |
getPersistentData(java.lang.String Key)
Deprecated. Deprecated in IdentityMinder 6.0. Use getSessionAttribute() . |
void |
setPersistentData(java.lang.String key,
java.lang.Object value)
Deprecated. Deprecated in IdentityMinder 6.0. Use setSessionAttribute() . |
Methods inherited from interface com.netegrity.imapi.IMContext |
---|
getAuxDataRoot, getLocalizer, getLocalizer, getSessionAttribute, removeSessionAttribute, setSessionAttribute |
Methods inherited from interface com.netegrity.imapi.Logger |
---|
logDebugMessage, logErrorMessage, logInfoMessage, logWarningMessage |
Method Detail |
---|
java.lang.Object getPersistentData(java.lang.String Key)
getSessionAttribute()
.
Retrieves data associated with the specified key.
This method allows you to persist user-defined data between objects of the same type in the same task session -- for example, between two business logic task handlers, or between two event listeners.
Key
- The key for the data object.
void setPersistentData(java.lang.String key, java.lang.Object value)
setSessionAttribute()
.
Sets the data to be persisted.
This method allows you to persist user-defined data between objects of the same type in the same task session -- for example, between two business logic task handlers, or between two event listeners.
key
- The key to reference the data.value
- The data to be persisted.
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |