public interface SLEndpoint extends Endpoint
SLEndpoint describes a service endpoint stored in the ServiceLocator. In addition the
properties and some additional meta data together with the status of the endpoint are provided.Endpoint.PropertiesTransformer| Modifier and Type | Method and Description |
|---|---|
QName |
forService()
Return the name of the service the endpoint belongs to.
|
long |
getLastTimeStarted() |
long |
getLastTimeStopped() |
boolean |
isLive()
Indicates whether the server is up and running.
|
addEndpointReference, getAddress, getBinding, getProperties, getServiceName, getTransport, writeEndpointReferenceTolong getLastTimeStarted()
long getLastTimeStopped()
boolean isLive()
true iff the service locator deems the endpoint running.QName forService()
Copyright © 2011–2017 Talend Inc.. All rights reserved.