object ManagerContainer extends Serializable
Containers helper methods for initializing a manager container.
- Alphabetic
- By Inheritance
- ManagerContainer
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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( ... )
-
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] )
-
def
fromVirtualMachine(virtualMachine: VirtualMachine, loopingTaskRunner: LoopingTaskRunner, autoStartEventManager: Boolean): ManagerContainer
Initializes all managers for the specified virtual machine.
Initializes all managers for the specified virtual machine.
- virtualMachine
The virtual machine whose managers to initialize
- loopingTaskRunner
The task runner to use with various managers
- returns
The container holding all of the new managers
-
def
fromVirtualMachine(virtualMachine: VirtualMachine): ManagerContainer
Initializes all managers for the specified virtual machine.
Initializes all managers for the specified virtual machine. Uses the default instance of the looping task runner for created managers. Automatically starts the event manager.
- virtualMachine
The virtual machine whose managers to initialize
- returns
The container holding all of the new managers
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
usingDummyManagers(): ManagerContainer
Initializes all managers to dummy implementations with pending requests enabled to allow setting requests ahead of virtual machine connections.
Initializes all managers to dummy implementations with pending requests enabled to allow setting requests ahead of virtual machine connections.
- returns
The container holding all of the new managers
- Note
Currently, classManager and requestManager are null!
-
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( ... )