public class ResultCode extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.Protocols.ResultCode
Powered by JCOBridge: more info at https://www.jcobridge.com
| Constructor and Description |
|---|
ResultCode() |
ResultCode(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static ResultCode AdminLimitExceeded
public static ResultCode AffectsMultipleDsas
public static ResultCode AliasDereferencingProblem
public static ResultCode AliasProblem
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static ResultCode AttributeOrValueExists
public static ResultCode AuthMethodNotSupported
public static ResultCode Busy
public static final java.lang.String className
public static ResultCode CompareFalse
public static ResultCode CompareTrue
public static ResultCode ConfidentialityRequired
public static ResultCode ConstraintViolation
public static ResultCode EntryAlreadyExists
public static ResultCode InappropriateAuthentication
public static ResultCode InappropriateMatching
public static ResultCode InsufficientAccessRights
public static ResultCode InvalidAttributeSyntax
public static ResultCode InvalidDNSyntax
public static ResultCode LoopDetect
public static ResultCode NamingViolation
public static ResultCode NoSuchAttribute
public static ResultCode NoSuchObject
public static ResultCode NotAllowedOnNonLeaf
public static ResultCode NotAllowedOnRdn
public static ResultCode ObjectClassModificationsProhibited
public static ResultCode ObjectClassViolation
public static ResultCode OffsetRangeError
public static ResultCode OperationsError
public static ResultCode Other
public static ResultCode ProtocolError
public static ResultCode Referral
public static ResultCode ReferralV2
public static ResultCode ResultsTooLarge
public static ResultCode SaslBindInProgress
public static ResultCode SizeLimitExceeded
public static ResultCode SortControlMissing
public static ResultCode StrongAuthRequired
public static ResultCode Success
public static ResultCode TimeLimitExceeded
public static ResultCode Unavailable
public static ResultCode UnavailableCriticalExtension
public static ResultCode UndefinedAttributeType
public static ResultCode UnwillingToPerform
public static ResultCode VirtualListViewError
public ResultCode()
public ResultCode(java.lang.Object instance)
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Class