org.jboss.wsf.spi.deployment
Interface DeploymentAspect
public interface DeploymentAspect
A deployment aspect that does nothing. A deployment aspects can require/provide a set of string conditions. This determines the order of deployment aspects in the deployment aspect manager.- Since:
- 20-Apr-2007
- Author:
- [email protected]
Field Summary
Fields Modifier and Type Field and Description static String
LAST_DEPLOYMENT_ASPECT
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ClassLoader
getLoader()
String
getProvides()
Set<String>
getProvidesAsSet()
int
getRelativeOrder()
String
getRequires()
Set<String>
getRequiresAsSet()
boolean
isLast()
void
setLast(boolean isLast)
void
setProvides(String provides)
void
setRelativeOrder(int relativeOrder)
void
setRequires(String requires)
void
start(Deployment dep)
void
stop(Deployment dep)
Field Detail
LAST_DEPLOYMENT_ASPECT
static final String LAST_DEPLOYMENT_ASPECT
- See Also:
- Constant Field Values
Method Detail
setLast
void setLast(boolean isLast)
isLast
boolean isLast()
getProvides
String getProvides()
setProvides
void setProvides(String provides)
getRequires
String getRequires()
setRequires
void setRequires(String requires)
setRelativeOrder
void setRelativeOrder(int relativeOrder)
getRelativeOrder
int getRelativeOrder()
start
void start(Deployment dep)
stop
void stop(Deployment dep)
getLoader
ClassLoader getLoader()
Copyright © 2020 JBoss, by Red Hat. All rights reserved.