Uses of Class
org.openeai.moa.objects.resources.Error

Packages that use Error
org.openeai.afa   
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.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.addError(Error error)
           
 void Result.setError(int index, Error err)
           
 



Copyright © 2002,2003 OpenEAI Software Foundation