Class SortResponseControl2
java.lang.Object
javax.naming.ldap.BasicControl
org.openehealth.ipf.commons.ihe.hpd.controls.sorting.SortResponseControl2
- All Implemented Interfaces:
Serializable
,Control
- Since:
- 4.3
- Author:
- Dmytro Rud
- See Also:
-
Field Summary
Fields inherited from class javax.naming.ldap.BasicControl
criticality, id, value
Fields inherited from interface javax.naming.ldap.Control
CRITICAL, NONCRITICAL
-
Constructor Summary
ConstructorDescriptionSortResponseControl2
(byte[] berBytes, boolean criticality) SortResponseControl2
(int resultCode, String failedAttributeName, boolean criticality) -
Method Summary
Methods inherited from class javax.naming.ldap.BasicControl
getID, isCritical
-
Constructor Details
-
SortResponseControl2
- Throws:
IOException
-
SortResponseControl2
public SortResponseControl2(int resultCode, String failedAttributeName, boolean criticality) throws IOException - Throws:
IOException
-
-
Method Details
-
getEncodedValue
public byte[] getEncodedValue()- Specified by:
getEncodedValue
in interfaceControl
- Overrides:
getEncodedValue
in classBasicControl
-
getResultCode
public int getResultCode() -
getFailedAttributeName
-
toString
-
equals
-