Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
connect | Connects to the servers that are defined in the RFIDSwitchBoard.buildUniverse Method. |
![]() |
connectedLocations | Gets or sets the names of the servers where a connection was successful. |
![]() |
disconnect | Disconnects from the servers that were connected to by the RFIDSwitchBoard.connect Method. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
getTags | Retrieves tags within a specified date and time interval. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
initSystemOffline | Initializes the internal variables that are holding information about offline servers, devices, and processes. |
![]() |
lastKnownGoodDateTime | |
![]() |
new | Initializes a new instance of the RFIDSwitchBoard class. |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
parmCompleteUniverse | Gets or sets the CompleteUniverse parameter. |
![]() |
parmIncludeDevices | Gets or sets the IncludeDevices parameter. |
![]() |
parmIncludeProcesses | Gets or sets the IncludeProcesses parameter. |
![]() |
parmSuppressInfolog | Gets or sets the SuppressInfolog parameter. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
systemHealth | |
![]() |
systemOfflineDevices | Returns a packed version of a map containing the names of the devices that are offline on the servers. |
![]() |
systemOfflineProcesses | Returns a packed version of a map containing the names of the processes that are offline on the servers. |
![]() |
systemOfflineServers | Returns a packed version of a set containing the names of the servers that are offline. |
![]() |
tags | Returns the tags from last call to the RFIDSwitchBoard.getTags Method. |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::construct | |
![]() ![]() |
::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