| Methods in com.sap.tc.col.client.generic.api that return IServiceModule |
IServiceModule |
IServiceFacade.getServiceModule(java.lang.String serviceModuleName)
returns the ServiceModule with given name or throws an
IllegalArgumentException, if serviceModuleName is no existing ServiceModule |
IServiceModule |
IServiceFacade.getServiceModule(java.lang.String serviceModuleName,
java.lang.String configuration)
returns the ServiceModule with given name to the given configuration or throws an
IllegalArgumentException, if serviceModuleName is no existing ServiceModule or configuration is no valid
configuration |
IServiceModule |
IAspect.getServiceModule()
Returns the ServiceModule this Aspect belongs to. |