|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SLEndpoint
An 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.
| Method Summary | |
|---|---|
QName |
forService()
Return the name of the service the endpoint belongs to. |
String |
getAddress()
Return the address of the endpoint. |
BindingType |
getBinding()
Return the binding of the endpoint. |
long |
getLastTimeStarted()
Return the time the endpoint started the last time. |
long |
getLastTimeStopped()
Return the time the endpoint stopped the last time. |
SLProperties |
getProperties()
Return the properties associated to this endpoint. |
TransportType |
getTransport()
Return the binding of the endpoint. |
boolean |
isLive()
Indicates whether the server is up and running. |
| Method Detail |
|---|
String getAddress()
BindingType getBinding()
TransportType getTransport()
boolean isLive()
true iff the service locator deems the endpoint running.SLProperties getProperties()
nulllong getLastTimeStarted()
long getLastTimeStopped()
QName forService()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||