public class ServiceStatusExInfo extends ServiceStatusInfo
Contains additional fields that are returned by the EnumServiceStatusEx() call.
| Constructor and Description |
|---|
ServiceStatusExInfo()
Default constructor
|
ServiceStatusExInfo(java.lang.String name,
java.lang.String dispname)
Class constructor
|
ServiceStatusExInfo(java.lang.String name,
java.lang.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
|
java.lang.String |
toString()
Return the service status information as a string
|
clearStrings, getCheckpoint, getControlsAccepted, getCurrentState, getDisplayName, getName, getServiceErrorCode, getType, getWaitHint, getWin32ErrorCode, readStrings, setDisplayName, setNamepublic ServiceStatusExInfo()
public ServiceStatusExInfo(java.lang.String name,
java.lang.String dispname)
name - Stringdispname - Stringpublic ServiceStatusExInfo(java.lang.String name,
java.lang.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 DCEReadablereadObject in class ServiceStatusInfobuf - DCEBufferDCEBufferExceptionDCESerializable#readObject(DCEBuffer)public java.lang.String toString()
toString in class ServiceStatusInfoCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.