JAMS 6.x Help
Server Class Methods


For a list of all members of this type, see Server members.

Public Methods
 NameDescription
Public MethodCheckOverloaded. Checks the Server Status  
Public MethodClearObjectClears a saved object  
Public Methodstatic (Shared in Visual Basic)ConfigureConfigures the Remoting infrastructure for JAMS.  
Public MethodConnectEstablishes a connection to the JAMS Server  
Public MethodDisconnectDisconnects from a JAMS Server.  
Public MethodDisposeDisconnects from this server.  
Public MethodEqualsDetermines whether the specified Server refers to the same node as the current Server  
Public Methodstatic (Shared in Visual Basic)FindServerFinds a JAMS Server with the specified name.  
Public MethodGetCurrentJobsReturns a Hashtable which contains the jobs in the current schedule on this server.  
Public Methodstatic (Shared in Visual Basic)GetCurrentServerGet the current JAMS Server.  
Public MethodGetFailoverStatusGets the failover status of this server. The return value is a collection of comma seperated key/values.  
Public MethodGetHashCodeReturns the SeverName hashcode  
Public MethodGetObjectRetrieved an object that was saved with the SaveObject method.  
Public MethodGetRemoteObject<T>Creates an interface to the desired object on this server.  
Public Methodstatic (Shared in Visual Basic)GetServerReturns a JAMS Server object for the specified server.  
Public MethodGetURLTakes an object base name and returns a complete URL that can be used to connect to the specified object on this server.  
Public MethodHasDisplayEntryAccessChecks if the user has permission to see an entry  
Public Methodstatic (Shared in Visual Basic)RemoveServerRemoves a JAMS Server from the list of known servers.  
Public MethodSaveObjectSaves an object that is associated with this server.  
Public MethodSetFailoverStatusAsks this server to become active or not active.  
Public MethodStopMonitoringStops listening for job events. The JAMS Server starts listening for job events the first time that the GetCurrentJobs method is called.  
Public MethodToStringReturns a string representation of the Server.  
Top
See Also

Reference

Server Class
MVPSI.JAMS Namespace