RFIDSwitchBoard Class [AX 2012]

When Microsoft Dynamics AX needs data from the middleware servers, a request to the switchboard is made.

Syntax

class RFIDSwitchBoard

Run On

Server

Methods

  Method Description
Gg803168.privmethod(en-us,AX.60).gif buildUniverse Builds the actual universe of server processes and devices from the RFIDServerTable Table, RFIDProcessTable Table and RFIDDeviceTable Table for the next communication with the RFIDConnector class.
Gg803168.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg803168.pubmethod(en-us,AX.60).gif connect Connects to the servers that are defined in the RFIDSwitchBoard.buildUniverse Method.
Gg803168.pubmethod(en-us,AX.60).gif connectedLocations Gets or sets the names of the servers where a connection was successful.
Gg803168.pubmethod(en-us,AX.60).gif disconnect Disconnects from the servers that were connected to by the RFIDSwitchBoard.connect Method.
Gg803168.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg803168.pubmethod(en-us,AX.60).gif getTags Retrieves tags within a specified date and time interval.
Gg803168.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg803168.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg803168.privmethod(en-us,AX.60).gif initSystemOffline Initializes the internal variables that are holding information about offline servers, devices, and processes.
Gg803168.pubmethod(en-us,AX.60).gif lastKnownGoodDateTime
Gg803168.protmethod(en-us,AX.60).gif new Initializes a new instance of the RFIDSwitchBoard class.
Gg803168.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg803168.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg803168.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg803168.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg803168.pubmethod(en-us,AX.60).gif parmCompleteUniverse Gets or sets the CompleteUniverse parameter.
Gg803168.pubmethod(en-us,AX.60).gif parmIncludeDevices Gets or sets the IncludeDevices parameter.
Gg803168.pubmethod(en-us,AX.60).gif parmIncludeProcesses Gets or sets the IncludeProcesses parameter.
Gg803168.pubmethod(en-us,AX.60).gif parmSuppressInfolog Gets or sets the SuppressInfolog parameter.
Gg803168.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg803168.pubmethod(en-us,AX.60).gif systemHealth
Gg803168.pubmethod(en-us,AX.60).gif systemOfflineDevices Returns a packed version of a map containing the names of the devices that are offline on the servers.
Gg803168.pubmethod(en-us,AX.60).gif systemOfflineProcesses Returns a packed version of a map containing the names of the processes that are offline on the servers.
Gg803168.pubmethod(en-us,AX.60).gif systemOfflineServers Returns a packed version of a set containing the names of the servers that are offline.
Gg803168.pubmethod(en-us,AX.60).gif tags Returns the tags from last call to the RFIDSwitchBoard.getTags Method.
Gg803168.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg803168.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg803168.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg803168.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg803168.pubmethod(en-us,AX.60).gif Gg803168.static(en-us,AX.60).gif ::construct
Gg803168.pubmethod(en-us,AX.60).gif Gg803168.static(en-us,AX.60).gif ::newCompleteUniverse

Top

Remarks

When Microsoft Dynamics AX needs data from the Middleware servers, a request to the switchboard is made. The switchboard passes on this call to the servers that it is dealing with through the Microsoft Dynamics AX connector. If the servers can satisfy the request, they return the data. If one or more of the servers are down, the call returns an error with a list of servers that are down. If one or more readers on some of the servers are down, the switch board returns data up until the time in which all of the readers were functioning and it also returns a list of the readers that are down. Then, Microsoft Dynamics AX will stop calling for more data until a decision has been made as to whether the problem will be fixed or the reader or server will be excluded.

Inheritance Hierarchy

Object Class
  RFIDSwitchBoard Class