|
||||||||||
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(java.lang.ClassLoader classloader,
org.w3c.dom.Element element,
Resolver resolver,
java.lang.String partition,
java.lang.String query,
boolean validate)
Construct a new strategy using a supplied element and value resolver. |
Strategy |
newStrategy(java.lang.Class<?> c)
Creation of a new strategy handler for the supplied implementation class. |
Strategy |
newStrategy(java.lang.Class<?> c,
java.lang.String name)
Creation of a new strategy handler for the supplied implementation class. |
Method Detail |
---|
Strategy newStrategy(java.lang.Class<?> c) throws java.io.IOException
c
- the component implementation class
java.io.IOException
- if an I/O error occursStrategy newStrategy(java.lang.Class<?> c, java.lang.String name) throws java.io.IOException
c
- the component implementation classname
- the component name
java.io.IOException
- if an I/O error occursStrategy build(java.lang.ClassLoader classloader, org.w3c.dom.Element element, Resolver resolver, java.lang.String partition, java.lang.String query, boolean validate) throws java.io.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
java.io.IOException
- if an I/O error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |