C# Класс Novell.Directory.Ldap.Extensions.GetReplicaInfoResponse

Retrieves the replica information from a GetReplicaInfoResponse object. An object in this class is generated from an ExtendedResponse using the ExtendedResponseFactory class. The getReplicaInfoResponse extension uses the following OID: 2.16.840.1.113719.1.27.100.18
Наследование: Novell.Directory.Ldap.LdapExtendedResponse
Показать файл Открыть проект

Открытые методы

Метод Описание
GetReplicaInfoResponse ( RfcLdapMessage rfcMessage ) : System

Constructs an object from the responseValue which contains the replica information. The constructor parses the responseValue which has the following format: responseValue ::= partitionID INTEGER replicaState INTEGER modificationTime INTEGER purgeTime INTEGER localPartitionID INTEGER partitionDN OCTET STRING replicaType INTEGER flags INTEGER

getflags ( ) : int

Returns flags that specify whether the replica is busy or is a boundary. See the ReplicationConstants class for possible values for this field.

getlocalPartitionID ( ) : int

Returns the local numeric identifier for the replica.

getmodificationTime ( ) : int

Returns the time of the most recent modification.

getpartitionDN ( ) : System.String

Returns the distinguished name of the partition.

getpartitionID ( ) : int

Returns the numeric identifier for the partition.

getpurgeTime ( ) : int

Returns the most recent time in which all data has been synchronized.

getreplicaState ( ) : int

Returns the current state of the replica.

getreplicaType ( ) : int

Returns the replica type. See the ReplicationConstants class for possible values for this field.

Описание методов

GetReplicaInfoResponse() публичный Метод

Constructs an object from the responseValue which contains the replica information. The constructor parses the responseValue which has the following format: responseValue ::= partitionID INTEGER replicaState INTEGER modificationTime INTEGER purgeTime INTEGER localPartitionID INTEGER partitionDN OCTET STRING replicaType INTEGER flags INTEGER
IOException The response value could not be decoded. ///
public GetReplicaInfoResponse ( RfcLdapMessage rfcMessage ) : System
rfcMessage Novell.Directory.Ldap.Rfc2251.RfcLdapMessage
Результат System

getflags() публичный Метод

Returns flags that specify whether the replica is busy or is a boundary. See the ReplicationConstants class for possible values for this field.
public getflags ( ) : int
Результат int

getlocalPartitionID() публичный Метод

Returns the local numeric identifier for the replica.
public getlocalPartitionID ( ) : int
Результат int

getmodificationTime() публичный Метод

Returns the time of the most recent modification.
public getmodificationTime ( ) : int
Результат int

getpartitionDN() публичный Метод

Returns the distinguished name of the partition.
public getpartitionDN ( ) : System.String
Результат System.String

getpartitionID() публичный Метод

Returns the numeric identifier for the partition.
public getpartitionID ( ) : int
Результат int

getpurgeTime() публичный Метод

Returns the most recent time in which all data has been synchronized.
public getpurgeTime ( ) : int
Результат int

getreplicaState() публичный Метод

Returns the current state of the replica.
public getreplicaState ( ) : int
Результат int

getreplicaType() публичный Метод

Returns the replica type. See the ReplicationConstants class for possible values for this field.
public getreplicaType ( ) : int
Результат int