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 changes in XPath that are related
to this deployableObject.
|
void |
DDBean.addXpathListener(String xpath,
XpathListener xpl)
Register a listener for a specific XPath.
|
void |
J2eeApplicationObject.removeXpathListener(ModuleType type,
String xpath,
XpathListener xpl)
Unregister the listener for an XPath.
|
void |
DDBean.removeXpathListener(String xpath,
XpathListener xpl)
Unregister a listener for a specific XPath.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.