|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StrategyHandler
Interace implemented by part strategy handlers.
| Method Summary | |
|---|---|
Strategy |
build(ClassLoader classloader,
Element element,
Resolver resolver,
String partition,
String query,
boolean validate)
Construct a new strategy using a supplied element and value resolver. |
Strategy |
newStrategy(Class<?> c)
Creation of a new strategy handler for the supplied implementation class. |
Strategy |
newStrategy(Class<?> c,
String name)
Creation of a new strategy handler for the supplied implementation class. |
| Method Detail |
|---|
Strategy newStrategy(Class<?> c)
throws IOException
c - the component implementation class
IOException - if an I/O error occurs
Strategy newStrategy(Class<?> c,
String name)
throws IOException
c - the component implementation classname - the component name
IOException - if an I/O error occurs
Strategy build(ClassLoader classloader,
Element element,
Resolver resolver,
String partition,
String query,
boolean validate)
throws IOException
classloader - the classloaderelement - the DOM element definining the deployment strategyresolver - symbolic property resolverpartition - the assigned partitionquery - the queryvalidate - if true validate the strategy integrity
IOException - if an I/O error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||