public class IHttpSessionStateImplementation extends NetObject implements IHttpSessionState
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.SessionState.IHttpSessionState
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.SessionState.IHttpSessionState
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IHttpSessionStateImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Abandon() |
void |
Add(java.lang.String name,
NetObject value) |
void |
Clear() |
void |
CopyTo(Array array,
int index) |
int |
getCodePage() |
HttpCookieMode |
getCookieMode() |
int |
getCount() |
IEnumerator |
GetEnumerator() |
boolean |
getIsCookieless() |
boolean |
getIsNewSession() |
boolean |
getIsReadOnly() |
boolean |
getIsSynchronized() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getLCID() |
SessionStateMode |
getMode() |
java.lang.String |
getSessionID() |
HttpStaticObjectsCollection |
getStaticObjects() |
NetObject |
getSyncRoot() |
int |
getTimeout() |
void |
Remove(java.lang.String name) |
void |
RemoveAll() |
void |
RemoveAt(int index) |
void |
setCodePage(int CodePage) |
void |
setLCID(int LCID) |
void |
setTimeout(int Timeout) |
static IHttpSessionState |
ToIHttpSessionState(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IHttpSessionState, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IHttpSessionStateImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void Abandon()
throws java.lang.Throwable
Abandon in interface IHttpSessionStatejava.lang.Throwablepublic void Add(java.lang.String name,
NetObject value)
throws java.lang.Throwable
Add in interface IHttpSessionStatejava.lang.Throwablepublic void Clear()
throws java.lang.Throwable
Clear in interface IHttpSessionStatejava.lang.Throwablepublic void CopyTo(Array array, int index) throws java.lang.Throwable
CopyTo in interface IHttpSessionStatejava.lang.Throwablepublic int getCodePage()
throws java.lang.Throwable
getCodePage in interface IHttpSessionStatejava.lang.Throwablepublic HttpCookieMode getCookieMode() throws java.lang.Throwable
getCookieMode in interface IHttpSessionStatejava.lang.Throwablepublic int getCount()
throws java.lang.Throwable
getCount in interface IHttpSessionStatejava.lang.Throwablepublic IEnumerator GetEnumerator() throws java.lang.Throwable
GetEnumerator in interface IHttpSessionStatejava.lang.Throwablepublic boolean getIsCookieless()
throws java.lang.Throwable
getIsCookieless in interface IHttpSessionStatejava.lang.Throwablepublic boolean getIsNewSession()
throws java.lang.Throwable
getIsNewSession in interface IHttpSessionStatejava.lang.Throwablepublic boolean getIsReadOnly()
throws java.lang.Throwable
getIsReadOnly in interface IHttpSessionStatejava.lang.Throwablepublic boolean getIsSynchronized()
throws java.lang.Throwable
getIsSynchronized in interface IHttpSessionStatejava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IHttpSessionStategetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IHttpSessionStategetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IHttpSessionStategetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IHttpSessionStategetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IHttpSessionStategetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int getLCID()
throws java.lang.Throwable
getLCID in interface IHttpSessionStatejava.lang.Throwablepublic SessionStateMode getMode() throws java.lang.Throwable
getMode in interface IHttpSessionStatejava.lang.Throwablepublic java.lang.String getSessionID()
throws java.lang.Throwable
getSessionID in interface IHttpSessionStatejava.lang.Throwablepublic HttpStaticObjectsCollection getStaticObjects() throws java.lang.Throwable
getStaticObjects in interface IHttpSessionStatejava.lang.Throwablepublic NetObject getSyncRoot() throws java.lang.Throwable
getSyncRoot in interface IHttpSessionStatejava.lang.Throwablepublic int getTimeout()
throws java.lang.Throwable
getTimeout in interface IHttpSessionStatejava.lang.Throwablepublic void Remove(java.lang.String name)
throws java.lang.Throwable
Remove in interface IHttpSessionStatejava.lang.Throwablepublic void RemoveAll()
throws java.lang.Throwable
RemoveAll in interface IHttpSessionStatejava.lang.Throwablepublic void RemoveAt(int index)
throws java.lang.Throwable
RemoveAt in interface IHttpSessionStatejava.lang.Throwablepublic void setCodePage(int CodePage)
throws java.lang.Throwable
setCodePage in interface IHttpSessionStatejava.lang.Throwablepublic void setLCID(int LCID)
throws java.lang.Throwable
setLCID in interface IHttpSessionStatejava.lang.Throwablepublic void setTimeout(int Timeout)
throws java.lang.Throwable
setTimeout in interface IHttpSessionStatejava.lang.Throwablepublic static IHttpSessionState ToIHttpSessionState(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IHttpSessionState, a cast assert is made to check if types are compatible.ToIHttpSessionState in interface IHttpSessionStatefrom - IJCOBridgeReflected instance to be castedIHttpSessionState instancejava.lang.Throwable - in case of error during cast operation