org.talend.esb.servicelocator.client.internal
Interface EndpointNode
- All Known Implementing Classes:
- EndpointNodeImpl
public interface EndpointNode
getEndpointName
String getEndpointName()
exists
boolean exists()
throws ServiceLocatorException,
InterruptedException
- Throws:
ServiceLocatorException
InterruptedException
ensureExists
void ensureExists(byte[] content)
throws ServiceLocatorException,
InterruptedException
- Throws:
ServiceLocatorException
InterruptedException
ensureRemoved
void ensureRemoved()
throws ServiceLocatorException,
InterruptedException
- Throws:
ServiceLocatorException
InterruptedException
setLive
void setLive(boolean persistent)
throws ServiceLocatorException,
InterruptedException
- Throws:
ServiceLocatorException
InterruptedException
setOffline
void setOffline()
throws ServiceLocatorException,
InterruptedException
- Throws:
ServiceLocatorException
InterruptedException
getContent
byte[] getContent()
throws ServiceLocatorException,
InterruptedException
- Throws:
ServiceLocatorException
InterruptedException
setContent
void setContent(byte[] content)
throws ServiceLocatorException,
InterruptedException
- Throws:
ServiceLocatorException
InterruptedException
isLive
boolean isLive()
throws ServiceLocatorException,
InterruptedException
- Throws:
ServiceLocatorException
InterruptedException
Copyright © 2011–2015 Talend Inc.. All rights reserved.