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

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

public class ServiceAssemblyStateServiceClient
extends java.lang.Object
implements org.ow2.petals.kernel.ws.api.ServiceAssemblyStateService

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

Method Summary
 boolean isShutdown(java.lang.String saId)
           
 boolean isStarted(java.lang.String saId)
           
 boolean isStopped(java.lang.String saId)
           
 boolean isUnknown(java.lang.String saId)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isShutdown

public boolean isShutdown(java.lang.String saId)
                   throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
isShutdown in interface org.ow2.petals.kernel.ws.api.ServiceAssemblyStateService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

isStarted

public boolean isStarted(java.lang.String saId)
                  throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
isStarted in interface org.ow2.petals.kernel.ws.api.ServiceAssemblyStateService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

isStopped

public boolean isStopped(java.lang.String saId)
                  throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
isStopped in interface org.ow2.petals.kernel.ws.api.ServiceAssemblyStateService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

isUnknown

public boolean isUnknown(java.lang.String saId)
                  throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

Specified by:
isUnknown in interface org.ow2.petals.kernel.ws.api.ServiceAssemblyStateService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException


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