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


public interface ServiceAssemblyStateService

Deals with the service assembly states

Author:
chamerling - eBM WebSourcing

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)
           
 

Method Detail

isStarted

boolean isStarted(java.lang.String saId)
                  throws PEtALSWebServiceException
Throws:
PEtALSWebServiceException

isStopped

boolean isStopped(java.lang.String saId)
                  throws PEtALSWebServiceException
Throws:
PEtALSWebServiceException

isShutdown

boolean isShutdown(java.lang.String saId)
                   throws PEtALSWebServiceException
Throws:
PEtALSWebServiceException

isUnknown

boolean isUnknown(java.lang.String saId)
                  throws PEtALSWebServiceException
Throws:
PEtALSWebServiceException


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