org.ow2.petals.kernel.ws.client
Class RuntimeServiceClient

java.lang.Object
  extended by org.ow2.petals.kernel.ws.client.RuntimeServiceClient
All Implemented Interfaces:
org.ow2.petals.kernel.ws.api.RuntimeService

public class RuntimeServiceClient
extends java.lang.Object
implements org.ow2.petals.kernel.ws.api.RuntimeService

Author:
Adrien RuffiƩ - eBM WebSourcing Provider a client for the runtime service of the petals-kernel-wsapi

Method Summary
 boolean ping()
           
 void shutdownContainer()
           
 void stopContainer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

ping

public boolean ping()
             throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
ping in interface org.ow2.petals.kernel.ws.api.RuntimeService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

shutdownContainer

public void shutdownContainer()
                       throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
shutdownContainer in interface org.ow2.petals.kernel.ws.api.RuntimeService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

stopContainer

public void stopContainer()
                   throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
stopContainer in interface org.ow2.petals.kernel.ws.api.RuntimeService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException


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