org.jboss.ejb3
Interface DeploymentScope

All Superinterfaces:
JavaEEApplication

Deprecated. looking up stuff should happen through resolvers

@Deprecated
public interface DeploymentScope
extends JavaEEApplication

Abstraction for accessing contents of an EAR

Version:
$Revision: 78954 $
Author:
Bill Burke

Method Summary
 Ejb3Deployment findRelativeDeployment(String relativeName)
          Deprecated. Find a deployment based on its relative deployment name
 String getBaseName()
          Deprecated.  
 EJBContainer getEjbContainer(Class businessIntf, String vfsContext)
          Deprecated. Obtain the EJBContainer best matching the business interface
 EJBContainer getEjbContainer(String ejbLink, Class businessIntf, String vfsContext)
          Deprecated. Obtain the EJBContainer best matching the business interface
 Collection<Ejb3Deployment> getEjbDeployments()
          Deprecated.  
 String getShortName()
          Deprecated.  
 void register(Ejb3Deployment deployment)
          Deprecated.  
 void unregister(Ejb3Deployment deployment)
          Deprecated.  
 
Methods inherited from interface org.jboss.ejb3.javaee.JavaEEApplication
getName
 

Method Detail

getEjbDeployments

Collection<Ejb3Deployment> getEjbDeployments()
Deprecated. 

register

void register(Ejb3Deployment deployment)
Deprecated. 

unregister

void unregister(Ejb3Deployment deployment)
Deprecated. 

findRelativeDeployment

Ejb3Deployment findRelativeDeployment(String relativeName)
Deprecated. 
Find a deployment based on its relative deployment name

Parameters:
relativeName - expects "../foo.jar" so expects the .. in front
Returns:

getEjbContainer

EJBContainer getEjbContainer(Class businessIntf,
                             String vfsContext)
                             throws NameNotFoundException
Deprecated. 
Obtain the EJBContainer best matching the business interface

Parameters:
businessIntf - - the business interface to match
vfsContext - - the vfs path to the deploment initiating the request
Returns:
the matching EJBContainer if found, null otherwise.
Throws:
NameNotFoundException

getEjbContainer

EJBContainer getEjbContainer(String ejbLink,
                             Class businessIntf,
                             String vfsContext)
Deprecated. 
Obtain the EJBContainer best matching the business interface

Parameters:
ejbLink - - the referencing ejb-link
businessIntf - - the business interface to match
vfsContext - - the vfs path to the deploment initiating the request
Returns:
the matching EJBContainer if found, null otherwise.

getShortName

String getShortName()
Deprecated. 

getBaseName

String getBaseName()
Deprecated. 


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