org.pfsw.tools.beluga.ldap.messages
Class DeleteRequest

java.lang.Object
  extended by org.pfsw.tools.beluga.ldap.messages.AbstractMessage
      extended by org.pfsw.tools.beluga.ldap.messages.RequestMessage
          extended by org.pfsw.tools.beluga.ldap.messages.DeleteRequest

public class DeleteRequest
extends RequestMessage

Represents a delete request. That is a DN of the object to be deleted.

Version:
1.0
Author:
M.Duchrow

Constructor Summary
DeleteRequest()
          Initialize the new instance with default values.
 
Method Summary
 org.pf.directory.DistinguishedName getDN()
           
 boolean isDeleteRequest()
          Returns true if the receiver is a delete request.
 void setDN(org.pf.directory.DistinguishedName newValue)
           
 
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.RequestMessage
isAddRequest, isBindRequest, isModifyRequest, isSearchRequest, isUnbindRequest
 
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.AbstractMessage
getControls, getMessageId, getRawData, setControls, setMessageId, setRawData, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteRequest

public DeleteRequest()
Initialize the new instance with default values.

Method Detail

getDN

public org.pf.directory.DistinguishedName getDN()

setDN

public void setDN(org.pf.directory.DistinguishedName newValue)

isDeleteRequest

public boolean isDeleteRequest()
Returns true if the receiver is a delete request.

Overrides:
isDeleteRequest in class RequestMessage


Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.