public interface GenericToolsInterface
Modifier and Type | Method and Description |
---|---|
CoreInterface |
getCoreInterface()
Retrieve the instance of the CoreInterface used to communicate with the framework.
|
boolean |
isToolRunning()
TRUE if the underlying tool is running.
|
void |
reset()
Reset or clear any cached information in the underlying tool or service.
|
void |
shutdown()
Shutdown the underlying tool or service.
|
void reset()
void shutdown()
boolean isToolRunning()
CoreInterface getCoreInterface() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- if the CoreInterface is null, has not been initialized yet, or is otherwise invalid.Copyright © SAS Institute. All Rights Reserved.