Class SortResponseControl2
- java.lang.Object
-
- javax.naming.ldap.BasicControl
-
- org.openehealth.ipf.commons.ihe.hpd.controls.sorting.SortResponseControl2
-
- All Implemented Interfaces:
Serializable,Control
public class SortResponseControl2 extends BasicControl
- Since:
- 4.3
- Author:
- Dmytro Rud
- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description SortResponseControl2(byte[] berBytes, boolean criticality)SortResponseControl2(int resultCode, String failedAttributeName, boolean criticality)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)byte[]getEncodedValue()StringgetFailedAttributeName()intgetResultCode()StringtoString()-
Methods inherited from class javax.naming.ldap.BasicControl
getID, isCritical
-
-
-
-
Constructor Detail
-
SortResponseControl2
public SortResponseControl2(byte[] berBytes, boolean criticality) throws IOException- Throws:
IOException
-
SortResponseControl2
public SortResponseControl2(int resultCode, String failedAttributeName, boolean criticality) throws IOException- Throws:
IOException
-
-
Method Detail
-
getEncodedValue
public byte[] getEncodedValue()
- Specified by:
getEncodedValuein interfaceControl- Overrides:
getEncodedValuein classBasicControl
-
getResultCode
public int getResultCode()
-
getFailedAttributeName
public String getFailedAttributeName()
-
-