org.ow2.dragon.service.sla
Class SLAManagerServiceImpl

java.lang.Object
  extended by org.ow2.dragon.service.sla.SLAManagerServiceImpl
All Implemented Interfaces:
SLAManagerService

public class SLAManagerServiceImpl
extends java.lang.Object
implements SLAManagerService


Constructor Summary
SLAManagerServiceImpl()
           
 
Method Summary
 java.lang.String exportServiceDefFile(java.lang.String id)
          export WS-agreement description
 org.ow2.dragon.api.service.sla.SLAManager getManager()
           
 java.lang.String importServiceDefFile(java.lang.String wsdlURI)
          import WS-agreement description
 void setManager(org.ow2.dragon.api.service.sla.SLAManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLAManagerServiceImpl

public SLAManagerServiceImpl()
Method Detail

exportServiceDefFile

public java.lang.String exportServiceDefFile(java.lang.String id)
                                      throws org.ow2.dragon.api.service.sla.SLAServiceException
Description copied from interface: SLAManagerService
export WS-agreement description

Specified by:
exportServiceDefFile in interface SLAManagerService
Returns:
the agreement
Throws:
org.ow2.dragon.api.service.sla.SLAServiceException - error to export

getManager

public org.ow2.dragon.api.service.sla.SLAManager getManager()

importServiceDefFile

public java.lang.String importServiceDefFile(java.lang.String wsdlURI)
                                      throws org.ow2.dragon.api.service.sla.SLAServiceException
Description copied from interface: SLAManagerService
import WS-agreement description

Specified by:
importServiceDefFile in interface SLAManagerService
Returns:
the id where the agreement is stored
Throws:
org.ow2.dragon.api.service.sla.SLAServiceException - error to import

setManager

public void setManager(org.ow2.dragon.api.service.sla.SLAManager manager)


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.