Packages

c

org.openurp.edu.spa.client.vendor

SupwisdomCardDriver

class SupwisdomCardDriver extends CardDriver with Logging

Linear Supertypes
Logging, CardDriver, Initializing, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SupwisdomCardDriver
  2. Logging
  3. CardDriver
  4. Initializing
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SupwisdomCardDriver()

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. var appId: String
  5. var appKey: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def auth(): Unit
  8. val authUrl: String
  9. var base: String
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def init(): Unit
    Definition Classes
    SupwisdomCardDriver → Initializing
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. var onlinepayprepare: String
  22. def open(): Unit
  23. var opened: Boolean
  24. def pay(price: Int): Response

    支付

    支付

    Definition Classes
    SupwisdomCardDriverCardDriver
  25. val readcardUrl: String
  26. def ready: Boolean
    Definition Classes
    SupwisdomCardDriverCardDriver
  27. val requestCardUrl: String
  28. var session_key: String
  29. def statusInfo: String
    Definition Classes
    SupwisdomCardDriverCardDriver
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. var termId: Int
  32. var termseqno: Int
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Logging

Inherited from CardDriver

Inherited from Initializing

Inherited from AnyRef

Inherited from Any

Ungrouped