|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.server.control.component.SessionManager
public class SessionManager
The Class SessionManager.
Field Summary | |
---|---|
boolean |
incrementalRefresh
The incremental refresh. |
Constructor Summary | |
---|---|
SessionManager(boolean incrementalRefresh)
Instantiates a new session manager. |
Method Summary | |
---|---|
void |
addEntryType(char entry)
Adds the entry type. |
void |
addSecurity(java.lang.String security)
Adds the security. |
java.util.Set<java.lang.Character> |
getEntryTypes()
Gets the entry types. |
java.lang.String |
getRefId(java.lang.String securityID,
char entry)
Gets the ref id. |
java.util.Collection<java.lang.String> |
getSecurities()
Gets the securities. |
boolean |
isIncrementalRefresh()
Checks if is incremental refresh. |
void |
removeRefId(java.lang.String securityID,
char entry)
Removes the ref id. |
void |
removeSecurity(java.lang.String security)
Removes the security. |
void |
setIncrementalRefresh(boolean incrementalRefresh)
Sets the incremental refresh. |
void |
setRefId(java.lang.String securityID,
char entry,
java.lang.String entryID)
Sets the ref id. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean incrementalRefresh
Constructor Detail |
---|
public SessionManager(boolean incrementalRefresh)
incrementalRefresh
- the incremental refreshMethod Detail |
---|
public void addSecurity(java.lang.String security)
security
- the securitypublic void removeSecurity(java.lang.String security)
security
- the securitypublic void addEntryType(char entry)
entry
- the entrypublic void setIncrementalRefresh(boolean incrementalRefresh)
incrementalRefresh
- the new incremental refreshpublic boolean isIncrementalRefresh()
public java.util.Collection<java.lang.String> getSecurities()
public java.util.Set<java.lang.Character> getEntryTypes()
public java.lang.String getRefId(java.lang.String securityID, char entry)
securityID
- the security identry
- the entry
public void setRefId(java.lang.String securityID, char entry, java.lang.String entryID)
securityID
- the security identry
- the entryentryID
- the entry idpublic void removeRefId(java.lang.String securityID, char entry)
securityID
- the security identry
- the entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |