public interface EndpointNode
| Modifier and Type | Method and Description |
|---|---|
void |
ensureExists(byte[] content) |
void |
ensureRemoved() |
boolean |
exists() |
byte[] |
getContent() |
String |
getEndpointName() |
Date |
getExpiryTime() |
boolean |
isLive() |
void |
setContent(byte[] content) |
void |
setExpiryTime(Date expiryTime,
boolean persistent) |
void |
setLive(boolean persistent) |
void |
setOffline() |
String getEndpointName()
boolean exists()
throws ServiceLocatorException,
InterruptedException
void ensureExists(byte[] content)
throws ServiceLocatorException,
InterruptedException
void ensureRemoved()
throws ServiceLocatorException,
InterruptedException
void setLive(boolean persistent)
throws ServiceLocatorException,
InterruptedException
void setOffline()
throws ServiceLocatorException,
InterruptedException
byte[] getContent()
throws ServiceLocatorException,
InterruptedException
void setContent(byte[] content)
throws ServiceLocatorException,
InterruptedException
boolean isLive()
throws ServiceLocatorException,
InterruptedException
Date getExpiryTime() throws ServiceLocatorException, InterruptedException
void setExpiryTime(Date expiryTime, boolean persistent) throws ServiceLocatorException, InterruptedException
Copyright © 2011–2017 Talend Inc.. All rights reserved.