org
.
openmole
.
plugin
.
environment
.
ssh
SSHService
Related Docs:
object SSHService
|
package ssh
trait
SSHService
extends
BatchService
Linear Supertypes
BatchService
,
AnyRef
,
Any
Known Subclasses
ClusterJobService
,
CondorJobService
,
OARJobService
,
PBSJobService
,
SGEJobService
,
SLURMJobService
,
SSHJobService
,
SSHStorageService
,
SharedStorage
Ordering
Alphabetic
By Inheritance
Inherited
SSHService
BatchService
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
credential
:
fr.iscpif.gridscale.ssh.SSHAuthentication
abstract
val
environment
:
BatchEnvironment
Definition Classes
BatchService
abstract
def
host
:
String
abstract
def
port
:
Int
abstract
def
usageControl
:
UsageControl
Definition Classes
BatchService
abstract
def
user
:
String
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
available
:
Int
Definition Classes
BatchService
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
releaseToken
(
token:
AccessToken
)
:
Unit
Definition Classes
BatchService
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
tryGetToken
:
Option
[
AccessToken
]
Definition Classes
BatchService
def
tryWithToken
[
B
]
(
f: (
Option
[
AccessToken
]) ⇒
B
)
:
B
Definition Classes
BatchService
lazy val
url
:
URI
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
withToken
[
B
]
(
f: (
AccessToken
) ⇒
B
)
:
B
Definition Classes
BatchService
Inherited from
BatchService
Inherited from
AnyRef
Inherited from
Any
Ungrouped