| |
|
| java.lang.Object javax.naming.ldap.BasicControl org.apache.harmony.jndi.provider.ldap.event.ECNotificationControl
ECNotificationControl | public class ECNotificationControl extends BasicControl implements ASN1Decodable(Code) | | This class implements EntryChangeNotification control which defined in
http://www3.ietf.org/proceedings/01mar/I-D/ldapext-psearch-03.txt .
|
ADD | final public static int ADD(Code) | | |
DELETE | final public static int DELETE(Code) | | |
MODIFY | final public static int MODIFY(Code) | | |
MODIFY_DN | final public static int MODIFY_DN(Code) | | |
ECNotificationControl | public ECNotificationControl(byte[] encoded)(Code) | | |
getChangeNumber | public int getChangeNumber()(Code) | | |
getChangeType | public int getChangeType()(Code) | | get enumerated change type value defined in
http://www3.ietf.org/proceedings/01mar/I-D/ldapext-psearch-03.txt change type value |
getJNDIChangeType | public int getJNDIChangeType()(Code) | | get JNDI defined change type value which is different with
getChangeType()
JNDI defined change type value |
|
|
|