|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DeploymentUnit
Comment
| Method Summary | |
|---|---|
java.lang.Object |
addAttachment(java.lang.String name,
java.lang.Object attachment)
Add attachment |
java.lang.Object |
getAttachment(java.lang.String name)
Get attachment |
java.util.List<java.lang.Class> |
getClasses()
|
java.lang.ClassLoader |
getClassLoader()
|
java.lang.String |
getDefaultEntityManagerName()
|
java.util.Map |
getDefaultPersistenceProperties()
|
java.net.URL |
getEjbJarXml()
|
InterceptorInfoRepository |
getInterceptorInfoRepository()
|
java.net.URL |
getJbossXml()
|
java.util.Hashtable |
getJndiProperties()
|
org.jboss.ejb3.vfs.spi.VirtualFile |
getMetaDataFile(java.lang.String string)
|
java.net.URL |
getPersistenceXml()
|
java.lang.String |
getRelativePath()
Get the relative path of this deployment in the complete deployment structure. |
java.net.URL |
getRelativeURL(java.lang.String path)
|
java.lang.ClassLoader |
getResourceLoader()
|
java.util.List<org.jboss.ejb3.vfs.spi.VirtualFile> |
getResources(org.jboss.ejb3.vfs.spi.VirtualFileFilter filter)
|
org.jboss.ejb3.vfs.spi.VirtualFile |
getRootFile()
|
java.lang.String |
getShortName()
Get the file name of the deployment root (x.ejb). |
java.net.URL |
getUrl()
|
java.lang.Object |
removeAttachment(java.lang.String name)
Remove attachment |
| Method Detail |
|---|
java.lang.Object addAttachment(java.lang.String name,
java.lang.Object attachment)
name - the name of the attachmentattachment - the attachment
java.lang.IllegalArgumentException - for a null name or attachment
java.lang.UnsupportedOperationException - when not supported by the implementationjava.lang.Object getAttachment(java.lang.String name)
name - the name of the attachment
java.lang.IllegalArgumentException - for a null namejava.lang.Object removeAttachment(java.lang.String name)
name - the name of the attachment
java.lang.IllegalArgumentException - for a null name
java.lang.UnsupportedOperationException - when not supported by the implementationjava.lang.ClassLoader getClassLoader()
java.lang.ClassLoader getResourceLoader()
java.lang.String getShortName()
java.lang.String getRelativePath()
java.util.List<org.jboss.ejb3.vfs.spi.VirtualFile> getResources(org.jboss.ejb3.vfs.spi.VirtualFileFilter filter)
java.net.URL getUrl()
java.net.URL getPersistenceXml()
java.net.URL getEjbJarXml()
java.net.URL getJbossXml()
java.util.List<java.lang.Class> getClasses()
java.lang.String getDefaultEntityManagerName()
java.util.Map getDefaultPersistenceProperties()
java.util.Hashtable getJndiProperties()
InterceptorInfoRepository getInterceptorInfoRepository()
java.net.URL getRelativeURL(java.lang.String path)
org.jboss.ejb3.vfs.spi.VirtualFile getMetaDataFile(java.lang.String string)
org.jboss.ejb3.vfs.spi.VirtualFile getRootFile()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||