|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TopologyConnectorClientInformation
provides information about a topology connector client
Method Summary | |
---|---|
URL |
getConnectorUrl()
the endpoint url where this connector is connecting to |
String |
getId()
the unique id of this connector |
long |
getLastHeartbeatSent()
the unix-millis when the last heartbeat was sent |
String |
getLastRequestEncoding()
the Content-Encoding of the last request |
String |
getLastResponseEncoding()
the Content-Encoding of the last response |
int |
getNextHeartbeatDue()
the seconds until the next heartbeat is due |
String |
getRemoteSlingId()
the sling id of the remote end |
int |
getStatusCode()
return the http status code of the last post to the servlet, -1 if no post was ever done |
String |
getStatusDetails()
provides more details about connection failures |
boolean |
isAutoStopped()
SLING-3316 : whether or not this connector was auto-stopped |
boolean |
isConnected()
whether or not this connector was able to successfully connect |
boolean |
representsLoop()
whether or not the counterpart of this connector has detected a loop in the topology connectors |
Method Detail |
---|
URL getConnectorUrl()
int getStatusCode()
boolean isAutoStopped()
boolean isConnected()
String getStatusDetails()
boolean representsLoop()
String getRemoteSlingId()
String getId()
String getLastRequestEncoding()
String getLastResponseEncoding()
long getLastHeartbeatSent()
int getNextHeartbeatDue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |