| |
|
| java.lang.Object org.jboss.metadata.ClientMetaData
ClientMetaData | public class ClientMetaData (Code) | | The metdata data from a j2ee application-client.xml descriptor
author: Scott.Stark@jboss.org author: Thomas.Diesler@jboss.org version: $Revision: 61248 $ |
getCallbackHandler | public String getCallbackHandler()(Code) | | The CallbackHandler if defined, null otherwise |
getDisplayName | public String getDisplayName()(Code) | | The application-client/display-name
application-client/display-name value |
getEnvironmentEntries | public ArrayList getEnvironmentEntries()(Code) | | ArrayList |
getJndiName | public String getJndiName()(Code) | | The location for the server side client context ENC bindings
the JNDI name for the server side client context ENC bindings. Thisis either the jboss-client/jndi-name or the application-client/display-namevalue. |
getResourceEnvReferences | public HashMap getResourceEnvReferences()(Code) | | HashMap |
getResourceReferences | public HashMap getResourceReferences()(Code) | | HashMap |
getServiceReferences | public HashMap<String, ServiceRefMetaData> getServiceReferences()(Code) | | HashMap |
importClientXml | public void importClientXml(Element element) throws DeploymentException(Code) | | |
importJbossClientXml | public void importJbossClientXml(Element element) throws DeploymentException(Code) | | |
setResourceClassLoader | public void setResourceClassLoader(URLClassLoader resourceCl)(Code) | | Set the ClassLoader to load additional resources
|
|
|
|