|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Action Interfaces | |
|---|---|
| org.nimbustools.api | Bridge between messaging layers and service/RM implementations |
| org.nimbustools.api.services.ctx | Indirection for the ContextBroker is coming in subsequent release. |
| org.nimbustools.api.services.rm |
The interface to the underlying implementation. |
| Representation Interfaces | |
|---|---|
| org.nimbustools.api.repr | Representation interfaces (a set of POJO/bean interfaces) |
| org.nimbustools.api.repr.ctx | Representation interfaces for context information (a set of POJO/bean interfaces) |
| org.nimbustools.api.repr.vm |
Representation interfaces for VMs (a set of POJO/bean interfaces) |
| Instantiation / IoC | |
|---|---|
| org.nimbustools.api.brain |
Used by the messaging-layer/hosting-container to instantiate and access the
underlying implementation. |
| Read/Write Representation Interfaces | |
|---|---|
| org.nimbustools.api._repr |
Extensions of the org.nimbustools.api.repr interfaces that
add setter methods. |
| org.nimbustools.api._repr.ctx |
Extensions of the org.nimbustools.api.repr.ctx interfaces that
add setter methods. |
| org.nimbustools.api._repr.vm |
Extensions of the org.nimbustools.api.repr.vm interfaces that
add setter methods. |
| Default Implementations | |
|---|---|
| org.nimbustools.api.defaults.brain |
All default implementations for org.nimbustools.api.brain;
all classes here are instantiated when using the embedded IoC
configuration (it's unlikely brain impls are overridden in the deployed
configuration, but possible). |
| org.nimbustools.api.defaults.repr |
All default implementations for org.nimbustools.api.repr;
all classes here are instantiated when using the embedded IoC
configuration (it's unlikely repr impls are overridden in the deployed
configuration, but possible). |
| org.nimbustools.api.defaults.repr.ctx |
All default implementations for org.nimbustools.api.repr.ctx;
all classes here are instantiated when using the embedded IoC
configuration (it's unlikely ctx impls are overridden in the deployed
configuration, but possible). |
| org.nimbustools.api.defaults.repr.vm |
All default implementations for org.nimbustools.api.repr.vm;
all classes here are instantiated when using the embedded IoC
configuration (it's unlikely vm impls are overridden in the deployed
configuration, but possible). |
| org.nimbustools.api.defaults.services.rm |
Default (dummy) implementations for org.nimbustools.api.services.rm;
all classes here are instantiated when using the embedded IoC configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||