public class WatchEventsWrapper extends Object implements Serializable
Constructor and Description |
---|
WatchEventsWrapper(String nodeId,
String fsName,
Path watchable,
List<WatchEvent<?>> events) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<WatchEvent<?>> |
getEvents() |
String |
getFsName() |
String |
getNodeId() |
Path |
getWatchable() |
int |
hashCode() |
public WatchEventsWrapper(String nodeId, String fsName, Path watchable, List<WatchEvent<?>> events)
public String getFsName()
public String getNodeId()
public List<WatchEvent<?>> getEvents()
public Path getWatchable()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.