Package | Description |
---|---|
javax.enterprise.deploy.model |
Provides tool vendor implementation classes.
|
Modifier and Type | Method and Description |
---|---|
void |
J2eeApplicationObject.addXpathListener(ModuleType type,
String xpath,
XpathListener xpl)
Register a listener for a given xpath
|
void |
DDBean.addXpathListener(String xpath,
XpathListener xpl)
Register a listener for a given xpath
|
void |
J2eeApplicationObject.removeXpathListener(ModuleType type,
String xpath,
XpathListener xpl)
Unregister a listener for a given xpath
|
void |
DDBean.removeXpathListener(String xpath,
XpathListener xpl)
Unregister a listener for a given xpath
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.