Uses of Class
org.ow2.petals.microkernel.api.jbi.messaging.registry.RegistryException

Packages that use RegistryException
org.ow2.petals.microkernel.api.jbi.messaging.registry   
 

Uses of RegistryException in org.ow2.petals.microkernel.api.jbi.messaging.registry
 

Subclasses of RegistryException in org.ow2.petals.microkernel.api.jbi.messaging.registry
 class EndpointAlreadyExistsException
           
 

Methods in org.ow2.petals.microkernel.api.jbi.messaging.registry that throw RegistryException
 ServiceEndpoint EndpointRegistry.activateEndpoint(QName serviceName, String endpointName, List<QName> interfaces, Document description, ServiceEndpoint address)
          Register an endpoint in the endpoints registry.
 void EndpointRegistry.deactivateEndpoint(String endpointName, QName serviceName)
          Deactivates the local given endpoint.
 void EndpointRegistry.deregisterConnection(QName consInterface, QName provService, String provEndpoint)
          Delete a connection
 void EndpointRegistry.deregisterConnection(QName consService, String consEndpoint, QName provService, String provEndpoint)
          Delete a connection
 void EndpointRegistry.deregisterExternalEndpoint(String endpointName, QName serviceName)
          Deregister external endpoint
 ServiceEndpoint EndpointRegistry.getEndpoint(QName service, String name)
          Get the service endpoint for the named activated endpoint, if any.
 Document EndpointRegistry.getEndpointDescriptorForEndpoint(ServiceEndpoint endpoint)
          Return the descriptor for a specified endpoint.
 List<ServiceEndpoint> EndpointRegistry.getEndpoints()
           
 List<ServiceEndpoint> EndpointRegistry.getExternalEndpoints()
           
 ServiceEndpoint[] EndpointRegistry.getExternalEndpointsForInterface(QName interfaceName)
          Queries the registry for external endpoints that implements the given interface name
 ServiceEndpoint[] EndpointRegistry.getExternalEndpointsForService(QName serviceName)
          Queries the registry for external endpoints that are part of the given service name
 List<ServiceEndpoint> EndpointRegistry.getInternalEndpoints()
           
 ServiceEndpoint[] EndpointRegistry.getInternalEndpointsForInterface(QName interfaceName, org.ow2.petals.jbi.descriptor.original.generated.LinkType linktype)
          Queries the registry for active endpoints that implements the given interface, according to the link type.
 ServiceEndpoint[] EndpointRegistry.getInternalEndpointsForService(QName serviceName, org.ow2.petals.jbi.descriptor.original.generated.LinkType linktype)
          Queries the registry for active endpoints belonging to the given service, according to the link type.
 List<ServiceEndpoint> EndpointRegistry.query(String endpoint, QName itf, QName service, String containerName, String componentName, String subDomainName, String type)
           
 void EndpointRegistry.registerConnection(QName consInterface, QName provService, String provEndpoint)
          Register a connection
 void EndpointRegistry.registerConnection(QName consService, String consEndpoint, QName provService, String provEndpoint)
          Register a connection
 void EndpointRegistry.registerExternalEndpoint(javax.jbi.servicedesc.ServiceEndpoint serviceEndpoint)
          Register this given external endpoint
 void EndpointRegistry.removeAllLocalEndpoints()
          Remove all the local endpoints.
 



Copyright © 2005-2015 Linagora. All Rights Reserved.