package runtime
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- runtime
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final class AbstractValue extends Annotation with StaticAnnotation
- Annotations
- @getter() @setter() @beanGetter() @beanSetter() @companionClass() @companionMethod()
- case class Channel(name: String, anchor: String, remote: Reference, system: System) extends transmitter.Channel with Product with Serializable
- trait Dispatch[D <: Dispatch[D]] extends Runnable
- class Dispatcher[D <: Dispatch[D]] extends AnyRef
- final class GatewayConnection[R, M] extends Connection[R, M]
- class Instance[P] extends language.Instance[P]
- final class MarshallableInfo extends Annotation with StaticAnnotation
- Annotations
- @getter() @setter()
- final class MarshallableValue[B, I, R, P] extends AnyRef
- sealed abstract class Method extends AnyRef
- final class MultitierModule extends Annotation with StaticAnnotation
- final class MultitierStub extends Annotation with StaticAnnotation
- Annotations
- @getter() @setter() @beanGetter() @beanSetter() @companionClass() @companionMethod()
- class PeerImplementationError extends Error
- final class PlacedValue[U, R, B, T] extends AnyRef
- final class PlacedValueInfo extends Annotation with StaticAnnotation
- Annotations
- @getter() @setter()
- trait PlacedValues extends AnyRef
- type Remote[+P] = language.Remote[P]
- class RemoteConnections extends ConnectionsBase[Reference, Message[Method]]
- final class RemoteRequest[V, R, T, L, M, U] extends Transmission[V, R, T, L, M]
- class Runtime[P] extends language.Runtime[P]
- class System extends AnyRef
- trait Undispatchable[D <: Dispatch[D]] extends AnyRef
Value Members
- object AcceptMessage
- object ChannelMessage
- object CloseMessage
- case object Connect extends Method with Product with Serializable
- case object Content extends Method with Product with Serializable
- object GatewayValue extends Implementation[Nothing]
- object Method
- object Module
- object Peer
- object PlacedValues
- object Remote
- object RemoteValue extends embedding.PlacedValue[Nothing, Any]
- object RequestMessage
- object Runtime
- object StartedMessage
- object System
- object Value