public class WqlEventQuery extends EventQuery
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Management.WqlEventQuery
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.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Management
|
static java.lang.String |
className
Qualified class name: System.Management.WqlEventQuery
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WqlEventQuery() |
WqlEventQuery(java.lang.Object instance)
Internal constructor.
|
WqlEventQuery(java.lang.String queryOrEventClassName) |
WqlEventQuery(java.lang.String eventClassName,
java.lang.String condition) |
WqlEventQuery(java.lang.String eventClassName,
java.lang.String condition,
TimeSpan groupWithinInterval) |
WqlEventQuery(java.lang.String eventClassName,
java.lang.String condition,
TimeSpan groupWithinInterval,
java.lang.String[] groupByPropertyList) |
WqlEventQuery(java.lang.String eventClassName,
TimeSpan withinInterval) |
WqlEventQuery(java.lang.String eventClassName,
TimeSpan withinInterval,
java.lang.String condition) |
WqlEventQuery(java.lang.String eventClassName,
TimeSpan withinInterval,
java.lang.String condition,
TimeSpan groupWithinInterval,
java.lang.String[] groupByPropertyList,
java.lang.String havingCondition) |
| Modifier and Type | Method and Description |
|---|---|
static WqlEventQuery |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WqlEventQuery, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
java.lang.String |
getCondition() |
java.lang.String |
getEventClassName() |
StringCollection |
getGroupByPropertyList() |
TimeSpan |
getGroupWithinInterval() |
java.lang.String |
getHavingCondition() |
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
|
TimeSpan |
getWithinInterval() |
void |
setCondition(java.lang.String Condition) |
void |
setEventClassName(java.lang.String EventClassName) |
void |
setGroupByPropertyList(StringCollection GroupByPropertyList) |
void |
setGroupWithinInterval(TimeSpan GroupWithinInterval) |
void |
setHavingCondition(java.lang.String HavingCondition) |
void |
setJCOInstance(JCObject instance) |
void |
setWithinInterval(TimeSpan WithinInterval) |
getQueryLanguage, getQueryString, setQueryLanguage, setQueryStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WqlEventQuery()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
TypeInitializationException,
InvalidOperationException
public WqlEventQuery(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic WqlEventQuery(java.lang.String queryOrEventClassName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ArgumentOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
NotImplementedException,
ManagementException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionIndexOutOfRangeExceptionpublic WqlEventQuery(java.lang.String eventClassName,
java.lang.String condition)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
TypeInitializationException,
InvalidOperationException
public WqlEventQuery(java.lang.String eventClassName,
java.lang.String condition,
TimeSpan groupWithinInterval)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
TypeInitializationException,
InvalidOperationException
public WqlEventQuery(java.lang.String eventClassName,
java.lang.String condition,
TimeSpan groupWithinInterval,
java.lang.String[] groupByPropertyList)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
TypeInitializationException,
InvalidOperationException
public WqlEventQuery(java.lang.String eventClassName,
TimeSpan withinInterval)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
TypeInitializationException,
InvalidOperationException
public WqlEventQuery(java.lang.String eventClassName,
TimeSpan withinInterval,
java.lang.String condition)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
TypeInitializationException,
InvalidOperationException
public WqlEventQuery(java.lang.String eventClassName,
TimeSpan withinInterval,
java.lang.String condition,
TimeSpan groupWithinInterval,
java.lang.String[] groupByPropertyList,
java.lang.String havingCondition)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
TypeInitializationException,
InvalidOperationException,
FormatException,
MissingMethodException,
TargetInvocationException
public static WqlEventQuery cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WqlEventQuery, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWqlEventQuery instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, TypeInitializationException, InvalidOperationException
Clone in class EventQueryjava.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionTypeInitializationExceptionInvalidOperationExceptionpublic java.lang.String getCondition()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getEventClassName()
throws java.lang.Throwable
java.lang.Throwablepublic StringCollection getGroupByPropertyList() throws java.lang.Throwable
java.lang.Throwablepublic TimeSpan getGroupWithinInterval() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getHavingCondition()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class EventQueryString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class EventQueryString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class EventQueryObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class EventQueryString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class EventQueryJCType representing the CLR Type of the instantiated Classpublic TimeSpan getWithinInterval() throws java.lang.Throwable
java.lang.Throwablepublic void setCondition(java.lang.String Condition)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentOutOfRangeException,
TypeInitializationException,
InvalidOperationException,
FormatException,
ArgumentException,
MissingMethodException,
TargetInvocationException
public void setEventClassName(java.lang.String EventClassName)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentOutOfRangeException,
TypeInitializationException,
InvalidOperationException,
FormatException,
ArgumentException,
MissingMethodException,
TargetInvocationException
public void setGroupByPropertyList(StringCollection GroupByPropertyList) throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, TypeInitializationException, InvalidOperationException, FormatException, ArgumentException, MissingMethodException, TargetInvocationException
public void setGroupWithinInterval(TimeSpan GroupWithinInterval) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, TypeInitializationException, InvalidOperationException, FormatException, ArgumentException, MissingMethodException, TargetInvocationException
public void setHavingCondition(java.lang.String HavingCondition)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentOutOfRangeException,
TypeInitializationException,
InvalidOperationException,
FormatException,
ArgumentException,
MissingMethodException,
TargetInvocationException
public void setJCOInstance(JCObject instance)
setJCOInstance in class EventQuerypublic void setWithinInterval(TimeSpan WithinInterval) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, TypeInitializationException, InvalidOperationException, FormatException, ArgumentException, MissingMethodException, TargetInvocationException