public class EmbeddedSemService extends java.lang.Object implements ServiceInterface
Handles SEM commands:
Modifier and Type | Field and Description |
---|---|
protected EmbeddedServiceHandle |
fHandle |
static java.lang.String |
handleId |
protected com.ibm.staf.service.STAFCommandParser |
parser |
protected static java.lang.String |
s
a single space
|
static java.lang.String |
servicename |
static java.lang.String |
SVS_SERVICE_OPTION_EVENT |
static java.lang.String |
SVS_SERVICE_OPTION_MUTEX |
static java.lang.String |
SVS_SERVICE_OPTION_TIMEOUT |
static java.lang.String |
SVS_SERVICE_REQUEST_DELETE |
static java.lang.String |
SVS_SERVICE_REQUEST_LIST |
static java.lang.String |
SVS_SERVICE_REQUEST_POST |
static java.lang.String |
SVS_SERVICE_REQUEST_PULSE |
static java.lang.String |
SVS_SERVICE_REQUEST_RELEASE |
static java.lang.String |
SVS_SERVICE_REQUEST_REQUEST |
static java.lang.String |
SVS_SERVICE_REQUEST_RESET |
static java.lang.String |
SVS_SERVICE_REQUEST_WAIT |
Constructor and Description |
---|
EmbeddedSemService() |
Modifier and Type | Method and Description |
---|---|
com.ibm.staf.STAFResult |
acceptRequest(InfoInterface.RequestInfo info) |
com.ibm.staf.STAFResult |
init(InfoInterface.InitInfo initInfo)
Intercepts initializing the instance of the service to get servicename information.
|
com.ibm.staf.STAFResult |
terminate() |
com.ibm.staf.STAFResult |
terminateService() |
public static final java.lang.String handleId
public static final java.lang.String servicename
public static final java.lang.String SVS_SERVICE_REQUEST_POST
public static final java.lang.String SVS_SERVICE_REQUEST_PULSE
public static final java.lang.String SVS_SERVICE_REQUEST_RESET
public static final java.lang.String SVS_SERVICE_REQUEST_DELETE
public static final java.lang.String SVS_SERVICE_REQUEST_LIST
public static final java.lang.String SVS_SERVICE_REQUEST_WAIT
public static final java.lang.String SVS_SERVICE_REQUEST_REQUEST
public static final java.lang.String SVS_SERVICE_REQUEST_RELEASE
public static final java.lang.String SVS_SERVICE_OPTION_EVENT
public static final java.lang.String SVS_SERVICE_OPTION_MUTEX
public static final java.lang.String SVS_SERVICE_OPTION_TIMEOUT
protected static java.lang.String s
protected EmbeddedServiceHandle fHandle
protected com.ibm.staf.service.STAFCommandParser parser
public com.ibm.staf.STAFResult init(InfoInterface.InitInfo initInfo)
Handles SEM commands:
public com.ibm.staf.STAFResult acceptRequest(InfoInterface.RequestInfo info)
acceptRequest
in interface ServiceInterface
public com.ibm.staf.STAFResult terminate()
public com.ibm.staf.STAFResult terminateService()
terminateService
in interface ServiceInterface
Copyright © SAS Institute. All Rights Reserved.