|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectglogic.jthin.app.JThinInstance
When user is authenticated this object is created to hold the application instance.
| Field Summary | |
protected java.util.List |
_oApplicationViewList
|
protected JThinFrame |
_oJThinFrame
|
| Constructor Summary | |
JThinInstance(JThinContainer container)
|
|
| Method Summary | |
void |
addApplicationView(ApplicationView home)
|
ApplicationView |
createNewApplicationView(int iWidth,
int iHeight)
|
void |
endSession(ApplicationView home)
This is called when the JThinInstance is to be destroyed and control given back to the Container. |
int |
getApplicationViewCount()
|
static JThinInstance |
getInstance()
Thread local that can be called from anywhere in the code to get a handle on the application. |
JThinContainer |
getJThinContainer()
|
JThinFrame |
getJThinFrame()
|
void |
removeApplicationView(ApplicationView homeView)
Called by ApplicationView when user has closed the window but not formally signed off. |
void |
startSession()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected JThinFrame _oJThinFrame
protected java.util.List _oApplicationViewList
| Constructor Detail |
public JThinInstance(JThinContainer container)
| Method Detail |
public static JThinInstance getInstance()
null if no JThinInstance running.public JThinContainer getJThinContainer()
public void startSession()
public JThinFrame getJThinFrame()
public void addApplicationView(ApplicationView home)
public int getApplicationViewCount()
public void endSession(ApplicationView home)
public ApplicationView createNewApplicationView(int iWidth,
int iHeight)
public void removeApplicationView(ApplicationView homeView)
|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||