Uses of Class
org.ow2.petals.admin.api.exception.ArtifactAdministrationException

Packages that use ArtifactAdministrationException
org.ow2.petals.admin.api   
org.ow2.petals.admin.api.artifact.lifecycle   
org.ow2.petals.admin.api.exception   
 

Uses of ArtifactAdministrationException in org.ow2.petals.admin.api
 

Methods in org.ow2.petals.admin.api that throw ArtifactAdministrationException
 void ArtifactAdministration.deployAndStartArtifact(java.net.URL artifactUrl)
           
 void ArtifactAdministration.deployAndStartArtifact(java.net.URL artifactUrl, java.util.Properties configurationProperties)
           
 void ArtifactAdministration.deployAndStartArtifact(java.net.URL artifactUrl, java.net.URL configurationFile)
           
 void ArtifactAdministration.deployAndStartArtifacts(java.net.URL[] artifactsUrl)
          Deploy and start all specified artifacts taking into account the artifact type.
abstract  Artifact ArtifactAdministration.getArtifact(java.lang.String type, java.lang.String name)
           Create an artifact with this type and name.
 Artifact ArtifactAdministration.getArtifactInfo(java.lang.String type, java.lang.String name)
           Get information about an artifact already deployed.
 Artifact ArtifactAdministration.getArtifactInfo(java.net.URL artifactUrl)
           
abstract  java.util.List<Artifact> ArtifactAdministration.listArtifacts()
           
 void ArtifactAdministration.startArtifact(java.lang.String type, java.lang.String name)
          Start an artifact.
 void ArtifactAdministration.startArtifact(java.net.URL artifactUrl)
           
abstract  void ArtifactAdministration.stopAndUndeployAllArtifacts()
           
 void ArtifactAdministration.stopAndUndeployArtifact(java.lang.String type, java.lang.String name)
          Stop and undeploy an artifact.
 void ArtifactAdministration.stopAndUndeployArtifact(java.net.URL artifactUrl)
           
 void ArtifactAdministration.stopArtifact(java.lang.String type, java.lang.String name)
          Stop an artifact.
 void ArtifactAdministration.stopArtifact(java.net.URL artifactUrl)
          Stop artifact
 

Uses of ArtifactAdministrationException in org.ow2.petals.admin.api.artifact.lifecycle
 

Methods in org.ow2.petals.admin.api.artifact.lifecycle that throw ArtifactAdministrationException
 void ArtifactLifecycle.deploy(java.net.URL artifactUrl)
          Install/deploy the artefact
 void ArtifactLifecycle.shutdown()
          Shutdown the artefact
 void ArtifactLifecycle.start()
          Start the artefact
 void ArtifactLifecycle.stop()
          Stop the artefact
 void ArtifactLifecycle.undeploy()
          Undeploy the artefact
 void ArtifactLifecycle.updateState()
          Update the state of the artefact (if there is one)
 

Uses of ArtifactAdministrationException in org.ow2.petals.admin.api.exception
 

Subclasses of ArtifactAdministrationException in org.ow2.petals.admin.api.exception
 class ArtifactNotFoundException
          Exception thrown when an artifact can not be found.
 class ArtifactTypeIsNeededException
          Several artifacts match the name, the artifact type MUST be provided to be able to find the right artifact.
 class UnsupportedArtifactTypeException
          The artifact type provided is not supported by the operation.
 



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