org.ow2.petals.kernel.ws.api
Interface RuntimeService


public interface RuntimeService

Stop or shutdown the container. The operations are asynchronous since the web service must return before the container runtime is stopped...

Author:
chamerling - eBM WebSourcing

Method Summary
 boolean ping()
          Are you alive?
 void shutdownContainer()
          Shutdown the container
 void stopContainer()
          Stops the container
 

Method Detail

stopContainer

void stopContainer()
                   throws PEtALSWebServiceException
Stops the container

Throws:
PEtALSWebServiceException

shutdownContainer

void shutdownContainer()
                       throws PEtALSWebServiceException
Shutdown the container

Throws:
PEtALSWebServiceException

ping

boolean ping()
             throws PEtALSWebServiceException
Are you alive?

Returns:
Throws:
PEtALSWebServiceException


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