All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ars.invoke.request.SessionFactory Maven / Gradle / Ivy

The newest version!
package ars.invoke.request;

/**
 * 会话对象工厂接口
 *
 * @author wuyongqiang
 */
public interface SessionFactory {
    /**
     * 获取请求对应会话对象
     *
     * @param requester 请求对象
     * @return 会话对象
     */
    public Session getSession(Requester requester);

    /**
     * 销毁会话工厂对象
     */
    public void destroy();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy