Uses of Interface
net.sodacan.core.Host
Packages that use Host
Package
Description
This package contains most of the Interfaces of Sodacan.
An ActorGroup contains a dynamic number of actors.
A Host manages ActorGroups.
-
Uses of Host in net.sodacan.core
Methods in net.sodacan.core that return HostModifier and TypeMethodDescriptionConfig.getHost()
Return the singleton host for this application instanceMethods in net.sodacan.core with parameters of type Host -
Uses of Host in net.sodacan.core.actorgroup
Fields in net.sodacan.core.actorgroup declared as HostMethods in net.sodacan.core.actorgroup with parameters of type Host -
Uses of Host in net.sodacan.core.config
Fields in net.sodacan.core.config with type parameters of type HostMethods in net.sodacan.core.config that return HostModifier and TypeMethodDescriptionDefaultConfig.getHost()
Return the singleton host for this application instanceMethod parameters in net.sodacan.core.config with type arguments of type HostModifier and TypeMethodDescriptionlocal singleton -
Uses of Host in net.sodacan.core.host
Classes in net.sodacan.core.host that implement HostModifier and TypeClassDescriptionclass
A host starts out by hosting no actorGroups.class
Contains ordinary host behavior.