Uses of Class
org.opends.dsml.protocol.ResultCode
-
-
Uses of ResultCode in org.opends.dsml.protocol
Fields in org.opends.dsml.protocol declared as ResultCode Modifier and Type Field Description protected ResultCodeLDAPResult. resultCodeMethods in org.opends.dsml.protocol that return ResultCode Modifier and Type Method Description static ResultCodeResultCodeFactory. create(ObjectFactory objFactory, int resultCode)Create a ResultCode object that contains the resultCode, and, if valid, a text description (from RFC 2251) of the resultCode.ResultCodeObjectFactory. createResultCode()Create an instance ofResultCodeResultCodeLDAPResult. getResultCode()Gets the value of the resultCode property.Methods in org.opends.dsml.protocol with parameters of type ResultCode Modifier and Type Method Description voidLDAPResult. setResultCode(ResultCode value)Sets the value of the resultCode property.
-