This class is used to communicate request to the RequestManager which will pass the information to a dedicated worker process to take action. |
Author | fmcguirk |
Date | 2007.06.08 23 at 02:51:20 PM EDT |
Outputfile | pvxrequestclient.pvc |
Forcelinenumbers | false |
Open a connection to the RequestManager. | ||||
|
PROPERTY _version$
|
PROPERTY view_bookmarks$
|
PROPERTY view_embeddict$
|
PROPERTY view_nomads$
|
PROPERTY view_pvxoutline$
|
FUNCTION addBookmark(aResource$, aResetFlag$, theData$) Send a message to add a bookmark to a resource | ||||||||
| ||||||||
FUNCTION addToSearchView(aResource$, aResetFlag$, theData$) Send a message to mark the search view for a resource | ||||||||
| ||||||||
FUNCTION finishedSearch() Send a message to end a search | ||||||||
FUNCTION print(text$) Print a message on the console view. | ||||||||
| ||||||||
FUNCTION resource_build(name$) Send a message to trigger a rebuild of the specified resource. | ||||||||
| ||||||||
FUNCTION resource_copy(from$, to$) Send a message to copy a resource | ||||||||
| ||||||||
FUNCTION resource_mark(aResource$, aResetFlag$, theData$) Send a message to mark errors and warnings for a resource | ||||||||
| ||||||||
FUNCTION resource_move(from$, to$) Send a message to move a resource | ||||||||
| ||||||||
FUNCTION resource_property(name$, property$, value$) Send a message to set a property for a resource | ||||||||
| ||||||||
FUNCTION resource_refresh(name$) Send a message to refresh a resource. | ||||||||
| ||||||||
FUNCTION restart() Print a message on the console view. | ||||||||
| ||||||||
FUNCTION startSearch(findStr$) Send a message to start a new search | ||||||||
| ||||||||
FUNCTION statusbar_message(viewid$, msg$) Print a message to the statusbar of a view | ||||||||
| ||||||||
FUNCTION view_refresh(name$) Send a message to refresh a view. | ||||||||
| ||||||||
|
![]() |