Uses of Interface
de.fraunhofer.iese.mydata.component.interfaces.IManagementService
-
Packages that use IManagementService Package Description de.fraunhofer.iese.mydata.component.connector -
-
Uses of IManagementService in de.fraunhofer.iese.mydata.component.connector
Methods in de.fraunhofer.iese.mydata.component.connector that return IManagementService Modifier and Type Method Description IManagementService
ConnectorFactory. getManagementService(URI url)
Gets the management service.IManagementService
ConnectorFactory. getManagementService(URI url, OAuthCredentials oAuthCredentials)
Tries to establish a connection to a PMP server by using the passed url variable.IManagementService
ConnectorFactory. getPmpServer(URI url)
Tries to establish a connection to a PMP server by using the passed url variable.
-