|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class is the required interface for any extension modules which are to be added to the core server.
| Method Summary | |
java.lang.String |
getConfiguration()
This function returns the configuration information. |
Core |
getCore()
This gets the parent Core server object. |
Log |
getLogger()
This function returns the logging object. |
java.lang.String |
getName()
This function returns the name of the extension module. |
void |
setConfiguration(java.lang.String configuration)
This function sets the configuration information for the server. |
void |
setCore(Core core)
This sets the parent Core server object. |
void |
setLogger(Log log)
This function sets the logging object. |
void |
setName(java.lang.String name)
This function sets the name of the extension module. |
void |
start()
This function is called to start the extension. |
| Method Detail |
public void setCore(Core core)
core - Core system.public Core getCore()
public void setLogger(Log log)
log - Log object which is the primary server logging object.public Log getLogger()
public void setName(java.lang.String name)
name - String name of the module.public java.lang.String getName()
public void setConfiguration(java.lang.String configuration)
configuration - String containing the configuration information.public java.lang.String getConfiguration()
public void start()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||