net.schmizz.sshj.common
Class ErrorNotifiable.Util
java.lang.Object
net.schmizz.sshj.common.ErrorNotifiable.Util
- Enclosing interface:
- ErrorNotifiable
public static class ErrorNotifiable.Util
- extends Object
Utility functions.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorNotifiable.Util
public ErrorNotifiable.Util()
alertAll
public static void alertAll(SSHException error,
ErrorNotifiable... notifiables)
- Notify all
notifiables
of given error
.
alertAll
public static void alertAll(SSHException error,
Collection<? extends ErrorNotifiable> notifiables)
- Notify all
notifiables
of given error
.
Copyright © 2009-2012. All Rights Reserved.