|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.deployers.vfs.plugins.structure.StructureDeployerWrapper
public class StructureDeployerWrapper
StructureDeployerWrapper.
To avoid any problems with error handling by the deployers.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
|---|
Ordered.OrderedComparator |
| Field Summary |
|---|
| Fields inherited from interface org.jboss.deployers.spi.Ordered |
|---|
COMPARATOR |
| Constructor Summary | |
|---|---|
StructureDeployerWrapper(StructureDeployer deployer)
Create a new StructureDeployerWrapper. |
|
| Method Summary | |
|---|---|
boolean |
determineStructure(StructureContext context)
Determine the structure of a deployment |
boolean |
equals(Object obj)
|
int |
getRelativeOrder()
Get the relative order |
int |
hashCode()
|
boolean |
isSupportsCandidateAnnotations()
Do we support candidate annotations lookup. |
void |
setRelativeOrder(int order)
Set the relative order. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StructureDeployerWrapper(StructureDeployer deployer)
deployer - the deployer| Method Detail |
|---|
public boolean determineStructure(StructureContext context)
throws DeploymentException
StructureDeployer
determineStructure in interface StructureDeployercontext - the structure context
DeploymentException - for an errorpublic boolean isSupportsCandidateAnnotations()
StructureDeployer
isSupportsCandidateAnnotations in interface StructureDeployerpublic int getRelativeOrder()
Ordered
getRelativeOrder in interface Orderedpublic void setRelativeOrder(int order)
Ordered
setRelativeOrder in interface Orderedorder - the orderpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||