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()
SimpleToolsInterfacelaunchInterface in interface SimpleToolsInterfaceSimpleToolsInterface.launchInterface()public long pushStack(StatusInfoInterface statusInfo)
pushStack in interface StacksInterfaceStacksInterface.pushStack(StatusInfoInterface)public StatusInfoInterface peekStack()
peekStack in interface StacksInterfaceStacksInterface.peekStack()public StatusInfoInterface popStack()
popStack in interface StacksInterfaceStacksInterface.popStack()public boolean isEmpty()
isEmpty in interface StacksInterfaceStacksInterface.isEmpty()public long count()
count in interface StacksInterfaceStacksInterface.count()public CoreInterface getCoreInterface() throws java.lang.IllegalStateException
GenericToolsInterfacegetCoreInterface in interface GenericToolsInterfacejava.lang.IllegalStateException - ALWAYS since there is no CoreInterface in this class.GenericToolsInterface#getCoreInterface()public boolean isToolRunning()
isToolRunning in interface GenericToolsInterfacepublic void reset()
GenericToolsInterfacereset in interface GenericToolsInterfaceGenericToolsInterface#reset()public void shutdown()
GenericToolsInterfaceshutdown in interface GenericToolsInterfaceGenericToolsInterface#shutdown()Copyright © SAS Institute. All Rights Reserved.