public interface ScriptedConnection<T>
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Release internal resources.
|
T |
getConnectionHandler()
The connection needs to provide a generic handler object that will be used by every scripts to connect to the
remote system
|
void |
test()
If internal connection is not usable, throw IllegalStateException.
|
void dispose()
void test()
T getConnectionHandler()
Copyright © 2018–2025. All rights reserved.