| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.system.DispatcherObject
|
+--xp.data.Connector
Field Summary | ||
| public | logEnabled: Boolean | |
| Is logging enabled | ||
| public | multipleSimultaneousAllowed: Boolean | |
| Indicates whether multiple calls can take place at the same time. | ||
| public | results: Object | |
| Identifies data that was received from the server as a result of the trigger() operation. | ||
| public | suppressInvalidCalls: Boolean | |
| Indicates whether to suppress a call if parameters are invalid. | ||
| ||
Property Summary | ||
| public | callsInProgress: Number (read, write) | |
| Gets/sets the number of calls currently in progress | ||
| public | currentItem: Object (read-only) | |
| Returns the data that was received from the server as a result of the trigger() operation. | ||
Constructor | ||
| public | Connector ( ) | |
| Create a new XMLConnector instance | ||
Method Summary | ||
| public | onFault ( fault: Object ): Void | |
| called by the pendingCall object when it has faults | ||
| public | onResult ( result: Object ): Void | |
| called by the pendingCall object when it has results Despatches a result and modelChanged event | ||
| public | validateCall ( needsParams: Boolean, params: Object, operation: String ): Boolean | |
| Validates a remote procedure call | ||
| ||
| public var logEnabled: Boolean |
| Is logging enabled |
| public var multipleSimultaneousAllowed: Boolean |
| Indicates whether multiple calls can take place at the same time. |
| public var results: Object |
| Identifies data that was received from the server as a result of the trigger() operation. |
| public var suppressInvalidCalls: Boolean |
| Indicates whether to suppress a call if parameters are invalid. |
|
| Gets/sets the number of calls currently in progress |
|
| Returns the data that was received from the server as a result of the trigger() operation. |
|
| Create a new XMLConnector instance |
|
| called by the pendingCall object when it has faults | |||
|
|
| called by the pendingCall object when it has results Despatches a result and modelChanged event | |||
|
|
| Validates a remote procedure call Check whether the params are required and valid and other conditions | |||||||||
|
WSConnector,RSConnector,CSVConnector and XMLConnector
Event summary for the Connector class
The following table lists events of the Connector class.