Modifier and Type | Method and Description |
---|---|
com.ibm.staf.STAFResult |
ServiceInterface.acceptRequest(InfoInterface.RequestInfo info) |
com.ibm.staf.STAFResult |
EmbeddedServiceHandle.acceptRequest(InfoInterface.RequestInfo info)
Accept a request sent via another handler's submit calls to the service using this Handle.
|
Modifier and Type | Method and Description |
---|---|
com.ibm.staf.STAFResult |
AbstractSAFSInputService.acceptRequest(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSInputService.handleBegin(InfoInterface.RequestInfo info,
com.ibm.staf.service.STAFCommandParseResult parsedData) |
protected com.ibm.staf.STAFResult |
AbstractSAFSInputService.handleClose(InfoInterface.RequestInfo info,
com.ibm.staf.service.STAFCommandParseResult parsedData) |
protected com.ibm.staf.STAFResult |
AbstractSAFSInputService.handleGoto(InfoInterface.RequestInfo info,
com.ibm.staf.service.STAFCommandParseResult parsedData) |
protected com.ibm.staf.STAFResult |
AbstractSAFSInputService.handleHelp(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSInputService.handleList(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSInputService.handleNext(InfoInterface.RequestInfo info,
com.ibm.staf.service.STAFCommandParseResult parsedData) |
protected com.ibm.staf.STAFResult |
AbstractSAFSInputService.handleOpen(InfoInterface.RequestInfo info,
com.ibm.staf.service.STAFCommandParseResult parsedData) |
protected com.ibm.staf.STAFResult |
AbstractSAFSInputService.handleQuery(InfoInterface.RequestInfo info,
com.ibm.staf.service.STAFCommandParseResult parsedData) |
protected com.ibm.staf.STAFResult |
AbstractSAFSInputService.handleReset(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSInputService.processRequest(InfoInterface.RequestInfo info,
com.ibm.staf.service.STAFCommandParseResult parseData)
A subclass must override this function to handle requests not
handled by the superclass.
|
Modifier and Type | Method and Description |
---|---|
com.ibm.staf.STAFResult |
AbstractSAFSLoggingService.acceptRequest(InfoInterface.RequestInfo info)
Handles service request from STAF.
|
com.ibm.staf.STAFResult |
AbstractSAFSCustomLoggingService.acceptRequest(InfoInterface.RequestInfo info)
Handles service request from STAF.
|
protected com.ibm.staf.STAFResult |
AbstractSAFSLoggingService.handleClose(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSLoggingService.handleHandleId(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSLoggingService.handleHelp(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSLoggingService.handleInit(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSLoggingService.handleList(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSLoggingService.handleLogLevel(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSLoggingService.handleLogMessage(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSLoggingService.handleQuery(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSLoggingService.handleResumeLog(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSLoggingService.handleSuspendLog(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSLoggingService.handleTruncate(InfoInterface.RequestInfo info) |
protected com.ibm.staf.STAFResult |
AbstractSAFSLoggingService.handleVersion(InfoInterface.RequestInfo info) |
Modifier and Type | Method and Description |
---|---|
com.ibm.staf.STAFResult |
EmbeddedMapService.acceptRequest(InfoInterface.RequestInfo info) |
Modifier and Type | Method and Description |
---|---|
com.ibm.staf.STAFResult |
EmbeddedQueueService.acceptRequest(InfoInterface.RequestInfo info) |
Modifier and Type | Method and Description |
---|---|
com.ibm.staf.STAFResult |
EmbeddedSemService.acceptRequest(InfoInterface.RequestInfo info) |
Modifier and Type | Method and Description |
---|---|
com.ibm.staf.STAFResult |
EmbeddedVariableService.acceptRequest(InfoInterface.RequestInfo info) |
Copyright © SAS Institute. All Rights Reserved.