|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpinePlugin
SpinePlugin is the defination of an object which will exists for the life time of the virtual machine running this framework.
It possesses the same properties as a ConfigurationEngine but is stored by the ApplicationConfigurator in a map from which it can be demanded at any time during processing of a request.
Copyright ©Zphinx Software Solutions
| Method Summary | |
|---|---|
String |
getName()
Gets the name of this plugin |
void |
process(Map map)
The process method acts as a gateway to pass information to this adaptee and a means of providing extra functionality to the framework at initialization. |
void |
setName(String s)
Sets the name of this plugin |
| Method Detail |
|---|
String getName()
void setName(String s)
s - The String to set as the name of this object
void process(Map map)
throws Throwable
map - The map containing our configuration parameters.
Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||