Package | Description |
---|---|
org.ow2.petals.microkernel.api.system.sharedarea |
Modifier and Type | Method and Description |
---|---|
org.ow2.petals.jbi.servicedesc.endpoint.PetalsServiceEndpoint |
SharedAreaService.deregisterEndpoint(QName serviceName,
String endpointName)
Deregister the given endpoint.
|
Document |
SharedAreaService.getDescription(QName serviceName,
String endpointName)
Returns an endpoint description as a DOM Document
|
Document |
SharedAreaService.getDescription(javax.jbi.servicedesc.ServiceEndpoint endpoint)
Returns the ServiceEndpoint description as a DOM Document
|
org.ow2.petals.jbi.servicedesc.endpoint.PetalsServiceEndpoint |
SharedAreaService.getEndpoint(QName serviceName,
String endpointName)
Get the service endpoint for the named registered endpoint, if any.
|
Collection<org.ow2.petals.jbi.servicedesc.endpoint.PetalsServiceEndpoint> |
SharedAreaService.getEndpoints(org.ow2.petals.jbi.servicedesc.endpoint.PetalsServiceEndpoint.EndpointType type)
Retrieve registered endpoints.
|
Collection<org.ow2.petals.jbi.servicedesc.endpoint.PetalsServiceEndpoint> |
SharedAreaService.getEndpointsForInterface(QName interfaceName,
org.ow2.petals.jbi.servicedesc.endpoint.PetalsServiceEndpoint.EndpointType type)
Get endpoints implementing the interface '
interfaceName '. |
Collection<org.ow2.petals.jbi.servicedesc.endpoint.PetalsServiceEndpoint> |
SharedAreaService.getEndpointsForService(QName serviceName,
org.ow2.petals.jbi.servicedesc.endpoint.PetalsServiceEndpoint.EndpointType type)
Get endpoints implementing the service '
serviceName '. |
boolean |
SharedAreaService.isRegisteredEndpoint(QName serviceName,
String endpointName)
Check if an endpoint is registered
|
void |
SharedAreaService.joinTopology(Collection<SharedAreaService.SavedEndpoint> endpoints)
Join the current topology configured in the
ConfigurationService (if it's a dynamic topology, we add
ourselves to it) and start listening to topology changes. |
Collection<SharedAreaService.SavedEndpoint> |
SharedAreaService.leaveTopology()
Leave the current topology (if it's a dynamic topology, we remove ourselves from it) and stops listening to
topology changes.
|
void |
SharedAreaService.loadTopology(Collection<SharedAreaService.SavedEndpoint> endpoints)
Load the topology configured in the
ConfigurationService or from the shared area and start listening to
topology changes. |
org.ow2.petals.jbi.servicedesc.endpoint.PetalsServiceEndpoint |
SharedAreaService.registerExternalEndpoint(javax.jbi.servicedesc.ServiceEndpoint endpoint,
org.ow2.petals.jbi.servicedesc.endpoint.Location location,
Document description,
boolean canOverwrite)
Register an endpoint in the shared area.
|
org.ow2.petals.jbi.servicedesc.endpoint.PetalsServiceEndpoint |
SharedAreaService.registerInternalEndpoint(String endpointName,
QName serviceName,
QName[] interfaces,
org.ow2.petals.jbi.servicedesc.endpoint.Location location,
Document description,
boolean canOverwrite)
Register an internal endpoint in the shared area.
|
Copyright © 2005-2016 Linagora. All Rights Reserved.