Package system.management
Class WqlEventQuery
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.management.ManagementQuery
-
- system.management.EventQuery
-
- system.management.WqlEventQuery
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class WqlEventQuery extends EventQuery
The base .NET class managing System.Management.WqlEventQuery, System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Management.WqlEventQuery
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Managementstatic java.lang.String
className
Qualified class name: System.Management.WqlEventQuerystatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WqlEventQuery
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoWqlEventQuery
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeTimeSpan
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)
-
Methods inherited from class system.management.ManagementQuery
getQueryLanguage, getQueryString, setQueryLanguage, setQueryString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Management- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Management.WqlEventQuery- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WqlEventQuery
public WqlEventQuery(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
WqlEventQuery
public WqlEventQuery() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, TypeInitializationException, InvalidOperationException
-
WqlEventQuery
public 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
- 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
-
WqlEventQuery
public WqlEventQuery(java.lang.String eventClassName, java.lang.String condition) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, TypeInitializationException, InvalidOperationException
-
WqlEventQuery
public WqlEventQuery(java.lang.String eventClassName, java.lang.String condition, TimeSpan groupWithinInterval) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, TypeInitializationException, InvalidOperationException
-
WqlEventQuery
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
-
WqlEventQuery
public WqlEventQuery(java.lang.String eventClassName, TimeSpan withinInterval) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, TypeInitializationException, InvalidOperationException
-
WqlEventQuery
public WqlEventQuery(java.lang.String eventClassName, TimeSpan withinInterval, java.lang.String condition) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, TypeInitializationException, InvalidOperationException
-
WqlEventQuery
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
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classEventQuery
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classEventQuery
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classEventQuery
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classEventQuery
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classEventQuery
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classEventQuery
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static WqlEventQuery cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoWqlEventQuery
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WqlEventQuery
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Clone
public NetObject Clone() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, TypeInitializationException, InvalidOperationException
- Overrides:
Clone
in classEventQuery
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
TypeInitializationException
InvalidOperationException
-
getGroupByPropertyList
public StringCollection getGroupByPropertyList() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setGroupByPropertyList
public void setGroupByPropertyList(StringCollection GroupByPropertyList) throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, TypeInitializationException, InvalidOperationException, FormatException, ArgumentException, MissingMethodException, TargetInvocationException
-
getCondition
public java.lang.String getCondition() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCondition
public void setCondition(java.lang.String Condition) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, TypeInitializationException, InvalidOperationException, FormatException, ArgumentException, MissingMethodException, TargetInvocationException
-
getEventClassName
public java.lang.String getEventClassName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEventClassName
public void setEventClassName(java.lang.String EventClassName) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, TypeInitializationException, InvalidOperationException, FormatException, ArgumentException, MissingMethodException, TargetInvocationException
-
getHavingCondition
public java.lang.String getHavingCondition() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHavingCondition
public void setHavingCondition(java.lang.String HavingCondition) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, TypeInitializationException, InvalidOperationException, FormatException, ArgumentException, MissingMethodException, TargetInvocationException
-
getGroupWithinInterval
public TimeSpan getGroupWithinInterval() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setGroupWithinInterval
public void setGroupWithinInterval(TimeSpan GroupWithinInterval) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, TypeInitializationException, InvalidOperationException, FormatException, ArgumentException, MissingMethodException, TargetInvocationException
-
getWithinInterval
public TimeSpan getWithinInterval() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWithinInterval
public void setWithinInterval(TimeSpan WithinInterval) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, TypeInitializationException, InvalidOperationException, FormatException, ArgumentException, MissingMethodException, TargetInvocationException
-
-