Skip navigation links
oracle.ldap.util
Class LdapStartTxnRes
java.lang.Object
oracle.ldap.util.LdapStartTxnRes
- All Implemented Interfaces:
- java.io.Serializable, javax.naming.ldap.ExtendedResponse
-
public class LdapStartTxnRes
- extends java.lang.Object
- implements javax.naming.ldap.ExtendedResponse
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
txnID
|
Constructor Summary |
protected |
LdapStartTxnRes(java.lang.String id, byte[] berValue, int offset, int length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
txnID
public java.lang.String txnID
LdapStartTxnRes
protected LdapStartTxnRes(java.lang.String id,
byte[] berValue,
int offset,
int length)
throws javax.naming.NamingException
-
- Throws:
javax.naming.NamingException
getTxnID
public java.lang.String getTxnID()
getEncodedValue
public byte[] getEncodedValue()
-
- Specified by:
getEncodedValue
in interface javax.naming.ldap.ExtendedResponse
getID
public java.lang.String getID()
-
- Specified by:
getID
in interface javax.naming.ldap.ExtendedResponse
Skip navigation links
Copyright © 1999, 2015 Oracle and/or its affiliates. All Rights Reserved.