org.ow2.dragon.service.sla
Interface SLAManagerService

All Known Implementing Classes:
SLAManagerServiceImpl

public interface SLAManagerService


Method Summary
 java.lang.String exportServiceDefFile(java.lang.String id)
          export WS-agreement description
 java.lang.String importServiceDefFile(java.lang.String slaURI)
          import WS-agreement description
 

Method Detail

exportServiceDefFile

java.lang.String exportServiceDefFile(java.lang.String id)
                                      throws org.ow2.dragon.api.service.sla.SLAServiceException
export WS-agreement description

Parameters:
the - id where the agreement is stored
Returns:
the agreement
Throws:
org.ow2.dragon.api.service.sla.SLAServiceException - error to export

importServiceDefFile

java.lang.String importServiceDefFile(java.lang.String slaURI)
                                      throws org.ow2.dragon.api.service.sla.SLAServiceException
import WS-agreement description

Parameters:
wsdlURI - the uri of ws-agreement description
Returns:
the id where the agreement is stored
Throws:
org.ow2.dragon.api.service.sla.SLAServiceException - error to import


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.