|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker com.atlassian.bamboo.agent.elastic.tunnel.TerminateOnTimeoutTunnelStatusTracker
public class TerminateOnTimeoutTunnelStatusTracker
Field Summary |
---|
Fields inherited from class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker |
---|
atLeastOneConnectionWasSuccessful, consecutiveFailures, tunnelName |
Constructor Summary | |
---|---|
TerminateOnTimeoutTunnelStatusTracker(com.atlassian.aws.ec2.RemoteEC2Instance ec2Instance,
int timeout,
java.util.concurrent.TimeUnit timeUnit)
|
Method Summary | |
---|---|
void |
onAttempt()
|
void |
onFailure(java.lang.Throwable throwable)
|
void |
onSuccess()
|
Methods inherited from class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker |
---|
finish, onFailure, setTunnelName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TerminateOnTimeoutTunnelStatusTracker(com.atlassian.aws.ec2.RemoteEC2Instance ec2Instance, int timeout, java.util.concurrent.TimeUnit timeUnit)
Method Detail |
---|
public void onAttempt()
onAttempt
in interface com.atlassian.tunnel.tunnel.client.TunnelStatusTracker
onAttempt
in class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
public void onFailure(@Nullable java.lang.Throwable throwable) throws java.lang.InterruptedException
onFailure
in interface com.atlassian.tunnel.tunnel.client.TunnelStatusTracker
onFailure
in class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
java.lang.InterruptedException
public void onSuccess()
onSuccess
in interface com.atlassian.tunnel.tunnel.client.TunnelStatusTracker
onSuccess
in class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |