|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Error | |
| org.openeai.afa | |
| org.openeai.implementations.gateways.requestproxy | |
| org.openeai.jms.consumer.commands | |
| org.openeai.moa.objects.resources | |
| Uses of Error in org.openeai.afa |
| Methods in org.openeai.afa that return Error | |
protected Error |
ScheduledCommandImpl.buildError(java.lang.String errType,
java.lang.String errNumber,
java.lang.String errDescription)
Builds a single Error object that can be added to the ArrayList of errors (or for any other reason) to pass to the publishSyncError method. |
| Uses of Error in org.openeai.implementations.gateways.requestproxy |
| Methods in org.openeai.implementations.gateways.requestproxy that return Error | |
protected Error |
ProxyCommandImpl.buildError(java.lang.String errType,
java.lang.String errNumber,
java.lang.String errDescription)
Builds a single Error object that can be added to the ArrayList of errors (or for any other reason) to pass to the publishSyncError method. |
| Uses of Error in org.openeai.jms.consumer.commands |
| Methods in org.openeai.jms.consumer.commands that return Error | |
protected Error |
ConsumerCommand.buildError(java.lang.String errType,
java.lang.String errNumber,
java.lang.String errDescription)
Builds a single Error object that can be added to the ArrayList of errors (or for any other reason) to pass to the publishSyncError method. |
| Uses of Error in org.openeai.moa.objects.resources |
| Methods in org.openeai.moa.objects.resources that return Error | |
Error |
Result.getError(int index)
|
| Methods in org.openeai.moa.objects.resources with parameters of type Error | |
void |
Result.setError(int index,
Error err)
|
void |
Result.addError(Error error)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||