|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.ldap.client.api.message.AbstractMessage
org.apache.directory.ldap.client.api.message.AbstractRequest
org.apache.directory.ldap.client.api.message.AbandonRequest
public class AbandonRequest
Abandon protocol operation request message. It abandons the given message. Its syntax is : AbandonRequest ::= [APPLICATION 16] MessageID MessageID ::= INTEGER (0 .. maxInt) maxInt INTEGER ::= 2147483647 -- (2^^31 - 1) --
Constructor Summary | |
---|---|
AbandonRequest()
Creates a new instance of AbandonRequestImpl. |
Method Summary | |
---|---|
int |
getAbandonedMessageId()
Get the abandoned message ID |
AbandonRequest |
setAbandonedMessageId(int abandonedMessageId)
Set the abandoned message ID |
java.lang.String |
toString()
Return a String representing an AbandonRequest |
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractRequest |
---|
getTimeout, setTimeout |
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractMessage |
---|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.directory.ldap.client.api.message.Message |
---|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId |
Constructor Detail |
---|
public AbandonRequest()
Method Detail |
---|
public int getAbandonedMessageId()
public AbandonRequest setAbandonedMessageId(int abandonedMessageId)
abandonedMessageId
- The abandoned messageID to set.public java.lang.String toString()
toString
in class AbstractMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |