Package | Description |
---|---|
org.apache.directory.shared.dsmlv2.request |
Modifier and Type | Method and Description |
---|---|
BatchRequest.OnError |
BatchRequestDsml.getOnError()
Gets the on error handling type of the request
|
BatchRequest.OnError |
BatchRequest.getOnError()
Gets the on error handling type of the request
|
static BatchRequest.OnError |
BatchRequest.OnError.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchRequestDsml.setOnError(BatchRequest.OnError onError)
Sets the on error handling type of the request
|
void |
BatchRequest.setOnError(BatchRequest.OnError onError)
Sets the on error handling type of the request
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.