case class UsageConnectedObjectContext(ownerID: String, rootOwnerID: String, currentID: String, cacheOwnerID: String, classDef: SyncClassDef, syncLevel: SyncLevel, choreographer: InvocationChoreographer) extends ConnectedObjectContext with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UsageConnectedObjectContext
- Serializable
- Product
- Equals
- ConnectedObjectContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UsageConnectedObjectContext(ownerID: String, rootOwnerID: String, currentID: String, cacheOwnerID: String, classDef: SyncClassDef, syncLevel: SyncLevel, choreographer: InvocationChoreographer)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def areEquals(a: EngineTag, b: EngineTag): Boolean
- returns
true if a is b depending on this context.
- Definition Classes
- ConnectedObjectContext
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cacheOwnerID: String
- Definition Classes
- UsageConnectedObjectContext → ConnectedObjectContext
- val choreographer: InvocationChoreographer
- Definition Classes
- UsageConnectedObjectContext → ConnectedObjectContext
- val classDef: SyncClassDef
- Definition Classes
- UsageConnectedObjectContext → ConnectedObjectContext
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val currentID: String
- Definition Classes
- UsageConnectedObjectContext → ConnectedObjectContext
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val ownerID: String
- Definition Classes
- UsageConnectedObjectContext → ConnectedObjectContext
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rootOwnerID: String
- Definition Classes
- UsageConnectedObjectContext → ConnectedObjectContext
- val syncLevel: SyncLevel
- Definition Classes
- UsageConnectedObjectContext → ConnectedObjectContext
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def translate(tag: EngineTag): String
- Definition Classes
- UsageConnectedObjectContext → ConnectedObjectContext
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withSyncLevel(syncLevel: SyncLevel): ConnectedObjectContext
- Definition Classes
- UsageConnectedObjectContext → ConnectedObjectContext
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated