|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScriptHostSession
Provides information about the scripted host session and allows for the manipulation of the terminal at various levels (direct, model, table).
Field Summary |
---|
Fields inherited from interface com.wrq.vhi.script.api.HostSession |
---|
ANY_COLUMN, ANY_ROW, CURRENT_COLUMN, CURRENT_ROW, DESIGN_TOOL_AND_SERVER, DESIGN_TOOL_ONLY, DONT_WAIT_FOR_ECHO, LINEAR_REGION, RECTANGULAR_REGION, SCROLL_END, SCROLL_HOME, SCROLL_LINE_DOWN, SCROLL_LINE_UP, SCROLL_PAGE_DOWN, SCROLL_PAGE_UP, SYNC_TO_HOST, WAIT_FOR_CURSOR_AUTOTAB, WAIT_FOR_CURSOR_MOVE, WAIT_FOR_ECHO_BEHIND_CURSOR, WAIT_FOR_ECHO_SAME_NUMBER, WAIT_FOR_ECHO_TAB_OR_BEHIND_CURSOR |
Method Summary | |
---|---|
void |
connectToHost()
Connects to the host. |
void |
disconnectFromHost()
Disconnects from the host. |
void |
executeLogin()
Executes the login command list. |
void |
executeLogout()
Executes the logout command list. |
int |
getHostSessionID()
Gets the VHI host session ID. |
java.lang.Object |
getHostStateObject(java.lang.String name)
Gets the object bound to the specified name in this host session, or null if no object is bound to the name. |
boolean |
isHostStateObject(java.lang.String name)
Tests for the presence of a host state object bound to the specified name. |
void |
setHostStateObject(java.lang.String name,
java.lang.Object object)
Binds an object to this host session, using the name specified. |
Method Detail |
---|
int getHostSessionID()
void connectToHost() throws ApptrieveException
ApptrieveException
void disconnectFromHost() throws ApptrieveException
ApptrieveException
void executeLogin() throws ApptrieveException
ApptrieveException
void executeLogout() throws ApptrieveException
ApptrieveException
boolean isHostStateObject(java.lang.String name)
name
- the name of the object
java.lang.Object getHostStateObject(java.lang.String name)
name
- the name of the object
void setHostStateObject(java.lang.String name, java.lang.Object object)
name
- the name to which to bind the objectobject
- the object to bind
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |