|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQContextManager
Interface for a QContextManager handler.
Method Summary | |
---|---|
void |
closeSharedContext(IQContextContainer cc)
If the specified container contains a shared context close it. |
QDataContext |
createUnmanagedContext()
Create an unmanaged (manually closed) context factory. |
QDataContextFactory |
getDataContextFactory()
Return the default QDataContextFactory. |
QDataContext |
getSharedContext(IQContextContainer cc)
Gets a shared QDataContext from the container. |
QDataContextFactory |
getSharedContextFactory(IQContextContainer cc)
Get/create a shared context factory. |
void |
setContextFactory(QDataContextFactory f)
Initialize the data context factory that is to be used by default to allocate QDataContexts. |
Method Detail |
---|
void setContextFactory(QDataContextFactory f)
f
- QDataContextFactory getDataContextFactory()
QDataContext createUnmanagedContext() throws java.lang.Exception
java.lang.Exception
QDataContextFactory getSharedContextFactory(IQContextContainer cc)
cc
-
QDataContext getSharedContext(IQContextContainer cc) throws java.lang.Exception
java.lang.Exception
void closeSharedContext(IQContextContainer cc)
cc
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |