public class CreateSubcontextEvent extends UpdateEvent
Modifier and Type | Field and Description |
---|---|
private NamingContextId |
contextId |
private Object |
ownerId |
private CompositeName |
path |
private static long |
serialVersionUID |
Constructor and Description |
---|
CreateSubcontextEvent(NamingContextId updatedContextId,
String name,
CompositeName path,
NamingContextId contextId,
Object ownerId) |
Modifier and Type | Method and Description |
---|---|
NamingContextId |
getContextId() |
Object |
getOwnerId() |
String |
toString() |
getName, getPath, getUpdatedContextId
private static final long serialVersionUID
private CompositeName path
private NamingContextId contextId
private Object ownerId
public CreateSubcontextEvent(NamingContextId updatedContextId, String name, CompositeName path, NamingContextId contextId, Object ownerId)
public final NamingContextId getContextId()
public final Object getOwnerId()
public String toString()
toString
in class UpdateEvent
Copyright © 2022 ScalAgent D.T.. All rights reserved.