|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractBinder
com.neeve.managed.hk2.PlatformModules
public final class PlatformModules
Implements the Binder
for a TopicOrientedApplication
's injectable
services.
The PlatformModules
provides access to the following:
EngineClock
Provides HA consistent time.
MessageSender
Provides access to the MessageSender
interface for a TopicOrientedApplication
.
MessageInjector
Provides access to the MessageInjector
interface for a TopicOrientedApplication
.
AepEngine
Provides access to the applications underlying AepEngine
. Most applications will not need
access to the AepEngine and will be using the other services provided by TopicOrientedApplication
Constructor Summary | |
---|---|
PlatformModules(TopicOrientedApplication application)
|
Method Summary | |
---|---|
protected void |
configure()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlatformModules(TopicOrientedApplication application)
Method Detail |
---|
protected final void configure()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |