Package | Description |
---|---|
org.safs.tools | |
org.safs.tools.counters | |
org.safs.tools.drivers | |
org.safs.tools.input | |
org.safs.tools.logs |
Modifier and Type | Class and Description |
---|---|
class |
UniqueStringID |
Modifier and Type | Interface and Description |
---|---|
interface |
UniqueCounterInterface |
Modifier and Type | Class and Description |
---|---|
class |
UniqueStringCounterInfo |
Modifier and Type | Method and Description |
---|---|
void |
SAFSCOUNTERS.clearCounter(UniqueIDInterface counter) |
void |
CountersInterface.clearCounter(UniqueIDInterface counter)
Clear all counts on the specified counter.
|
void |
SAFSCOUNTERS.copyCounter(UniqueIDInterface from_counter,
UniqueIDInterface to_counter) |
void |
CountersInterface.copyCounter(UniqueIDInterface from_counter,
UniqueIDInterface to_counter)
Copy the from_counter counts to the specified to_counter.
|
void |
SAFSCOUNTERS.copyStatus(StatusInterface from_status,
UniqueIDInterface to_counter) |
void |
CountersInterface.copyStatus(StatusInterface from_status,
UniqueIDInterface to_counter)
Copy the from_status counts to the specified to_counter.
|
void |
SAFSCOUNTERS.deleteCounter(UniqueIDInterface counter) |
void |
CountersInterface.deleteCounter(UniqueIDInterface counter)
Delete a counter out of storage.
|
void |
SAFSCOUNTERS.diffCounters(UniqueIDInterface sub_counter,
UniqueIDInterface from_counter) |
void |
CountersInterface.diffCounters(UniqueIDInterface sub_counter,
UniqueIDInterface from_counter)
Substract the sub_counter counts from the specified from_counter.
|
void |
SAFSCOUNTERS.diffStatus(StatusInterface sub_status,
UniqueIDInterface from_counter) |
void |
CountersInterface.diffStatus(StatusInterface sub_status,
UniqueIDInterface from_counter)
Substract the sub_status counts from the specified from_counter.
|
long |
SAFSCOUNTERS.getCounterMode(UniqueIDInterface counter) |
long |
CountersInterface.getCounterMode(UniqueIDInterface counter)
Get a counter's mode.
|
CountStatusInterface |
SAFSCOUNTERS.getStatus(UniqueIDInterface counter) |
CountStatusInterface |
CountersInterface.getStatus(UniqueIDInterface counter)
Get the status counts from the specified counter.
|
protected java.lang.String |
SAFSCOUNTERS.getUpperCaseKey(UniqueIDInterface counter)
internal convenience routine
|
void |
SAFSCOUNTERS.initCounter(UniqueIDInterface counter) |
void |
CountersInterface.initCounter(UniqueIDInterface counter)
Initialize/Start a new counter.
|
void |
SAFSCOUNTERS.resumeCounter(UniqueIDInterface counter) |
void |
CountersInterface.resumeCounter(UniqueIDInterface counter)
Resume counting on a single counter suspended by suspendCounter.
|
void |
SAFSCOUNTERS.setCounterMode(UniqueIDInterface counter,
long mode) |
void |
CountersInterface.setCounterMode(UniqueIDInterface counter,
long mode)
Set a counter's mode.
|
void |
SAFSCOUNTERS.sumCounters(UniqueIDInterface add_counter,
UniqueIDInterface to_counter) |
void |
CountersInterface.sumCounters(UniqueIDInterface add_counter,
UniqueIDInterface to_counter)
Add the add_counter counts to the specified to_counter.
|
void |
SAFSCOUNTERS.sumStatus(StatusInterface add_status,
UniqueIDInterface to_counter) |
void |
CountersInterface.sumStatus(StatusInterface add_status,
UniqueIDInterface to_counter)
Add the add_status counts to the specified to_counter.
|
void |
SAFSCOUNTERS.suspendCounter(UniqueIDInterface counter) |
void |
CountersInterface.suspendCounter(UniqueIDInterface counter)
Suspend counting on a specific counter.
|
Modifier and Type | Field and Description |
---|---|
protected UniqueIDInterface |
InputProcessor.logid
The unique ID of the log we are to use.
|
Constructor and Description |
---|
InputProcessor(DriverInterface driver,
SourceInterface sourceid,
UniqueIDInterface logid)
Constructor for InputProcessor
|
Modifier and Type | Interface and Description |
---|---|
interface |
UniqueFileInterface |
interface |
UniqueItemInterface |
interface |
UniqueMapInterface |
interface |
UniqueRecordIDInterface |
interface |
UniqueRecordInterface |
interface |
UniqueRecordNumInterface |
interface |
UniqueSectionInterface |
interface |
UniqueSourceInterface |
Modifier and Type | Class and Description |
---|---|
class |
UniqueStringFileInfo |
class |
UniqueStringItemInfo |
class |
UniqueStringMapInfo |
class |
UniqueStringRecordClass |
class |
UniqueStringRecordID |
class |
UniqueStringRecordNum |
Modifier and Type | Method and Description |
---|---|
UniqueIDInterface |
SAFSMAPS.getDefaultMap()
Get the ID of the current default map.
|
UniqueIDInterface |
MapsInterface.getDefaultMap()
Get the ID of the current default map.
|
Modifier and Type | Method and Description |
---|---|
void |
SAFSMAPS.clearCache(UniqueIDInterface map)
NOT YET SUPPORTED BY SAFSMAPS service.
|
void |
MapsInterface.clearCache(UniqueIDInterface map)
Clear the cache of one specific Map.
|
void |
SAFSINPUT.close(UniqueIDInterface source)
Close the specified input source.
|
void |
InputInterface.close(UniqueIDInterface source)
Close the identified input source and release resources.
|
void |
SAFSMAPS.closeMap(UniqueIDInterface map)
Close a previously opened App Map.
|
void |
MapsInterface.closeMap(UniqueIDInterface map)
Close the identified Map and release all resources associated with it.
|
boolean |
SAFSINPUT.gotoStart(UniqueIDInterface source)
Goto the beginning of the specified input source.
|
boolean |
InputInterface.gotoStart(UniqueIDInterface source)
Rewind the identified input source to its first record.
|
InputRecordInterface |
SAFSINPUT.nextRecord(UniqueIDInterface source)
Return the next record from the specified input source.
|
InputRecordInterface |
InputInterface.nextRecord(UniqueIDInterface source)
Get the next record from the identified input source.
|
void |
SAFSMAPS.setDefaultMap(UniqueIDInterface map)
Set a previously opened map to be the default map.
|
void |
MapsInterface.setDefaultMap(UniqueIDInterface map)
Set the identified Map as the default Map to be used.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UniqueLogInterface |
interface |
UniqueLogLevelInterface
Possible values for logLevels are defined in AbstractLogFacility.
|
interface |
UniqueMessageInterface |
Modifier and Type | Class and Description |
---|---|
class |
UniqueStringLogInfo |
class |
UniqueStringLogLevelInfo |
class |
UniqueStringMessageInfo |
Modifier and Type | Field and Description |
---|---|
protected UniqueIDInterface |
UniqueStringLogInfo.linkedfac |
Modifier and Type | Method and Description |
---|---|
UniqueIDInterface |
UniqueStringLogInfo.getLinkedFac() |
UniqueIDInterface |
UniqueLogInterface.getLinkedFac()
Get the unique ID of any log linked or chained with this one.
|
Modifier and Type | Method and Description |
---|---|
void |
SAFSLOGS.closeLog(UniqueIDInterface log)
This closes the specified Log .
|
void |
LogsInterface.closeLog(UniqueIDInterface log)
Close the specified log.
|
void |
SAFSLOGS.logStatusInfo(UniqueIDInterface log,
StatusInterface info,
java.lang.String infoID)
Log a status report for the particular StatusInterface object provided.
|
void |
LogsInterface.logStatusInfo(UniqueIDInterface log,
StatusInterface status,
java.lang.String infoID)
Log a Status Report to a particular log.
|
void |
SAFSLOGS.resumeLog(UniqueIDInterface log) |
void |
LogsInterface.resumeLog(UniqueIDInterface log)
Resume logging to a previously suspended log.
|
void |
UniqueStringLogInfo.setLinkedFac(UniqueIDInterface linkedfac)
Set the linked fac to the one provided.
|
void |
SAFSLOGS.suspendLog(UniqueIDInterface log) |
void |
LogsInterface.suspendLog(UniqueIDInterface log)
Suspend logging for a particular log.
|
Constructor and Description |
---|
UniqueStringLogInfo(java.lang.String id,
java.lang.String textname,
java.lang.String xmlname,
java.lang.String loglevel,
long logmodes,
UniqueIDInterface linkedfac)
PREFERRED Constructor for UniqueStringLogInfo
|
Copyright © SAS Institute. All Rights Reserved.