jar

io.motown.vas : vas-view-model

Maven & Gradle

May 16, 2014
1 usages
40 stars

Value Added Service (VAS) implementation. This module contains the model that's being updated via events. The v10-soap module uses the view-model to retrieve information about the current state of the system.

Table Of Contents

Latest Version

Download io.motown.vas : vas-view-model JAR file - Latest Versions:

All Versions

Download io.motown.vas : vas-view-model JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window vas-view-model-0.8.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.motown.vas.viewmodel

├─ io.motown.vas.viewmodel.ConfigurationConversionService.class - [JAR]

├─ io.motown.vas.viewmodel.VasEventHandler.class - [JAR]

├─ io.motown.vas.viewmodel.VasSubscriberService.class - [JAR]

io.motown.vas.viewmodel.model

├─ io.motown.vas.viewmodel.model.ChargeMode.class - [JAR]

├─ io.motown.vas.viewmodel.model.ChargingCapability.class - [JAR]

├─ io.motown.vas.viewmodel.model.ComponentStatus.class - [JAR]

├─ io.motown.vas.viewmodel.model.ConnectorType.class - [JAR]

├─ io.motown.vas.viewmodel.model.Day.class - [JAR]

├─ io.motown.vas.viewmodel.model.StatusChange.class - [JAR]

io.motown.vas.viewmodel.persistence.entities

├─ io.motown.vas.viewmodel.persistence.entities.ChargingStation.class - [JAR]

├─ io.motown.vas.viewmodel.persistence.entities.Evse.class - [JAR]

├─ io.motown.vas.viewmodel.persistence.entities.OpeningTime.class - [JAR]

├─ io.motown.vas.viewmodel.persistence.entities.Subscription.class - [JAR]

io.motown.vas.viewmodel.persistence.repostories

├─ io.motown.vas.viewmodel.persistence.repostories.ChargingStationRepository.class - [JAR]

├─ io.motown.vas.viewmodel.persistence.repostories.SubscriptionRepository.class - [JAR]

io.motown.vas.viewmodel.vas

├─ io.motown.vas.viewmodel.vas.SubscriberClient.class - [JAR]

├─ io.motown.vas.viewmodel.vas.SubscriptionUpdater.class - [JAR]

Advertisement