Searched refs:checkConnection (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/
H A DSetupSshKey.java133 if (sshL.checkConnection()) {
161 if (!sshL.checkConnection()) {
H A DUninstallNodeSshCommand.java118 if (sshkeyfile != null && !sshLauncher.checkConnection()) {
H A DInstallNodeSshCommand.java142 if (getSshKeyFile() != null && !sshLauncher.checkConnection()) {
337 if (getSshKeyFile() != null && !sshLauncher.checkConnection()) {
H A DNativeRemoteCommandsBase.java413 connStatus = sshL.checkConnection();
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DSetupSshCommand.java164 if (sshL.checkConnection()) {
186 if (!sshL.checkConnection()) {
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/
H A DAMXTestBase.java107 checkConnection(getConnection());
298 checkConnection(final MBeanServerConnection conn) { method in class:AMXTestBase
311 checkConnection() { method in class:AMXTestBase
312 checkConnection(getConnection());
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/core/proxy/
H A DProxyFactory.java174 checkConnection() method in class:ProxyFactory
H A DAMXProxyHandler.java531 proxyFactory().checkConnection();
/glassfish-3.1.2/cluster/ssh/src/main/java/org/glassfish/cluster/ssh/launcher/
H A DSSHLauncher.java598 if (checkConnection()) {
717 public boolean checkConnection() { method in class:SSHLauncher

Completed in 25 milliseconds