public class WebBaseEvent extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Management.WebBaseEvent
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.Management.WebBaseEvent
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WebBaseEvent() |
WebBaseEvent(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static WebBaseEvent |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WebBaseEvent, a cast assert is made to check if types are compatible. |
void |
FormatCustomEventDetails(WebEventFormatter formatter) |
static WebApplicationInformation |
getApplicationInformation() |
int |
getEventCode() |
int |
getEventDetailCode() |
Guid |
getEventID() |
long |
getEventOccurrence() |
long |
getEventSequence() |
NetObject |
getEventSource() |
DateTime |
getEventTime() |
DateTime |
getEventTimeUtc() |
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
|
java.lang.String |
getMessage() |
void |
Raise() |
static void |
Raise(WebBaseEvent eventRaised) |
void |
setJCOInstance(JCObject instance) |
java.lang.String |
ToString(boolean includeAppInfo,
boolean includeCustomEventDetails) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WebBaseEvent()
throws java.lang.Throwable
java.lang.Throwablepublic WebBaseEvent(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static WebBaseEvent cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WebBaseEvent, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWebBaseEvent instancejava.lang.Throwable - in case of error during cast operationpublic void FormatCustomEventDetails(WebEventFormatter formatter) throws java.lang.Throwable
java.lang.Throwablepublic static WebApplicationInformation getApplicationInformation() throws java.lang.Throwable
java.lang.Throwablepublic int getEventCode()
throws java.lang.Throwable
java.lang.Throwablepublic int getEventDetailCode()
throws java.lang.Throwable
java.lang.Throwablepublic Guid getEventID() throws java.lang.Throwable, ArgumentException
java.lang.ThrowableArgumentExceptionpublic long getEventOccurrence()
throws java.lang.Throwable
java.lang.Throwablepublic long getEventSequence()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getEventSource() throws java.lang.Throwable
java.lang.Throwablepublic DateTime getEventTime() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedExceptionpublic DateTime getEventTimeUtc() throws java.lang.Throwable
java.lang.Throwablepublic 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 java.lang.String getMessage()
throws java.lang.Throwable
java.lang.Throwablepublic void Raise()
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
FormatException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
OverflowException,
AbandonedMutexException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionOverflowExceptionAbandonedMutexExceptionNullReferenceExceptionpublic static void Raise(WebBaseEvent eventRaised) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, OverflowException, InvalidTimeZoneException, SecurityException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionOverflowExceptionInvalidTimeZoneExceptionSecurityExceptionNullReferenceExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic java.lang.String ToString(boolean includeAppInfo,
boolean includeCustomEventDetails)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
CultureNotFoundException,
NotImplementedException,
MissingManifestResourceException,
HttpException,
ConfigurationException,
ProviderException,
NotSupportedException,
NullReferenceException,
ConfigurationErrorsException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionHttpExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsExceptionOverflowExceptionOutOfMemoryException