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