public class Subscriptions extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
Subscriptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
add(String supplier,
UpdateMethodEnum updateMethod,
Calendar startTime,
Calendar stopTime,
List<PushTarget> pushTargets) |
String |
addPeriodic(String supplier,
Calendar startTime,
Calendar stopTime,
Float periodSeconds,
UpdateMethodEnum updateMethod,
List<PushTarget> pushTargets) |
void |
afterPropertiesSet() |
void |
delete(String supplier,
String reference) |
void |
destroy() |
void |
push(String supplier,
String... changes) |
void |
registerSupplier(String supplierPath,
Datex2Supplier supplier) |
String |
update(String supplier,
String reference,
UpdateMethodEnum updateMethod,
Calendar startTime,
Calendar stopTime,
List<PushTarget> pushTargets) |
String |
updatePeriodic(String supplier,
String reference,
Calendar startTime,
Calendar stopTime,
Float periodSeconds,
UpdateMethodEnum updateMethod,
List<PushTarget> pushTargets) |
public void registerSupplier(String supplierPath, Datex2Supplier supplier)
public String addPeriodic(String supplier, Calendar startTime, Calendar stopTime, Float periodSeconds, UpdateMethodEnum updateMethod, List<PushTarget> pushTargets)
public String updatePeriodic(String supplier, String reference, Calendar startTime, Calendar stopTime, Float periodSeconds, UpdateMethodEnum updateMethod, List<PushTarget> pushTargets)
public String add(String supplier, UpdateMethodEnum updateMethod, Calendar startTime, Calendar stopTime, List<PushTarget> pushTargets)
public String update(String supplier, String reference, UpdateMethodEnum updateMethod, Calendar startTime, Calendar stopTime, List<PushTarget> pushTargets)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.