org.ow2.dragon.service.deployment
Interface ServiceManager
- All Known Implementing Classes:
- ServiceManagerImpl
public interface ServiceManager
- Author:
- ofabre - eBM Websourcing
|
Method Summary |
java.util.List<org.ow2.dragon.api.to.deployment.TechnicalServiceTO> |
getAll()
|
org.ow2.dragon.api.to.deployment.TechnicalServiceTO |
getService(java.lang.String serviceId)
|
void |
removeService(java.lang.String serviceId)
|
removeService
void removeService(java.lang.String serviceId)
throws DragonFault
- Throws:
DragonFault
getAll
java.util.List<org.ow2.dragon.api.to.deployment.TechnicalServiceTO> getAll()
throws DragonFault
- Throws:
DragonFault
getService
org.ow2.dragon.api.to.deployment.TechnicalServiceTO getService(java.lang.String serviceId)
throws DragonFault
- Throws:
DragonFault
Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.