|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PEtALSWebServiceException | |
|---|---|
| org.ow2.petals.kernel.ws.api | |
| Uses of PEtALSWebServiceException in org.ow2.petals.kernel.ws.api |
|---|
| Methods in org.ow2.petals.kernel.ws.api that throw PEtALSWebServiceException | |
|---|---|
boolean |
MonitoringManagementService.activateMonitoring(javax.xml.namespace.QName module)
|
boolean |
MonitoringManagementService.activateMonitoring(javax.xml.namespace.QName[] modules)
|
boolean |
ArtifactRepositoryService.addArtifact(AttachmentDescriptor attachmentDescriptor)
Upload the artifact to the PEtALS container. |
void |
TopologyService.addContainerInformation(ContainerInformation addedContainer,
java.lang.String subdomainName)
Add a new container onto the list of registered containers. |
void |
TopologyService.addSubdomain(java.lang.String name,
java.lang.String description,
SubdomainInformation.SubdomainMode subdomainMode,
boolean networkTimeSynchronized)
Add a subdomain to the topology, without adding any containers. |
void |
TopologyService.addSubdomainWithContainers(SubdomainInformation subdomain)
Add a subdomain to the topology with a potentially a whole set of containers. |
boolean |
DeploymentService.deploy(java.lang.String saId)
Deploy a SA into the bus |
boolean |
MonitoringManagementService.disableMonitoring(javax.xml.namespace.QName module)
|
boolean |
MonitoringManagementService.disableMonitoring(javax.xml.namespace.QName[] modules)
|
java.util.List<ContainerInformation> |
TopologyService.getAllContainerInformation()
Get the information for all the known containers |
java.util.List<ContainerInformation> |
TopologyService.getAllPeerContainerInformationForLocalSubdomain()
Returns a list with the configurations of all the known containers of the local subdomain, if it uses a flooding policy. |
java.util.List<ContainerInformation> |
TopologyService.getAllSlaveContainerInformationForLocalSubdomain()
Returns a list with the configurations of all the known slaves in the local subdomain. |
java.util.List<Component> |
JBIArtefactsService.getComponents()
|
ContainerInformation |
TopologyService.getContainerInformation(java.lang.String containerName)
Get the container information for a given container |
DomainInformation |
TopologyService.getDomainInformation()
Retrieve all the domain-related informations |
java.util.List<Endpoint> |
EndpointService.getEndpoints()
|
JndiInformation |
TopologyService.getJndiInformation()
Get the information on the global JNDI. |
java.util.Date |
InformationService.getLocalTime()
|
java.util.List<ContainerInformation> |
TopologyService.getMasterContainerInformation()
Returns a list with the master container configuration for the local subdomain. |
javax.xml.namespace.QName[] |
MonitoringManagementService.getMonitoredModules()
|
java.util.List<ServiceAssembly> |
JBIArtefactsService.getServiceAssemblies()
Get the list of service assemblies |
java.util.List<SharedLib> |
JBIArtefactsService.getSharedLibraries()
|
SubdomainInformation |
TopologyService.getSubdomainByName(java.lang.String subdomainName)
Get the subdomain with the given name |
java.lang.String |
InformationService.getType()
Get the container type : standalone, platform, quickstart... |
java.lang.String |
InformationService.getVersion()
Get the container version |
boolean |
InstallationService.install(java.lang.String componentId)
Install a component which is available in the artifact repository (@see ArtifactRepositoryService) |
boolean |
InstallationService.install(java.net.URL url)
Install a component from its URL (the component can be somewhere outside of the PEtALS context) |
boolean |
MonitoringManagementService.isMonitoringActive(javax.xml.namespace.QName module)
|
boolean |
ServiceAssemblyStateService.isShutdown(java.lang.String saId)
|
boolean |
ServiceAssemblyStateService.isStarted(java.lang.String saId)
|
boolean |
ServiceAssemblyStateService.isStopped(java.lang.String saId)
|
boolean |
ServiceAssemblyStateService.isUnknown(java.lang.String saId)
|
boolean |
RuntimeService.ping()
Are you alive? |
java.util.List<Endpoint> |
EndpointService.query(EndpointQuery query)
|
void |
TopologyService.removeContainerInformation(java.lang.String containerName)
|
void |
TopologyService.removeSubdomain(java.lang.String subdomainName)
|
boolean |
DeploymentService.shutdown(java.lang.String saId)
|
void |
RuntimeService.shutdownContainer()
Shutdown the container |
boolean |
DeploymentService.start(java.lang.String saId)
|
boolean |
DeploymentService.stop(java.lang.String saId)
|
void |
RuntimeService.stopContainer()
Stops the container |
boolean |
DeploymentService.undeploy(java.lang.String saId)
Undeploy a Service Assembly from its ID |
boolean |
InstallationService.uninstall(java.lang.String componentId)
Uninstall a component |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||