Package | Description |
---|---|
org.thales.punch.platform.api |
To deal with configuration and administative tasks, the punchplatform relies on a carefully
well designed configuration service.
|
org.thales.punch.platform.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
IBook
The
IBook interface lets you access a given dag resources. |
interface |
IChannel
The
IChannel interface lets you access a given channel resources. |
Modifier and Type | Method and Description |
---|---|
IEntity |
ITopic.getChannel() |
IEntity |
ITopology.getChannel() |
IEntity |
IApplication.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<IEntity> |
ITenant.getBooks(Map<String,Exception> invalid)
Iterate over the channels of a tenant
|
List<IEntity> |
ITenant.getChannels(Map<String,Exception> invalid)
Iterate over the channels of a tenant
|
List<IEntity> |
ITenant.getEntities()
Get one of the tenant's channel.
|
List<IEntity> |
ITenant.getValidBooks() |
Modifier and Type | Class and Description |
---|---|
class |
BookImpl
IChannel implementation |
class |
ChannelImpl
IChannel implementation |
class |
EntityImpl
IChannel implementation |
Modifier and Type | Field and Description |
---|---|
protected IEntity |
ApplicationImpl.entity |
Modifier and Type | Method and Description |
---|---|
IEntity |
TopicImpl.getChannel() |
IEntity |
ApplicationImpl.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<IEntity> |
TenantImpl.getBooks(Map<String,Exception> invalid) |
List<IEntity> |
TenantImpl.getChannels(Map<String,Exception> invalid) |
List<IEntity> |
TenantImpl.getEntities() |
List<IEntity> |
TenantImpl.getValidBooks() |
Constructor and Description |
---|
ApplicationImpl(IEntity entity,
ISettingsMap map,
String configName)
Create a new application.
|
ShivaApplicationImpl(IEntity entity,
ISettingsMap map,
String fullName) |
StormApplicationImpl(IEntity entity,
ISettingsMap map,
String fullName) |
TopicImpl(IEntity entity,
Map<String,Object> map,
String name) |
Copyright © 2014–2023. All rights reserved.