link start!
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package com.tridium.sys.session;
|
||||
|
||||
public interface ISession {
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.tridium.sys.session;
|
||||
|
||||
public interface SessionManager {
|
||||
String addSession(ISession iSession);
|
||||
|
||||
ISession getSession(String str);
|
||||
|
||||
ISession removeSession(String str);
|
||||
}
|
||||
Reference in New Issue
Block a user