org.apache.ldap.server.invocation
Class Modify
java.lang.Object
org.apache.ldap.server.invocation.Invocation
org.apache.ldap.server.invocation.Modify
- All Implemented Interfaces:
- java.io.Serializable
- public class Modify
- extends Invocation
Represents an Invocation
on BackingStore.modify(Name, int, Attributes)
.
- Version:
- $Rev: 159467 $, $Date: 2005-03-30 02:38:30 -0500 (Wed, 30 Mar 2005) $
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
Constructor Summary |
Modify(javax.naming.Name name,
int modOp,
javax.naming.directory.Attributes attributes)
|
Method Summary |
protected java.lang.Object |
doExecute(BackingStore store)
Implement this method to invoke the appropriate operation on the specified
store . |
javax.naming.directory.Attributes |
getAttributes()
|
int |
getModOp()
|
javax.naming.Name |
getName()
|
void |
setName(javax.naming.Name name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Modify
public Modify(javax.naming.Name name,
int modOp,
javax.naming.directory.Attributes attributes)
getName
public javax.naming.Name getName()
getModOp
public int getModOp()
getAttributes
public javax.naming.directory.Attributes getAttributes()
doExecute
protected java.lang.Object doExecute(BackingStore store)
throws javax.naming.NamingException
- Description copied from class:
Invocation
- Implement this method to invoke the appropriate operation on the specified
store
. Returned value will be set as the returnValue
proeprty of this invocation.
- Specified by:
doExecute
in class Invocation
- Throws:
javax.naming.NamingException
- if the operation failed
setName
public void setName(javax.naming.Name name)