public interface DeploymentAspect
Modifier and Type | Field and Description |
---|---|
static String |
LAST_DEPLOYMENT_ASPECT |
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(Deployment dep) |
ClassLoader |
getLoader() |
String |
getProvides() |
Set<String> |
getProvidesAsSet() |
int |
getRelativeOrder() |
String |
getRequires() |
Set<String> |
getRequiresAsSet() |
boolean |
isForJaxRpc() |
boolean |
isForJaxWs() |
boolean |
isLast() |
void |
setForJaxRpc(boolean isForJaxRpc) |
void |
setForJaxWs(boolean isForJaxWs) |
void |
setLast(boolean isLast) |
void |
setProvides(String provides) |
void |
setRelativeOrder(int relativeOrder) |
void |
setRequires(String requires) |
void |
start(Deployment dep) |
void |
stop(Deployment dep) |
static final String LAST_DEPLOYMENT_ASPECT
void setLast(boolean isLast)
boolean isLast()
String getProvides()
void setProvides(String provides)
String getRequires()
void setRequires(String requires)
void setRelativeOrder(int relativeOrder)
int getRelativeOrder()
void start(Deployment dep)
void stop(Deployment dep)
boolean canHandle(Deployment dep)
boolean isForJaxWs()
void setForJaxWs(boolean isForJaxWs)
boolean isForJaxRpc()
void setForJaxRpc(boolean isForJaxRpc)
ClassLoader getLoader()
Copyright © 2016 JBoss, by Red Hat. All rights reserved.