public class SAFSSTACKS extends java.lang.Object implements SimpleToolsInterface, StacksInterface
Constructor and Description |
---|
SAFSSTACKS()
Constructor for SAFSSTACKS
|
Modifier and Type | Method and Description |
---|---|
long |
count() |
CoreInterface |
getCoreInterface()
Retrieve the instance of the CoreInterface used to communicate with the framework.
|
boolean |
isEmpty() |
boolean |
isToolRunning()
TRUE if the underlying tool is running.
|
void |
launchInterface()
Launch/initialize the underlying tool or service.
|
StatusInfoInterface |
peekStack() |
StatusInfoInterface |
popStack() |
long |
pushStack(StatusInfoInterface statusInfo) |
void |
reset()
Reset or clear any cached information in the underlying tool or service.
|
void |
shutdown()
Shutdown the underlying tool or service.
|
public void launchInterface()
SimpleToolsInterface
launchInterface
in interface SimpleToolsInterface
SimpleToolsInterface.launchInterface()
public long pushStack(StatusInfoInterface statusInfo)
pushStack
in interface StacksInterface
StacksInterface.pushStack(StatusInfoInterface)
public StatusInfoInterface peekStack()
peekStack
in interface StacksInterface
StacksInterface.peekStack()
public StatusInfoInterface popStack()
popStack
in interface StacksInterface
StacksInterface.popStack()
public boolean isEmpty()
isEmpty
in interface StacksInterface
StacksInterface.isEmpty()
public long count()
count
in interface StacksInterface
StacksInterface.count()
public CoreInterface getCoreInterface() throws java.lang.IllegalStateException
GenericToolsInterface
getCoreInterface
in interface GenericToolsInterface
java.lang.IllegalStateException
- ALWAYS since there is no CoreInterface in this class.GenericToolsInterface#getCoreInterface()
public boolean isToolRunning()
isToolRunning
in interface GenericToolsInterface
public void reset()
GenericToolsInterface
reset
in interface GenericToolsInterface
GenericToolsInterface#reset()
public void shutdown()
GenericToolsInterface
shutdown
in interface GenericToolsInterface
GenericToolsInterface#shutdown()
Copyright © SAS Institute. All Rights Reserved.