Package fr.dyade.aaa.jndi2.impl
Class UpdateEvent
- java.lang.Object
-
- fr.dyade.aaa.jndi2.impl.UpdateEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BindEvent,ChangeOwnerEvent,CreateSubcontextEvent,DestroySubcontextEvent,RebindEvent,UnbindEvent
public class UpdateEvent extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private CompositeNamecompositeNameprivate Stringnameprivate static longserialVersionUIDDefine serialVersionUID for interoperability.private NamingContextIdupdatedContextId
-
Constructor Summary
Constructors Constructor Description UpdateEvent(CompositeName compositeName, NamingContextId updatedContextId, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()CompositeNamegetPath()NamingContextIdgetUpdatedContextId()StringtoString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Define serialVersionUID for interoperability.- See Also:
- Constant Field Values
-
updatedContextId
private NamingContextId updatedContextId
-
name
private String name
-
compositeName
private CompositeName compositeName
-
-
Constructor Detail
-
UpdateEvent
public UpdateEvent(CompositeName compositeName, NamingContextId updatedContextId, String name)
-
-
Method Detail
-
getUpdatedContextId
public final NamingContextId getUpdatedContextId()
-
getName
public final String getName()
-
getPath
public final CompositeName getPath()
-
-