org.safehaus.penrose.event
Class AddEvent

java.lang.Object
  extended byorg.safehaus.penrose.event.Event
      extended byorg.safehaus.penrose.event.AddEvent

public class AddEvent
extends Event

Author:
Endi S. Dewata

Field Summary
static int AFTER_ADD
           
static int BEFORE_ADD
           
 
Constructor Summary
AddEvent(java.lang.Object source, int type, PenroseSession session, java.lang.String dn, javax.naming.directory.Attributes attributes)
           
 
Method Summary
 javax.naming.directory.Attributes getAttributes()
           
 java.lang.String getDn()
           
 int getReturnCode()
           
 PenroseSession getSession()
           
 void setAttributes(javax.naming.directory.Attributes attributes)
           
 void setDn(java.lang.String dn)
           
 void setReturnCode(int returnCode)
           
 void setSession(PenroseSession session)
           
 
Methods inherited from class org.safehaus.penrose.event.Event
getSource, getType, setSource, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEFORE_ADD

public static final int BEFORE_ADD
See Also:
Constant Field Values

AFTER_ADD

public static final int AFTER_ADD
See Also:
Constant Field Values
Constructor Detail

AddEvent

public AddEvent(java.lang.Object source,
                int type,
                PenroseSession session,
                java.lang.String dn,
                javax.naming.directory.Attributes attributes)
Method Detail

getReturnCode

public int getReturnCode()

setReturnCode

public void setReturnCode(int returnCode)

getSession

public PenroseSession getSession()

setSession

public void setSession(PenroseSession session)

getDn

public java.lang.String getDn()

setDn

public void setDn(java.lang.String dn)

getAttributes

public javax.naming.directory.Attributes getAttributes()

setAttributes

public void setAttributes(javax.naming.directory.Attributes attributes)