org.digimead.digi.ctrl.lib.declaration

DConnection

case class DConnection(connectionID: Int, processID: Int, key: Int) extends Parcelable with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Parcelable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DConnection
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Parcelable
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DConnection(in: Parcel)

  2. new DConnection(connectionID: Int, processID: Int, key: Int)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. var FD: Int

  7. var GID: Int

  8. var PID: Int

  9. var UID: Int

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def canEqual(arg0: Any): Boolean

    Definition Classes
    DConnection → Equals
  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. var cmd: String

  14. val connectionID: Int

  15. def describeContents(): Int

    Definition Classes
    DConnection → Parcelable
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    DConnection → Equals → AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    DConnection → AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val key: Int

  23. var localIP: Int

  24. var localPort: Int

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. val processID: Int

  29. def productArity: Int

    Definition Classes
    DConnection → Product
  30. def productElement(arg0: Int): Any

    Definition Classes
    DConnection → Product
  31. def productIterator: Iterator[Any]

    Definition Classes
    Product
  32. def productPrefix: String

    Definition Classes
    DConnection → Product
  33. var remoteIP: Int

  34. var remotePort: Int

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. var timestamp: Long

  37. def toString(): String

    Definition Classes
    DConnection → AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. def writeToParcel(out: Parcel, flags: Int): Unit

    Definition Classes
    DConnection → Parcelable

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Parcelable

Inherited from AnyRef

Inherited from Any