|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface DeploymentScope
Abstraction for accessing contents of an EAR
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 |
---|
Collection<Ejb3Deployment> getEjbDeployments()
void register(Ejb3Deployment deployment)
void unregister(Ejb3Deployment deployment)
Ejb3Deployment findRelativeDeployment(String relativeName)
relativeName
- expects "../foo.jar" so expects the .. in front
EJBContainer getEjbContainer(Class businessIntf, String vfsContext) throws NameNotFoundException
businessIntf
- - the business interface to matchvfsContext
- - the vfs path to the deploment initiating the request
NameNotFoundException
EJBContainer getEjbContainer(String ejbLink, Class businessIntf, String vfsContext)
ejbLink
- - the referencing ejb-linkbusinessIntf
- - the business interface to matchvfsContext
- - the vfs path to the deploment initiating the request
String getShortName()
String getBaseName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |