|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.deployers.spi.deployer.helpers.ComponentAdapter<T>
T - exact attachment typepublic abstract class ComponentAdapter<T>
Simple component adapter.
| Constructor Summary | |
|---|---|
ComponentAdapter()
|
|
| Method Summary | |
|---|---|
protected void |
addComponent(DeploymentUnit unit,
T attachment)
Add component. |
protected abstract String |
getAttachmentName(T attachment)
Get attachment name. |
protected abstract String |
getComponentName(T attachment)
Get component name. |
protected void |
removeComponent(DeploymentUnit unit,
T attachment)
Remove component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentAdapter()
| Method Detail |
|---|
protected abstract String getComponentName(T attachment)
attachment - the attachment
protected abstract String getAttachmentName(T attachment)
attachment - the attachment
protected void addComponent(DeploymentUnit unit,
T attachment)
unit - the deployment unitattachment - the attachment
protected void removeComponent(DeploymentUnit unit,
T attachment)
unit - the deployment unitattachment - the attachment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||