Name | Description | |
---|---|---|
Check | Overloaded. Checks the Server Status | |
ClearObject | Clears a saved object | |
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 collection of MonitorEntry objects. | |
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. |