Uses of Interface
org.jboss.as.ejb3.deployment.DeploymentRepository
-
Packages that use DeploymentRepository Package Description org.jboss.as.ejb3.deployment org.jboss.as.ejb3.iiop org.jboss.as.ejb3.remote org.jboss.as.ejb3.suspend -
-
Uses of DeploymentRepository in org.jboss.as.ejb3.deployment
Classes in org.jboss.as.ejb3.deployment that implement DeploymentRepository Modifier and Type Class Description classDeploymentRepositoryServiceRepository for information about deployed modules.Methods in org.jboss.as.ejb3.deployment that return DeploymentRepository Modifier and Type Method Description DeploymentRepositoryDeploymentRepositoryService. getValue()Methods in org.jboss.as.ejb3.deployment that return types with arguments of type DeploymentRepository Modifier and Type Method Description org.jboss.msc.value.InjectedValue<DeploymentRepository>ModuleDeployment. getDeploymentRepository()org.jboss.msc.value.InjectedValue<DeploymentRepository>ModuleDeployment.ModuleDeploymentStartService. getDeploymentRepository()Methods in org.jboss.as.ejb3.deployment with parameters of type DeploymentRepository Modifier and Type Method Description voidDeploymentRepositoryListener. listenerAdded(DeploymentRepository repository)Called when the listener is added to the repository. -
Uses of DeploymentRepository in org.jboss.as.ejb3.iiop
Methods in org.jboss.as.ejb3.iiop that return types with arguments of type DeploymentRepository Modifier and Type Method Description org.jboss.msc.value.InjectedValue<DeploymentRepository>RemoteObjectSubstitutionService. getDeploymentRepositoryInjectedValue() -
Uses of DeploymentRepository in org.jboss.as.ejb3.remote
Methods in org.jboss.as.ejb3.remote that return types with arguments of type DeploymentRepository Modifier and Type Method Description org.jboss.msc.inject.Injector<DeploymentRepository>LocalTransportProvider. getDeploymentRepository()org.jboss.msc.value.InjectedValue<DeploymentRepository>AssociationService. getDeploymentRepositoryInjector()Constructors in org.jboss.as.ejb3.remote with parameters of type DeploymentRepository Constructor Description LocalEjbReceiver(boolean allowPassByReference, DeploymentRepository deploymentRepository) -
Uses of DeploymentRepository in org.jboss.as.ejb3.suspend
Methods in org.jboss.as.ejb3.suspend that return types with arguments of type DeploymentRepository Modifier and Type Method Description org.jboss.msc.value.InjectedValue<DeploymentRepository>EJBSuspendHandlerService. getDeploymentRepositoryInjectedValue()Returns deployment repository injected value.
-