public class ServiceStatusExInfo extends ServiceStatusInfo
Contains additional fields that are returned by the EnumServiceStatusEx() call.
Constructor and Description |
---|
ServiceStatusExInfo()
Default constructor
|
ServiceStatusExInfo(String name,
String dispname)
Class constructor
|
ServiceStatusExInfo(String name,
String dispname,
int typ,
int state,
int ctrl,
int win32code,
int srvexit,
int chkpoint,
int waithint,
int pid,
int svcFlags)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getProcessId()
Return the process id of the service
|
int |
getServiceFlags()
Return the service flags
|
void |
readObject(DCEBuffer buf)
Read the service status information from the DCE buffer
|
String |
toString()
Return the service status information as a string
|
clearStrings, getCheckpoint, getControlsAccepted, getCurrentState, getDisplayName, getName, getServiceErrorCode, getType, getWaitHint, getWin32ErrorCode, readStrings, setDisplayName, setName
public ServiceStatusExInfo()
public ServiceStatusExInfo(String name, String dispname)
name
- Stringdispname
- Stringpublic ServiceStatusExInfo(String name, String dispname, int typ, int state, int ctrl, int win32code, int srvexit, int chkpoint, int waithint, int pid, int svcFlags)
name
- Stringdispname
- Stringtyp
- intstate
- intctrl
- intwin32code
- intsrvexit
- intchkpoint
- intwaithint
- intpid
- intsvcFlags
- intpublic final int getProcessId()
public final int getServiceFlags()
public void readObject(DCEBuffer buf) throws DCEBufferException
readObject
in interface DCEReadable
readObject
in class ServiceStatusInfo
buf
- DCEBufferDCEBufferException
DCEReadable.readObject(DCEBuffer)
public String toString()
toString
in class ServiceStatusInfo
Copyright © 2005–2017 Alfresco Software. All rights reserved.