|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AbstractLogEnabled | +--org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor | +--org.apache.avalon.phoenix.components.embeddor.SingleAppEmbeddor
WARNING: DO NOT USE THIS SERVLET FOR PRODUCTION SERVICE. THIS IS EXPERIMENTAL. Embeddor to host only a single application. It is required that the user set parameter
Field Summary |
Fields inherited from interface org.apache.avalon.phoenix.interfaces.Embeddor |
ROLE |
Fields inherited from interface org.apache.avalon.phoenix.interfaces.EmbeddorMBean |
ROLE |
Constructor Summary | |
SingleAppEmbeddor()
Deprecated. |
Method Summary | |
protected void |
deployDefaultApplications()
Deprecated. Deploy a single application. |
boolean |
hasComponent(String role)
Deprecated. |
String[] |
list()
Deprecated. List all block names in application. |
Component |
lookup(String role)
Deprecated. Get a Block by name. |
void |
release(Component component)
Deprecated. Release block back to application. |
Methods inherited from class org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor |
configure, contextualize, deployFile, dispose, execute, getBuild, getHomeDirectory, getKernel, getName, getParameters, getStartTime, getUpTimeInMillis, getVersion, initialize, parameterize, restart, shutdown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SingleAppEmbeddor()
Method Detail |
protected void deployDefaultApplications() throws Exception
deployDefaultApplications
in class DefaultEmbeddor
Exception
- if an error occurspublic String[] list()
public Component lookup(String role) throws ComponentException
ComponentException
public boolean hasComponent(String role)
public void release(Component component)
component
- the block
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |