MVPSI.JAMS Namespace : Server Class |
The following tables list the members exposed by Server.
Name | Description | |
---|---|---|
![]() | Server Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AuthorizationInformation | Gets and sets encrypted authorization information. |
![]() | BaseObject | Gets the base server side object. This property is used internally by JAMS. |
![]() | Connected | Gets the connection status of this server. Returns true when a connection has been established. |
![]() ![]() | CurrentServer | Gets or sets the current JAMS Server. |
![]() | IsOpenVMS | Returns true if this server is OpenVMS based. |
![]() | IsSQLServer | Returns true if this server is SQLServer based. |
![]() ![]() | KnownServers | Returns an array of the current JAMS servers. |
![]() | Name | Gets and sets the name of the node that this JAMS Server connects to. |
![]() | NodeName | Gets or sets the node name of this server. The default is the server name. |
![]() | Password | Allows you to set the password used to access the server. |
![]() | Port | Gets and sets the TCP/IP port that is used to connect to this server. |
![]() | PromptAuthorization | Gets and sets the PromptAuthorization property. When set to true, the user is prompted for authorization information when connecting to the JAMS Server. |
![]() | RemoteVersion | Gets the version of the remote JAMS Server assembly. |
![]() | ResolveNameToIPV4Address | When set to true, we will resolve the server name into an IP V4 address and use that to connect. When set to false, we use the server name and let WCF resolve it. The default is true. |
![]() | ServerID | Gets a GUID that uniquely identfies this server. This GUID changes every time a server instance is created. |
![]() | UserName | Gets or sets the username used to access the server. |
Name | Description | |
---|---|---|
![]() | Check | Overloaded. Checks the Server Status |
![]() | ClearObject | Clears a saved object |
![]() ![]() | Configure | Configures the Remoting infrastructure for JAMS. |
![]() | Connect | Establishes a connection to the JAMS Server |
![]() | Disconnect | Disconnects from a JAMS Server. |
![]() | Dispose | Disconnects from this server. |
![]() | Equals | Determines whether the specified Server refers to the same node as the current Server |
![]() ![]() | FindServer | Finds a JAMS Server with the specified name. |
![]() | GetCurrentJobs | Returns a Hashtable which contains the jobs in the current schedule on this server. |
![]() ![]() | GetCurrentServer | Get the current JAMS Server. |
![]() | GetFailoverStatus | Gets the failover status of this server. The return value is a collection of comma seperated key/values. |
![]() | GetHashCode | Returns the SeverName hashcode |
![]() | GetObject | Retrieved an object that was saved with the SaveObject method. |
![]() | GetRemoteObject<T> | Creates an interface to the desired object on this server. |
![]() ![]() | GetServer | Returns a JAMS Server object for the specified server. |
![]() | GetURL | Takes an object base name and returns a complete URL that can be used to connect to the specified object on this server. |
![]() | HasDisplayEntryAccess | Checks if the user has permission to see an entry |
![]() ![]() | RemoveServer | Removes a JAMS Server from the list of known servers. |
![]() | SaveObject | Saves an object that is associated with this server. |
![]() | SetFailoverStatus | Asks this server to become active or not active. |
![]() | StopMonitoring | Stops listening for job events. The JAMS Server starts listening for job events the first time that the GetCurrentJobs method is called. |
![]() | ToString | Returns a string representation of the Server. |
Name | Description | |
---|---|---|
![]() | CurrentServerChanged | Event handler for when the current server changes |
![]() | JobEvent | The JobEvent is raised when a job in the current schedule changes. |
![]() | KnownServersChanged | Event handler for when the list of known servers changes |