public class Win32_ScheduledJobImpl extends xyz.cofe.win.wmi.WmiObjImpl implements Win32_ScheduledJob
| Constructor and Description |
|---|
Win32_ScheduledJobImpl(com.jacob.activeX.ActiveXComponent activeXComponent) |
Win32_ScheduledJobImpl(com.jacob.activeX.ActiveXComponent activeXComponent,
xyz.cofe.win.wmi.Wmi wmi) |
Win32_ScheduledJobImpl(xyz.cofe.win.activex.GetActiveXComponent activeXComponent) |
Win32_ScheduledJobImpl(xyz.cofe.win.activex.GetActiveXComponent activeXComponent,
xyz.cofe.win.wmi.Wmi wmi) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
String |
getCommand() |
int |
getDaysOfMonth() |
int |
getDaysOfWeek() |
String |
getDescription() |
Optional<OffsetDateTime> |
getElapsedTime() |
Optional<OffsetDateTime> |
getInstallDate() |
boolean |
getInteractWithDesktop() |
int |
getJobId() |
String |
getJobStatus() |
String |
getName() |
String |
getNotify() |
String |
getOwner() |
int |
getPriority() |
boolean |
getRunRepeatedly() |
Optional<OffsetDateTime> |
getStartTime() |
String |
getStatus() |
Optional<OffsetDateTime> |
getTimeSubmitted() |
Optional<OffsetDateTime> |
getUntilTime() |
getActiveXComponent, getWmiMethods, getWmiPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitquery, querypublic Win32_ScheduledJobImpl(com.jacob.activeX.ActiveXComponent activeXComponent)
public Win32_ScheduledJobImpl(com.jacob.activeX.ActiveXComponent activeXComponent,
xyz.cofe.win.wmi.Wmi wmi)
public Win32_ScheduledJobImpl(xyz.cofe.win.activex.GetActiveXComponent activeXComponent)
public Win32_ScheduledJobImpl(xyz.cofe.win.activex.GetActiveXComponent activeXComponent,
xyz.cofe.win.wmi.Wmi wmi)
public String getCaption()
getCaption in interface Win32_ScheduledJobpublic String getCommand()
getCommand in interface Win32_ScheduledJobpublic int getDaysOfMonth()
getDaysOfMonth in interface Win32_ScheduledJobpublic int getDaysOfWeek()
getDaysOfWeek in interface Win32_ScheduledJobpublic String getDescription()
getDescription in interface Win32_ScheduledJobpublic Optional<OffsetDateTime> getElapsedTime()
getElapsedTime in interface Win32_ScheduledJobpublic Optional<OffsetDateTime> getInstallDate()
getInstallDate in interface Win32_ScheduledJobpublic boolean getInteractWithDesktop()
getInteractWithDesktop in interface Win32_ScheduledJobpublic int getJobId()
getJobId in interface Win32_ScheduledJobpublic String getJobStatus()
getJobStatus in interface Win32_ScheduledJobpublic String getName()
getName in interface Win32_ScheduledJobpublic String getNotify()
getNotify in interface Win32_ScheduledJobpublic String getOwner()
getOwner in interface Win32_ScheduledJobpublic int getPriority()
getPriority in interface Win32_ScheduledJobpublic boolean getRunRepeatedly()
getRunRepeatedly in interface Win32_ScheduledJobpublic Optional<OffsetDateTime> getStartTime()
getStartTime in interface Win32_ScheduledJobpublic String getStatus()
getStatus in interface Win32_ScheduledJobpublic Optional<OffsetDateTime> getTimeSubmitted()
getTimeSubmitted in interface Win32_ScheduledJobpublic Optional<OffsetDateTime> getUntilTime()
getUntilTime in interface Win32_ScheduledJobCopyright © 2020. All rights reserved.