org.jclouds.virtualbox.predicates
Class SshAvailable

java.lang.Object
  extended by org.jclouds.virtualbox.predicates.SshAvailable
All Implemented Interfaces:
com.google.common.base.Predicate<String>

public class SshAvailable
extends Object
implements com.google.common.base.Predicate<String>

Author:
Andrea Turli

Field Summary
protected  Logger logger
           
 
Constructor Summary
SshAvailable(ComputeServiceContext context)
           
 
Method Summary
 boolean apply(String nodeId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Field Detail

logger

@Named(value="jclouds.compute")
protected Logger logger
Constructor Detail

SshAvailable

public SshAvailable(ComputeServiceContext context)
Method Detail

apply

public boolean apply(@Nullable
                     String nodeId)
Specified by:
apply in interface com.google.common.base.Predicate<String>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.