JAMS 6.x Help
Server Class Members
Properties  Methods  Events


The following tables list the members exposed by Server.

Public Constructors
 NameDescription
Public ConstructorServer ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyAuthorizationInformationGets and sets encrypted authorization information.  
Public PropertyBaseObjectGets the base server side object. This property is used internally by JAMS.  
Public PropertyConnectedGets the connection status of this server. Returns true when a connection has been established.  
Public Propertystatic (Shared in Visual Basic)CurrentServerGets or sets the current JAMS Server.  
Public PropertyIsOpenVMSReturns true if this server is OpenVMS based.  
Public PropertyIsSQLServerReturns true if this server is SQLServer based.  
Public Propertystatic (Shared in Visual Basic)KnownServersReturns an array of the current JAMS servers.  
Public PropertyNameGets and sets the name of the node that this JAMS Server connects to.  
Public PropertyNodeNameGets or sets the node name of this server. The default is the server name.  
Public PropertyPasswordAllows you to set the password used to access the server.  
Public PropertyPortGets and sets the TCP/IP port that is used to connect to this server.  
Public PropertyPromptAuthorizationGets and sets the PromptAuthorization property. When set to true, the user is prompted for authorization information when connecting to the JAMS Server.  
Public PropertyRemoteVersionGets the version of the remote JAMS Server assembly.  
Public PropertyResolveNameToIPV4AddressWhen 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.  
Public PropertyServerIDGets a GUID that uniquely identfies this server. This GUID changes every time a server instance is created.  
Public PropertyUserNameGets or sets the username used to access the server.  
Top
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
Public Events
 NameDescription
Public EventCurrentServerChangedEvent handler for when the current server changes  
Public EventJobEventThe JobEvent is raised when a job in the current schedule changes.  
Public EventKnownServersChangedEvent handler for when the list of known servers changes  
Top
See Also

Reference

Server Class
MVPSI.JAMS Namespace

Send Feedback