Package | Description |
---|---|
org.safs | |
org.safs.staf | |
org.safs.staf.embedded | |
org.safs.staf.service.input | |
org.safs.staf.service.logging | |
org.safs.staf.service.map | |
org.safs.staf.service.var |
Modifier and Type | Method and Description |
---|---|
HandleInterface |
STAFHelper.getHandle()
get the handle.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
STAFHelper.getSTAFVersionString(HandleInterface handle) |
Modifier and Type | Class and Description |
---|---|
class |
STAFHandleInterface |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedHandle
A handle subclass used by clients of Services.
|
class |
EmbeddedServiceHandle
A handle subclass specifically used by Services, rather than clients of services.
|
Modifier and Type | Field and Description |
---|---|
protected HandleInterface |
AbstractSAFSInputService.fHandle |
Modifier and Type | Field and Description |
---|---|
protected HandleInterface |
STAFFileLogItem.handle |
protected HandleInterface |
SLSLogFacility.handle |
protected static HandleInterface |
AbstractSAFSLoggingService.handle |
Modifier and Type | Method and Description |
---|---|
void |
STAFFileLogItem.setHandle(HandleInterface h)
Set the STAF handle of this log item.
|
void |
SLSLogFacility.setHandle(HandleInterface h)
Sets the STAF handle for this log facility.
|
Constructor and Description |
---|
CustomLogFac(java.lang.String name,
long mode,
java.lang.String linked,
HandleInterface h,
java.lang.String stafLog)
Creates a
CustomLogFac . |
LocalSLSLogFacility(java.lang.String name,
long mode,
int level,
java.lang.String linked,
HandleInterface h,
java.lang.String dir,
LogItemDictionary logs,
java.lang.String csvc,
boolean overwrite,
ServiceDebugLog debugLog)
Creates a
LocalSLSLogFacility . |
LocalSLSLogFacility(java.lang.String name,
long mode,
int level,
java.lang.String linked,
HandleInterface h,
java.lang.String dir,
LogItemDictionary logs,
java.lang.String csvc,
ServiceDebugLog debugLog)
Creates a
LocalSLSLogFacility . |
RemoteSLSLogFacility(java.lang.String name,
long mode,
int level,
java.lang.String linked,
HandleInterface h,
java.lang.String dir,
LogItemDictionary logs,
java.lang.String machine,
java.lang.String service,
boolean overwrite,
ServiceDebugLog debugLog)
Creates a
RemoteSLSLogFacility . |
RemoteSLSLogFacility(java.lang.String name,
long mode,
int level,
java.lang.String linked,
HandleInterface handle,
java.lang.String dir,
LogItemDictionary logs,
java.lang.String machine,
java.lang.String service,
ServiceDebugLog debugLog)
Creates a
RemoteSLSLogFacility . |
SLSLogFacility(java.lang.String name,
long mode,
int level,
java.lang.String linked,
HandleInterface h,
java.lang.String dir,
LogItemDictionary logs,
ServiceDebugLog debugLog)
Creates a
SLSLogFacility . |
Modifier and Type | Field and Description |
---|---|
protected HandleInterface |
AbstractSAFSAppMapService.client |
protected static HandleInterface |
SAFSAppMapService3.singletonClient |
protected static HandleInterface |
SAFSAppMapService.singletonClient |
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractSAFSAppMapService.doInit(HandleInterface client,
java.lang.String name,
java.lang.String params)
Handle initializing this instance of the service for STAF
|
Modifier and Type | Field and Description |
---|---|
protected HandleInterface |
AbstractSAFSVariableService.client |
protected static HandleInterface |
SAFSVariableService3.singletonClient |
protected static HandleInterface |
SAFSVariableService.singletonClient |
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractSAFSVariableService.doInit(HandleInterface client,
java.lang.String name,
java.lang.String params)
Handle initializing this instance of the service for STAF
|
Copyright © SAS Institute. All Rights Reserved.