Constructor and Description |
---|
WriteEvent(org.epics.util.time.Timestamp timestamp,
String pvName,
PVWriterEvent<?> event,
boolean coonected,
Exception lastException) |
Modifier and Type | Method and Description |
---|---|
PVWriterEvent<?> |
getEvent() |
Exception |
getLastException() |
String |
getPvName() |
org.epics.util.time.Timestamp |
getTimestamp() |
boolean |
isConnected() |
void |
setConnected(boolean connected) |
void |
setEvent(PVWriterEvent<?> event) |
void |
setLastException(Exception lastException) |
void |
setPvName(String pvName) |
void |
setTimestamp(org.epics.util.time.Timestamp timestamp) |
public WriteEvent(org.epics.util.time.Timestamp timestamp, String pvName, PVWriterEvent<?> event, boolean coonected, Exception lastException)
public org.epics.util.time.Timestamp getTimestamp()
getTimestamp
in interface Event
public void setTimestamp(org.epics.util.time.Timestamp timestamp)
public void setPvName(String pvName)
public PVWriterEvent<?> getEvent()
public void setEvent(PVWriterEvent<?> event)
public boolean isConnected()
public void setConnected(boolean connected)
public Exception getLastException()
public void setLastException(Exception lastException)
Copyright © 2010–2015. All rights reserved.