|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.tm.WebContext
Class holds the status of current state of a web context.
Constructor Summary | |
WebContext()
|
Method Summary | |
boolean |
equals(Object obj)
Overwritten to ensure that a refreshed context object is the same as the old one in the tree. |
int |
getActiveSessions()
|
String |
getDocPath()
|
String |
getPath()
|
WebContextStatus |
getStatus()
|
int |
hashCode()
Overwritten to provide the hash for the same fields used in the equals method. |
void |
setActiveSessions(int count)
|
void |
setDocPath(String string)
|
void |
setPath(String string)
|
void |
setStatus(WebContextStatus i)
|
String |
toString()
Overwriten for debuging purposes only. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WebContext()
Method Detail |
public String getDocPath()
public String getPath()
public WebContextStatus getStatus()
public void setDocPath(String string)
string
- new doc pathpublic void setPath(String string)
string
- new pathpublic void setStatus(WebContextStatus i)
i
- New status. Must be one of the constants defined in this class.public int getActiveSessions()
public void setActiveSessions(int count)
count
- Session countpublic boolean equals(Object obj)
Object.equals(java.lang.Object)
public int hashCode()
Object.hashCode()
public String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |