class SimplePacketInjectableStore extends PacketInjectableStore with InternalPacketInjectableStore with JustifiedCloseable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimplePacketInjectableStore
  2. JustifiedCloseable
  3. AutoCloseable
  4. InternalPacketInjectableStore
  5. PacketInjectableStore
  6. TrafficObject
  7. DynamicNetworkObject
  8. NetworkObject
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SimplePacketInjectableStore(traffic: PacketTraffic, tnol: TrafficNetworkObjectLinker, defaultPersistenceConfig: PersistenceConfig, trafficPath: Array[Int])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def close(cause: Reason): Unit
  7. def close(): Unit
    Definition Classes
    JustifiedCloseable → AutoCloseable
  8. def createStore(id: Int, persistenceConfig: PersistenceConfig): PacketInjectableStore
  9. def createStore(id: Int): PacketInjectableStore
    Definition Classes
    PacketInjectableStore
  10. val defaultPersistenceConfig: PersistenceConfig
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def findInjectable[C <: PacketInjectable](id: Int)(implicit arg0: ClassTag[C]): Option[C]
  14. def findNode(path: Array[Int], pos: Int): Option[TrafficNode[PacketInjectable]]
  15. def findStore(id: Int): Option[PacketInjectableStore]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def getInjectable[C <: PacketInjectable](id: Int, config: PersistenceConfig, factory: PacketInjectableFactory[C], scopeFactory: ScopeFactory[_ <: ChannelScope])(implicit arg0: ClassTag[C]): InjectableTrafficNode[C]
  18. def getInjectable[C <: PacketInjectable](injectableID: Int, config: PersistenceConfig, scopeFactory: ScopeFactory[_ <: ChannelScope])(implicit arg0: ClassTag[C], factory: PacketInjectableFactory[C]): InjectableTrafficNode[C]
    Definition Classes
    PacketInjectableStore
  19. def getInjectable[C <: PacketInjectable](injectableID: Int, scopeFactory: ScopeFactory[_ <: ChannelScope])(implicit arg0: ClassTag[C], factory: PacketInjectableFactory[C]): InjectableTrafficNode[C]
    Definition Classes
    PacketInjectableStore
  20. def getInjectable[C <: PacketInjectable](injectableID: Int, factory: PacketInjectableFactory[C], scopeFactory: ScopeFactory[_ <: ChannelScope])(implicit arg0: ClassTag[C]): InjectableTrafficNode[C]
    Definition Classes
    PacketInjectableStore
  21. def getPersistenceConfig(path: Array[Int], pos: Int): PersistenceConfig
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def isClosed: Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isOpen: Boolean
    Definition Classes
    JustifiedCloseable
    Annotations
    @inline()
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. val presence: NetworkObjectPresence
  30. val reference: TrafficObjectReference

    The reference of this Network Object.

    The reference of this Network Object.

    Definition Classes
    SimplePacketInjectableStorePacketInjectableStoreNetworkObject
    See also

    NetworkObjectReference

  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. val trafficPath: Array[Int]
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from JustifiedCloseable

Inherited from AutoCloseable

Inherited from PacketInjectableStore

Inherited from AnyRef

Inherited from Any

Ungrouped