public interface OdsxSessionCollectorInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addSession(OdsxSessionInterface odsSession)
Add a session to the internal list.
|
void |
removeSession(OdsxSessionInterface odsSession)
Remove a session from the internal list.
|
void |
removeSession(java.lang.String sessionName)
Remove a session from the internal list.
|
void addSession(OdsxSessionInterface odsSession)
odsSession - The Odsx Session to be added..void removeSession(OdsxSessionInterface odsSession)
odsSession - The Odsx Session to be removedvoid removeSession(java.lang.String sessionName)
sessionName - The name of the Odsx Session to be removed