Uses of Interface
org.jboss.messaging.core.deployers.Deployer

Packages that use Deployer
org.jboss.messaging.core.deployers   
org.jboss.messaging.core.deployers.impl   
org.jboss.messaging.jms.server.impl   
 

Uses of Deployer in org.jboss.messaging.core.deployers
 

Methods in org.jboss.messaging.core.deployers with parameters of type Deployer
 void DeploymentManager.registerDeployer(Deployer deployer)
          registers a deployable object which will handle the deployment of URL's
 void DeploymentManager.unregisterDeployer(Deployer deployer)
          unregisters a deployable object which will handle the deployment of URL's
 

Uses of Deployer in org.jboss.messaging.core.deployers.impl
 

Classes in org.jboss.messaging.core.deployers.impl that implement Deployer
 class AddressSettingsDeployer
          A deployer for creating a set of queue settings and adding them to a repository
 class BasicUserCredentialsDeployer
          deployer for adding security loaded from the file "jbm-users.xml"
 class QueueDeployer
          A QueueDeployer
 class SecurityDeployer
          Deploys the security settings into a security repository and adds them to the security store.
 class XmlDeployer
           
 

Fields in org.jboss.messaging.core.deployers.impl declared as Deployer
 Deployer FileDeploymentManager.DeployInfo.deployer
           
 

Methods in org.jboss.messaging.core.deployers.impl that return types with arguments of type Deployer
 java.util.Map<Pair<java.net.URL,Deployer>,FileDeploymentManager.DeployInfo> FileDeploymentManager.getDeployed()
           
 java.util.List<Deployer> FileDeploymentManager.getDeployers()
           
 

Methods in org.jboss.messaging.core.deployers.impl with parameters of type Deployer
 void FileDeploymentManager.registerDeployer(Deployer deployer)
          registers a Deployer object which will handle the deployment of URL's
 void FileDeploymentManager.unregisterDeployer(Deployer deployer)
           
 

Uses of Deployer in org.jboss.messaging.jms.server.impl
 

Classes in org.jboss.messaging.jms.server.impl that implement Deployer
 class JMSServerDeployer
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.