Uses of Class
org.apache.directory.shared.dsmlv2.request.BatchRequest.OnError

Packages that use BatchRequest.OnError
org.apache.directory.shared.dsmlv2.request   
 

Uses of BatchRequest.OnError in org.apache.directory.shared.dsmlv2.request
 

Methods in org.apache.directory.shared.dsmlv2.request that return BatchRequest.OnError
 BatchRequest.OnError BatchRequest.getOnError()
          Gets the on error handling type of the request
 BatchRequest.OnError BatchRequestDsml.getOnError()
          Gets the on error handling type of the request
static BatchRequest.OnError BatchRequest.OnError.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BatchRequest.OnError[] BatchRequest.OnError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.directory.shared.dsmlv2.request with parameters of type BatchRequest.OnError
 void BatchRequest.setOnError(BatchRequest.OnError onError)
          Sets the on error handling type of the request
 void BatchRequestDsml.setOnError(BatchRequest.OnError onError)
          Sets the on error handling type of the request
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.