components
.
job
AbstractRemoteResourceJob
Related Doc:
package job
abstract
class
AbstractRemoteResourceJob
[
T <:
RemoteResource
]
extends
Job
Linear Supertypes
Job
,
Prioritized
,
Comparable
[
Prioritized
],
AnyRef
,
Any
Known Subclasses
CreateInstanceJob
,
CreateVirtualMachineJob
,
DeleteInstanceJob
,
DeleteVirtualMachineJob
Ordering
Alphabetic
By Inheritance
Inherited
AbstractRemoteResourceJob
Job
Prioritized
Comparable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
AbstractRemoteResourceJob
(
jpaApi:
JPAApi
,
t:
T
,
modelService:
RemoteModelService
[
T
]
,
tenantModelService:
ModelService
[
Tenant
]
,
colosseumComputeService:
ColosseumComputeService
,
tenant:
Tenant
)
Type Members
type
Priority
=
execution.Prioritized.Priority
Attributes
protected
Definition Classes
Prioritized
Abstract Value Members
abstract
def
canStart
()
:
Boolean
Definition Classes
Job
abstract
def
doWork
(
modelService:
ModelService
[
T
]
,
computeService:
ColosseumComputeService
)
:
Unit
Attributes
protected[
components.job
]
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
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
compareTo
(
o:
Prioritized
)
:
Int
Definition Classes
Prioritized → Comparable
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
execute
()
:
Unit
Definition Classes
AbstractRemoteResourceJob
→
Job
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
getPriority
()
:
Int
Definition Classes
AbstractRemoteResourceJob
→ Prioritized
final
def
getResourceUuid
()
:
String
Definition Classes
AbstractRemoteResourceJob
→
Job
final
def
getT
()
:
T
Attributes
protected[
components.job
]
final
def
getTenant
()
:
Tenant
Attributes
protected[
components.job
]
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
init
()
:
Unit
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
jpaApi
()
:
JPAApi
Attributes
protected[
components.job
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
onError
()
:
Unit
Definition Classes
AbstractRemoteResourceJob
→
Job
def
onSuccess
()
:
Unit
Definition Classes
AbstractRemoteResourceJob
→
Job
final
def
state
(
jobState:
JobState
)
:
Unit
Definition Classes
AbstractRemoteResourceJob
→
Job
final
def
state
()
:
JobState
Definition Classes
AbstractRemoteResourceJob
→
Job
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AbstractRemoteResourceJob
→ AnyRef → Any
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
(
...
)
Inherited from
Job
Inherited from
Prioritized
Inherited from
Comparable
[
Prioritized
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped