Class AbstractAlohaPlugin
- java.lang.Object
-
- cern.accsoft.steering.aloha.plugin.api.AbstractAlohaPlugin
-
- All Implemented Interfaces:
AlohaBeanFactoryAware,BeanAware,AlohaPlugin
- Direct Known Subclasses:
DispersionPlugin,KickResponsePlugin,MatrixSolverPlugin,MultiturnPlugin,SimpleSolverPlugin,TrajectoryPlugin,TrimPlugin
public abstract class AbstractAlohaPlugin extends java.lang.Object implements AlohaPlugin, AlohaBeanFactoryAware
-
-
Field Summary
Fields Modifier and Type Field Description protected AlohaBeanFactoryalohaBeanFactoryThe factory to create and configure aloha beans
-
Constructor Summary
Constructors Constructor Description AbstractAlohaPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AlohaBeanFactorygetAlohaBeanFactory()voidsetAlohaBeanFactory(AlohaBeanFactory alohaBeanFactory)this method is used by theAlohaBeanFactoryto inject itself.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cern.accsoft.steering.aloha.plugin.api.AlohaPlugin
getName
-
-
-
-
Field Detail
-
alohaBeanFactory
protected AlohaBeanFactory alohaBeanFactory
The factory to create and configure aloha beans
-
-
Method Detail
-
setAlohaBeanFactory
public void setAlohaBeanFactory(AlohaBeanFactory alohaBeanFactory)
Description copied from interface:AlohaBeanFactoryAwarethis method is used by theAlohaBeanFactoryto inject itself.- Specified by:
setAlohaBeanFactoryin interfaceAlohaBeanFactoryAware
-
getAlohaBeanFactory
protected AlohaBeanFactory getAlohaBeanFactory()
-
-