public class GuardEntryImpl extends Object implements GuardEntry
| Modifier and Type | Method and Description |
|---|---|
void |
clearDownSince() |
void |
clearUnlistedSince() |
boolean |
equals(Object obj) |
Date |
getCreatedTime() |
Date |
getDownSince() |
String |
getIdentity() |
Date |
getLastConnectAttempt() |
String |
getNickname() |
Router |
getRouterForEntry() |
Date |
getUnlistedSince() |
String |
getVersion() |
int |
hashCode() |
boolean |
isAdded() |
void |
markAsDown() |
boolean |
testCurrentlyUsable() |
String |
writeToString() |
public boolean isAdded()
isAdded in interface GuardEntrypublic void markAsDown()
markAsDown in interface GuardEntrypublic void clearDownSince()
clearDownSince in interface GuardEntrypublic void clearUnlistedSince()
public String getNickname()
getNickname in interface GuardEntrypublic String getIdentity()
getIdentity in interface GuardEntrypublic String getVersion()
getVersion in interface GuardEntrypublic Date getCreatedTime()
getCreatedTime in interface GuardEntrypublic Date getDownSince()
getDownSince in interface GuardEntrypublic Date getLastConnectAttempt()
getLastConnectAttempt in interface GuardEntrypublic Date getUnlistedSince()
getUnlistedSince in interface GuardEntrypublic String writeToString()
public Router getRouterForEntry()
getRouterForEntry in interface GuardEntrypublic boolean testCurrentlyUsable()
testCurrentlyUsable in interface GuardEntryCopyright © 2015. All rights reserved.