Uses of Interface
org.ow2.petals.jbi.messaging.registry.EndpointRegistry

Packages that use EndpointRegistry
org.ow2.petals.container.lifecycle   
org.ow2.petals.jbi.management.recovery   
org.ow2.petals.jbi.management.task.deployment   
org.ow2.petals.jbi.management.task.deployment.deploy   
org.ow2.petals.jbi.management.task.deployment.undeploy   
org.ow2.petals.jbi.messaging.registry   
 

Uses of EndpointRegistry in org.ow2.petals.container.lifecycle
 

Fields in org.ow2.petals.container.lifecycle declared as EndpointRegistry
protected  EndpointRegistry Installer.endpointRegistry
          JBI-Messaging :: EndpointRegistry
 

Methods in org.ow2.petals.container.lifecycle that return EndpointRegistry
 EndpointRegistry Installer.getEndpointRegistry()
           
 EndpointRegistry ComponentContextCommunication.getEndpointRegistry()
          Get the EndpointRegistry service.
 

Uses of EndpointRegistry in org.ow2.petals.jbi.management.recovery
 

Fields in org.ow2.petals.jbi.management.recovery declared as EndpointRegistry
protected  EndpointRegistry SystemRecoveryServiceImpl.endpointRegistry
          The EndpointRegistry is used to manage all the endpoint interfaces in a distributed context
 

Uses of EndpointRegistry in org.ow2.petals.jbi.management.task.deployment
 

Constructors in org.ow2.petals.jbi.management.task.deployment with parameters of type EndpointRegistry
DeploymentTaskFactory(EndpointRegistry EndpointRegistry, DeploymentServiceImpl deploymentService, SystemStateService systemStateService, RepositoryService repositoryService, org.ow2.petals.util.LoggingUtil log, AdminService adminService, ContainerService containerService, java.lang.String petalsInstallDirectory)
           
 

Uses of EndpointRegistry in org.ow2.petals.jbi.management.task.deployment.deploy
 

Fields in org.ow2.petals.jbi.management.task.deployment.deploy declared as EndpointRegistry
protected  EndpointRegistry RegisterAllConnectionTask.endpointRegistry
           
 

Constructors in org.ow2.petals.jbi.management.task.deployment.deploy with parameters of type EndpointRegistry
RegisterAllConnectionTask(org.ow2.petals.util.LoggingUtil log, EndpointRegistry endpointRegistry)
           
 

Uses of EndpointRegistry in org.ow2.petals.jbi.management.task.deployment.undeploy
 

Fields in org.ow2.petals.jbi.management.task.deployment.undeploy declared as EndpointRegistry
protected  EndpointRegistry RemoveAllConnectionsTask.endpointRegistry
           
 

Constructors in org.ow2.petals.jbi.management.task.deployment.undeploy with parameters of type EndpointRegistry
RemoveAllConnectionsTask(org.ow2.petals.util.LoggingUtil log, EndpointRegistry endpointRegistry)
           
 

Uses of EndpointRegistry in org.ow2.petals.jbi.messaging.registry
 

Classes in org.ow2.petals.jbi.messaging.registry that implement EndpointRegistry
 class AbstractEndpointRegistry
          The abstract endoint registry.
 class BaseEndpointRegistry
          The base endpoint registry class.
 class DistributedEndpointRegistryImpl
          The registry facade implementation based on the petals-registry-* project.
 



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.