public interface ISession extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
checkifAlive() |
String |
getUserName() |
void |
ping() |
void |
refreshAPISession() |
com.mks.api.response.Response |
runCommand(com.mks.api.Command cmd) |
com.mks.api.response.Response |
runCommandWithInterim(com.mks.api.Command cmd) |
boolean |
terminate() |
close
com.mks.api.response.Response runCommand(com.mks.api.Command cmd) throws com.mks.api.response.APIException
com.mks.api.response.APIException
com.mks.api.response.Response runCommandWithInterim(com.mks.api.Command cmd) throws com.mks.api.response.APIException
com.mks.api.response.APIException
boolean terminate()
String getUserName()
void refreshAPISession() throws com.mks.api.response.APIException
com.mks.api.response.APIException
void ping() throws com.mks.api.response.APIException
com.mks.api.response.APIException
void checkifAlive() throws com.mks.api.response.APIException
com.mks.api.response.APIException
Copyright © 2016–2024. All rights reserved.