|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InherentManagerSource
A manager that acts as a factory for the various managers of inherent objects.
| Method Summary | ||
|---|---|---|
|
getInherentManager(java.lang.Class<T> managerInterface)Gets a manager that implements for a particular inherent manager interface with a specified value time. |
|
|
getInherentManager(java.lang.Class<T> managerInterface, SnapshotSession session)Gets a manager that implements for a particular inherent manager interface with a specified session. |
|
|
getInteractiveInherentManager(java.lang.Class<T> managerInterface, InteractiveSnapshotSession session)Gets an interactive manager that implements for a particular interactive inherent manager interface with a specified interactive session. |
|
| Method Detail |
|---|
<T extends SnapshotSession> T getInherentManager(java.lang.Class<T> managerInterface)
managerInterface - interface for the inherent manager to return
<T extends SnapshotSession> T getInherentManager(java.lang.Class<T> managerInterface,
SnapshotSession session)
managerInterface - interface for the inherent manager to returnsession - SnapshotSession to use for the inherent manager
<T extends InteractiveSnapshotSession> T getInteractiveInherentManager(java.lang.Class<T> managerInterface,
InteractiveSnapshotSession session)
managerInterface - interactive interface for the inherent manager to returnsession - InteractiveSnapshotSession to use for the interactive inherent manager
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||