org.jboss.ejb3.embedded.deployment
Class EmbeddedEjb3DeploymentUnit

java.lang.Object
  extended by org.jboss.ejb3.embedded.deployment.EmbeddedEjb3DeploymentUnit
All Implemented Interfaces:
org.jboss.ejb3.DeploymentUnit

Deprecated.

@Deprecated
public class EmbeddedEjb3DeploymentUnit
extends Object
implements org.jboss.ejb3.DeploymentUnit

A wrapper around the MC DeploymentUnit.

Version:
$Revision: $
Author:
Carlo de Wolf

Constructor Summary
EmbeddedEjb3DeploymentUnit(org.jboss.deployers.structure.spi.DeploymentUnit unit)
          Deprecated.  
 
Method Summary
 Object addAttachment(String name, Object attachment)
          Deprecated.  
 Object getAttachment(String name)
          Deprecated.  
 List<Class> getClasses()
          Deprecated.  
 ClassLoader getClassLoader()
          Deprecated.  
 String getDefaultEntityManagerName()
          Deprecated.  
 Map getDefaultPersistenceProperties()
          Deprecated.  
 URL getEjbJarXml()
          Deprecated.  
 org.jboss.ejb3.interceptor.InterceptorInfoRepository getInterceptorInfoRepository()
          Deprecated.  
 URL getJbossXml()
          Deprecated.  
 Hashtable getJndiProperties()
          Deprecated.  
 org.jboss.virtual.VirtualFile getMetaDataFile(String string)
          Deprecated.  
 URL getPersistenceXml()
          Deprecated.  
 String getRelativePath()
          Deprecated.  
 URL getRelativeURL(String path)
          Deprecated.  
 ClassLoader getResourceLoader()
          Deprecated.  
 List<org.jboss.virtual.VirtualFile> getResources(org.jboss.virtual.VirtualFileFilter filter)
          Deprecated.  
 org.jboss.virtual.VirtualFile getRootFile()
          Deprecated.  
 String getShortName()
          Deprecated.  
 URL getUrl()
          Deprecated.  
 Object removeAttachment(String name)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedEjb3DeploymentUnit

public EmbeddedEjb3DeploymentUnit(org.jboss.deployers.structure.spi.DeploymentUnit unit)
Deprecated. 
Method Detail

addAttachment

public Object addAttachment(String name,
                            Object attachment)
Deprecated. 
Specified by:
addAttachment in interface org.jboss.ejb3.DeploymentUnit

getAttachment

public Object getAttachment(String name)
Deprecated. 
Specified by:
getAttachment in interface org.jboss.ejb3.DeploymentUnit

getClassLoader

public ClassLoader getClassLoader()
Deprecated. 
Specified by:
getClassLoader in interface org.jboss.ejb3.DeploymentUnit

getClasses

public List<Class> getClasses()
Deprecated. 
Specified by:
getClasses in interface org.jboss.ejb3.DeploymentUnit

getDefaultEntityManagerName

public String getDefaultEntityManagerName()
Deprecated. 
Specified by:
getDefaultEntityManagerName in interface org.jboss.ejb3.DeploymentUnit

getDefaultPersistenceProperties

public Map getDefaultPersistenceProperties()
Deprecated. 
Specified by:
getDefaultPersistenceProperties in interface org.jboss.ejb3.DeploymentUnit

getEjbJarXml

public URL getEjbJarXml()
Deprecated. 
Specified by:
getEjbJarXml in interface org.jboss.ejb3.DeploymentUnit

getInterceptorInfoRepository

public org.jboss.ejb3.interceptor.InterceptorInfoRepository getInterceptorInfoRepository()
Deprecated. 
Specified by:
getInterceptorInfoRepository in interface org.jboss.ejb3.DeploymentUnit

getJbossXml

public URL getJbossXml()
Deprecated. 
Specified by:
getJbossXml in interface org.jboss.ejb3.DeploymentUnit

getJndiProperties

public Hashtable getJndiProperties()
Deprecated. 
Specified by:
getJndiProperties in interface org.jboss.ejb3.DeploymentUnit

getMetaDataFile

public org.jboss.virtual.VirtualFile getMetaDataFile(String string)
Deprecated. 
Specified by:
getMetaDataFile in interface org.jboss.ejb3.DeploymentUnit

getPersistenceXml

public URL getPersistenceXml()
Deprecated. 
Specified by:
getPersistenceXml in interface org.jboss.ejb3.DeploymentUnit

getRelativePath

public String getRelativePath()
Deprecated. 
Specified by:
getRelativePath in interface org.jboss.ejb3.DeploymentUnit

getRelativeURL

public URL getRelativeURL(String path)
Deprecated. 
Specified by:
getRelativeURL in interface org.jboss.ejb3.DeploymentUnit

getResourceLoader

public ClassLoader getResourceLoader()
Deprecated. 
Specified by:
getResourceLoader in interface org.jboss.ejb3.DeploymentUnit

getResources

public List<org.jboss.virtual.VirtualFile> getResources(org.jboss.virtual.VirtualFileFilter filter)
Deprecated. 
Specified by:
getResources in interface org.jboss.ejb3.DeploymentUnit

getRootFile

public org.jboss.virtual.VirtualFile getRootFile()
Deprecated. 
Specified by:
getRootFile in interface org.jboss.ejb3.DeploymentUnit

getShortName

public String getShortName()
Deprecated. 
Specified by:
getShortName in interface org.jboss.ejb3.DeploymentUnit

getUrl

public URL getUrl()
Deprecated. 
Specified by:
getUrl in interface org.jboss.ejb3.DeploymentUnit

removeAttachment

public Object removeAttachment(String name)
Deprecated. 
Specified by:
removeAttachment in interface org.jboss.ejb3.DeploymentUnit


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.