|
|||||||||
| 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(java.lang.String relativeName)
Deprecated. Find a deployment based on its relative deployment name |
java.lang.String |
getBaseName()
Deprecated. |
EJBContainer |
getEjbContainer(java.lang.Class businessIntf,
java.lang.String vfsContext)
Deprecated. Obtain the EJBContainer best matching the business interface |
EJBContainer |
getEjbContainer(java.lang.String ejbLink,
java.lang.Class businessIntf,
java.lang.String vfsContext)
Deprecated. Obtain the EJBContainer best matching the business interface |
java.util.Collection<Ejb3Deployment> |
getEjbDeployments()
Deprecated. |
java.lang.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 |
|---|
java.util.Collection<Ejb3Deployment> getEjbDeployments()
void register(Ejb3Deployment deployment)
void unregister(Ejb3Deployment deployment)
Ejb3Deployment findRelativeDeployment(java.lang.String relativeName)
relativeName - expects "../foo.jar" so expects the .. in front
EJBContainer getEjbContainer(java.lang.Class businessIntf,
java.lang.String vfsContext)
throws javax.naming.NameNotFoundException
businessIntf - - the business interface to matchvfsContext - - the vfs path to the deploment initiating the request
javax.naming.NameNotFoundException
EJBContainer getEjbContainer(java.lang.String ejbLink,
java.lang.Class businessIntf,
java.lang.String vfsContext)
ejbLink - - the referencing ejb-linkbusinessIntf - - the business interface to matchvfsContext - - the vfs path to the deploment initiating the request
java.lang.String getShortName()
java.lang.String getBaseName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||