public class PersonalizationAdministration extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.WebParts.PersonalizationAdministration
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.UI.WebControls.WebParts.PersonalizationAdministration
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PersonalizationAdministration() |
PersonalizationAdministration(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PersonalizationAdministration |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PersonalizationAdministration, a cast assert is made to check if types are compatible. |
static PersonalizationStateInfoCollection |
FindInactiveUserState(java.lang.String pathToMatch,
java.lang.String usernameToMatch,
DateTime userInactiveSinceDate) |
static PersonalizationStateInfoCollection |
FindInactiveUserState(java.lang.String pathToMatch,
java.lang.String usernameToMatch,
DateTime userInactiveSinceDate,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
static PersonalizationStateInfoCollection |
FindSharedState(java.lang.String pathToMatch) |
static PersonalizationStateInfoCollection |
FindSharedState(java.lang.String pathToMatch,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
static PersonalizationStateInfoCollection |
FindUserState(java.lang.String pathToMatch,
java.lang.String usernameToMatch) |
static PersonalizationStateInfoCollection |
FindUserState(java.lang.String pathToMatch,
java.lang.String usernameToMatch,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
static PersonalizationStateInfoCollection |
GetAllInactiveUserState(DateTime userInactiveSinceDate) |
static PersonalizationStateInfoCollection |
GetAllInactiveUserState(DateTime userInactiveSinceDate,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
static PersonalizationStateInfoCollection |
GetAllState(PersonalizationScope scope) |
static PersonalizationStateInfoCollection |
GetAllState(PersonalizationScope scope,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
static java.lang.String |
getApplicationName() |
static int |
GetCountOfInactiveUserState(DateTime userInactiveSinceDate) |
static int |
GetCountOfInactiveUserState(java.lang.String pathToMatch,
DateTime userInactiveSinceDate) |
static int |
GetCountOfState(PersonalizationScope scope) |
static int |
GetCountOfState(PersonalizationScope scope,
java.lang.String pathToMatch) |
static int |
GetCountOfUserState(java.lang.String usernameToMatch) |
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
|
static PersonalizationProvider |
getProvider() |
static PersonalizationProviderCollection |
getProviders() |
static int |
ResetAllState(PersonalizationScope scope) |
static int |
ResetInactiveUserState(DateTime userInactiveSinceDate) |
static int |
ResetInactiveUserState(java.lang.String path,
DateTime userInactiveSinceDate) |
static int |
ResetSharedState(JCORefOut dupParam0) |
static boolean |
ResetSharedState(java.lang.String path) |
static int |
ResetSharedState(java.lang.String[] paths) |
static int |
ResetState(PersonalizationStateInfoCollection data) |
static int |
ResetUserState(JCORefOut dupParam0) |
static int |
ResetUserState(java.lang.String path) |
static int |
ResetUserState(java.lang.String[] usernames) |
static int |
ResetUserState(java.lang.String dupParam0,
JCORefOut dupParam1) |
static boolean |
ResetUserState(java.lang.String path,
java.lang.String username) |
static int |
ResetUserState(java.lang.String path,
java.lang.String[] usernames) |
static void |
setApplicationName(java.lang.String ApplicationName) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PersonalizationAdministration()
throws java.lang.Throwable
java.lang.Throwablepublic PersonalizationAdministration(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static PersonalizationAdministration cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PersonalizationAdministration, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPersonalizationAdministration instancejava.lang.Throwable - in case of error during cast operationpublic static PersonalizationStateInfoCollection FindInactiveUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch, DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionpublic static PersonalizationStateInfoCollection FindInactiveUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static PersonalizationStateInfoCollection FindSharedState(java.lang.String pathToMatch) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionpublic static PersonalizationStateInfoCollection FindSharedState(java.lang.String pathToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static PersonalizationStateInfoCollection FindUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionpublic static PersonalizationStateInfoCollection FindUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static PersonalizationStateInfoCollection GetAllInactiveUserState(DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionpublic static PersonalizationStateInfoCollection GetAllInactiveUserState(DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static PersonalizationStateInfoCollection GetAllState(PersonalizationScope scope) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionpublic static PersonalizationStateInfoCollection GetAllState(PersonalizationScope scope, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static java.lang.String getApplicationName()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionpublic static int GetCountOfInactiveUserState(DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionpublic static int GetCountOfInactiveUserState(java.lang.String pathToMatch,
DateTime userInactiveSinceDate)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
TargetParameterCountException,
NotSupportedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static int GetCountOfState(PersonalizationScope scope) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionpublic static int GetCountOfState(PersonalizationScope scope, java.lang.String pathToMatch) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static int GetCountOfUserState(java.lang.String usernameToMatch)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
TargetParameterCountException,
NotSupportedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static PersonalizationProvider getProvider() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic static PersonalizationProviderCollection getProviders() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic static int ResetAllState(PersonalizationScope scope) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionpublic static int ResetInactiveUserState(DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionpublic static int ResetInactiveUserState(java.lang.String path,
DateTime userInactiveSinceDate)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
SecurityException,
TargetParameterCountException,
NotSupportedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static int ResetSharedState(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static boolean ResetSharedState(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
SecurityException,
TargetParameterCountException,
NotSupportedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static int ResetSharedState(java.lang.String[] paths)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
SecurityException,
TargetParameterCountException,
NotSupportedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static int ResetState(PersonalizationStateInfoCollection data) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionpublic static int ResetUserState(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static int ResetUserState(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
SecurityException,
TargetParameterCountException,
NotSupportedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static int ResetUserState(java.lang.String[] usernames)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
SecurityException,
TargetParameterCountException,
NotSupportedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static int ResetUserState(java.lang.String dupParam0,
JCORefOut dupParam1)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
SecurityException,
TargetParameterCountException,
NotSupportedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static boolean ResetUserState(java.lang.String path,
java.lang.String username)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
SecurityException,
TargetParameterCountException,
NotSupportedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static int ResetUserState(java.lang.String path,
java.lang.String[] usernames)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
SecurityException,
TargetParameterCountException,
NotSupportedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static void setApplicationName(java.lang.String ApplicationName)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject