Package

it.unibo.scafi

distrib

Permalink

package distrib

Visibility
  1. Public
  2. All

Type Members

  1. trait BasePlatform extends AnyRef

    Permalink
  2. class CustomClassLoader extends URLClassLoader

    Permalink
  3. class DependencyEmitter extends EmptyVisitor

    Permalink

    This visitor is responsible of collecting the dependencies of a JavaClass instance.

    This visitor is responsible of collecting the dependencies of a JavaClass instance. Adapted from: http://illegalargumentexception.blogspot.it/2008/04/java-finding-binary-class-dependencies.html

  4. trait Platform extends BasePlatform with PlatformAPIFacade with PlatformSettings

    Permalink

    This component defines a distributed platform and in particular:

    This component defines a distributed platform and in particular:

    • A Façade API for the configuration, setup, and execution of distributed systems
    • A corpus of settings and defaults for distributed aggregate systems
    • Some general, utility members (string representations for types such as ID, LSNS,..), used for example in the command-line parser.
  5. trait PlatformAPIFacade extends AnyRef

    Permalink
  6. trait PlatformSettings extends AnyRef

    Permalink

Ungrouped