c

com.wedriveu.vehicle.boundary

VehicleVerticleCanDriveImpl

class VehicleVerticleCanDriveImpl extends AbstractVerticle with VehicleVerticleCanDrive

Linear Supertypes
VehicleVerticleCanDrive, AbstractVerticle, Verticle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VehicleVerticleCanDriveImpl
  2. VehicleVerticleCanDrive
  3. AbstractVerticle
  4. Verticle
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VehicleVerticleCanDriveImpl(vehicle: VehicleControl)

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 canDrive(canDriveRequest: CanDriveRequest): CanDriveResponse

    This method permits to send the "can drive" request to the vehicle from the service.

    This method permits to send the "can drive" request to the vehicle from the service.

    canDriveRequest

    This indicates the request object sended to vehicle.

    returns

    Returns the the response object to the service.

    Definition Classes
    VehicleVerticleCanDriveImplVehicleVerticleCanDrive
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def config(): JsonObject
    Definition Classes
    AbstractVerticle
  8. def deploymentID(): String
    Definition Classes
    AbstractVerticle
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def getVertx(): Vertx
    Definition Classes
    AbstractVerticle → Verticle
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. def init(arg0: Vertx, arg1: Context): Unit
    Definition Classes
    AbstractVerticle → Verticle
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. def processArgs(): List[String]
    Definition Classes
    AbstractVerticle
  21. def start(startFuture: Future[Void]): Unit
    Definition Classes
    VehicleVerticleCanDriveImpl → AbstractVerticle → Verticle
  22. def start(): Unit
    Definition Classes
    AbstractVerticle
    Annotations
    @throws( classOf[java.lang.Exception] )
  23. def stop(): Unit
    Definition Classes
    AbstractVerticle
    Annotations
    @throws( classOf[java.lang.Exception] )
  24. def stop(arg0: Future[Void]): Unit
    Definition Classes
    AbstractVerticle → Verticle
    Annotations
    @throws( classOf[java.lang.Exception] )
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from VehicleVerticleCanDrive

Inherited from AbstractVerticle

Inherited from Verticle

Inherited from AnyRef

Inherited from Any

Ungrouped