| Package | Description |
|---|---|
| sk.stuba.fiit.perconik.core.debug.services | |
| sk.stuba.fiit.perconik.core.debug.services.listeners | |
| sk.stuba.fiit.perconik.core.debug.services.resources | |
| sk.stuba.fiit.perconik.core.services |
Interfaces and abstract implementations of core services and their
components.
|
| sk.stuba.fiit.perconik.core.services.listeners |
Interfaces and reference implementations of core listener service and its
components.
|
| sk.stuba.fiit.perconik.core.services.resources |
Interfaces and reference implementations of core resource service and its
components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DebugManager |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DebugListenerManager |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugListenerManagerProxy |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DebugResourceManager |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugResourceManagerProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGenericService<P extends Provider,M extends Manager>
|
protected static class |
AbstractGenericService.AbstractGenericBuilder<B extends AbstractGenericService.AbstractGenericBuilder<B,P,M>,P extends Provider,M extends Manager>
An abstract builder for creating generic service instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractManager
An abstract implementation of
Manager
interface covering manager name and equivalence. |
class |
ForwardingManager
A manager which forwards all its method calls to another manager.
|
| Modifier and Type | Field and Description |
|---|---|
protected M |
AbstractGenericService.manager
The manager.
|
| Modifier and Type | Method and Description |
|---|---|
Manager |
ManagerFactory.create()
Creates a manager object.
|
protected abstract Manager |
ForwardingManager.delegate() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListenerManager
An object responsible for managing registrations of
Listener
instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListenerManager
An abstract implementation of
ListenerManager. |
class |
ForwardingListenerManager
A listener manager which forwards all its method calls to another listener
manager.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResourceManager
An object responsible for managing registrations of
Resource
instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResourceManager
An abstract implementation of
ResourceManager. |
class |
ForwardingResourceManager
A resource manager which forwards all its method calls to another resource
manager.
|