| |
|
| java.lang.Object com.nabhinc.ws.server.HTTPWebServiceSession
HTTPWebServiceSession | public class HTTPWebServiceSession implements WebServiceSession(Code) | | Implementation of WebServiceSession interface based
on HTTP session.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. All Rights Reserved. |
HTTPWebServiceSession | public HTTPWebServiceSession()(Code) | | Empty constructor
|
HTTPWebServiceSession | public HTTPWebServiceSession(HttpSession session)(Code) | | Creates a session object associated with supplied HTTP session
Parameters: session - HTTP session |
getAttribute | public Object getAttribute(String name)(Code) | | See Also: com.nabhinc.ws.server.WebServiceSession.getAttribute(java.lang.String) |
getAttributeNames | public Enumeration getAttributeNames()(Code) | | See Also: com.nabhinc.ws.server.WebServiceSession.getAttributeNames |
getCreationTime | public long getCreationTime()(Code) | | See Also: com.nabhinc.ws.server.WebServiceSession.getCreationTime |
getId | public String getId()(Code) | | See Also: com.nabhinc.ws.server.WebServiceSession.getId |
getLastAccessedTime | public long getLastAccessedTime()(Code) | | See Also: com.nabhinc.ws.server.WebServiceSession.getLastAccessedTime |
getMaxInactiveInterval | public int getMaxInactiveInterval()(Code) | | See Also: com.nabhinc.ws.server.WebServiceSession.getMaxInactiveInterval |
invalidate | public void invalidate()(Code) | | See Also: com.nabhinc.ws.server.WebServiceSession.invalidate |
isNew | public boolean isNew()(Code) | | See Also: com.nabhinc.ws.server.WebServiceSession.isNew |
removeAttribute | public void removeAttribute(String name)(Code) | | See Also: com.nabhinc.ws.server.WebServiceSession.removeAttribute(java.lang.String) |
setAttribute | public void setAttribute(String name, Object value)(Code) | | See Also: com.nabhinc.ws.server.WebServiceSession.setAttribute(java.lang.Stringjava.lang.Object) |
setHttpSession | public void setHttpSession(HttpSession session)(Code) | | Set the HTTP session associated with this object.
Parameters: session - HTTP session |
setMaxInactiveInterval | public void setMaxInactiveInterval(int interval)(Code) | | See Also: com.nabhinc.ws.server.WebServiceSession.setMaxInactiveInterval(int) |
|
|
|