

|
|
Server Component Class Documentation
CRFramework.VISControls.VISServerControl
Constructors
|
New() |
|
New(Server As System.String, UserName As System.String, Password As System.String) |
|
New(Server As System.String, Port As System.String, UserName As System.String, Password As System.String) |
|
|
Properties
|
Name |
Type |
Description |
|
UserName |
String |
Valid BlueSky Integration Studio User name |
|
Password |
String |
Password that coincides with the user name |
|
ServerName |
String |
DNS or TCP/IP address to the BlueSky Integration Studio Server |
|
Port |
String |
Port number the server is listening on (defaults to 7570) |
|
IsConnected |
Boolean |
Boolean value indicating whether the connection is currently valid |
|
ServerTimeout |
Integer |
Server time out in seconds |
Methods
|
Name |
Returns |
Description |
|
Boolean |
Attempts to connect to the BlueSky Integration Studio Server | |
|
|
Closes the active connection | |
|
Boolean |
Run the specified job | |
|
Boolean |
Stop the specified job | |
|
Boolean |
Reset the specified job | |
|
Boolean |
Force reset the specified job | |
|
JobStatus |
Returns the status of the specified job | |
|
JobStatisticsCollection |
Returns a collection of Statistics for the specified job | |
|
LogEventCollection |
Returns a collection of LogEvents for the specified job | |
|
JobStatusCollection |
Returns a collection of JobStatus for all jobs in the specifed Application Domain. | |
|
ApplicationDomainCollection |
Returns a collection of ApplicationDomain available on the server | |
|
ParameterCollection |
Returns a collection of Parameter for the specified job | |
|
Boolean |
Set the value of a parameter for the specified job | |
|
Boolean |
Clear all parameters for the specified job. Caution: Clears the parameter file of all parameters associated with the job. |
Associated Classes
|
Name |
Description |
|
Status information relative to a specific job such as its current running status | |
|
Collection to hold a list of JobStatus objects | |
|
Statistics information relative to a specific job such as RecordCount and RecordsPerSecond | |
|
Collection to hold a list of JobStatistics objects | |
|
Log information relative to a specific job. Each LogEvent object contains 1 log entry | |
|
Collection to hold a list of LogEvent objects | |
|
The ApplicationDomain object gives information about each Application Domain | |
|
Collection to hold a list of ApplicationDomain objects | |
|
Parameter information relative to each individual parameter for a specific job, such as the parameter name and its associated value | |
|
Collection to hold a list of all Parameters for a given job. |
© 2003 - 2007 Relational Solutions, Inc. - All rights reserved