Index

A C D E F G I L M N P Q R S T U 
All Classes and Interfaces|All Packages

A

AbstractServiceDescriptorTest - Class in test.de.iip_ecosphere.platform.services
Tests static methods in AbstractServiceDescriptor.
AbstractServiceDescriptorTest() - Constructor for class test.de.iip_ecosphere.platform.services.AbstractServiceDescriptorTest
 
activateService(String) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
addArtifact(URI) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
addArtifact(URI) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManagerAppInst
 
addInputDataConnector(TypedDataConnectorDescriptor) - Method in class test.de.iip_ecosphere.platform.services.MyServiceDescriptor
 
addOutputDataConnector(TypedDataConnectorDescriptor) - Method in class test.de.iip_ecosphere.platform.services.MyServiceDescriptor
 
addParameter(TypedDataDescriptor) - Method in class test.de.iip_ecosphere.platform.services.MyServiceDescriptor
 
AllTests - Class in test.de.iip_ecosphere.platform.services
Defines the tests to be executed.
AllTests() - Constructor for class test.de.iip_ecosphere.platform.services.AllTests
 
artifactId - Variable in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
assertCollection(Collection<T>, T...) - Static method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest
Asserts the contents of a collection without considering the sequence.
assertContains(Set<AbstractServiceManager.TypedDataConnection>, String...) - Static method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest
Asserts that conn contains all cIds.
assertException(ServiceManagerTest.WithExecutionException) - Static method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest
Asserts that an exception occurred, e.g., as func is currently not implemented.
assertList(List<T>, T...) - Static method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest
Asserts the contents of a list with considering the sequence.
assertOptions(ServiceManager, Map<String, String>) - Method in class test.de.iip_ecosphere.platform.services.ServicesAasTest
Asserts received options on mgr.
assertTested(String...) - Method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest.AvailableTrue
Asserts that expected connection names have been tested in #test(TypedDataConnectorDescriptor) before.
AvailableTrue() - Constructor for class test.de.iip_ecosphere.platform.services.ServiceManagerTest.AvailableTrue
 

C

cloneArtifact(String, URI) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
cloneArtifact(String, URI) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManagerAppInst
 
connectorCount - Static variable in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
createArtifactId() - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
Creates an artifact id.
createInstance() - Method in class test.de.iip_ecosphere.platform.services.MyServiceFactoryDescriptor
 
createServiceId() - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
Creates a service id.

D

description - Variable in class test.de.iip_ecosphere.platform.services.MyTypedDataDescriptor
 

E

ensembleLeader - Variable in class test.de.iip_ecosphere.platform.services.MyServiceDescriptor
 

F

function - Variable in class test.de.iip_ecosphere.platform.services.MyTypedDataConnectorDescriptor
 

G

getAasSetup() - Method in class test.de.iip_ecosphere.platform.services.MyServiceFactoryDescriptor
 
getArtifactDescriptorClass() - Method in class test.de.iip_ecosphere.platform.services.MyServiceDescriptor
 
getAvailablePredicate() - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
getAvailablePredicate() - Method in class test.de.iip_ecosphere.platform.services.MyServiceManagerAppInst
 
getDescription() - Method in class test.de.iip_ecosphere.platform.services.MyTypedDataDescriptor
 
getEnsembleLeader() - Method in class test.de.iip_ecosphere.platform.services.MyServiceDescriptor
 
getFunction() - Method in class test.de.iip_ecosphere.platform.services.MyTypedDataConnectorDescriptor
 
getId() - Method in class test.de.iip_ecosphere.platform.services.MyTypedDataConnectorDescriptor
 
getInvocablesCreator() - Method in class test.de.iip_ecosphere.platform.services.MyServiceDescriptor
 
getLastOptions() - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
Returns the last options received through startService(Map, String...).
getName() - Method in class test.de.iip_ecosphere.platform.services.MyTypedDataDescriptor
 
getService() - Method in class test.de.iip_ecosphere.platform.services.MyTypedDataConnectorDescriptor
 
getSetup() - Method in class test.de.iip_ecosphere.platform.services.MyServiceFactoryDescriptor
 
getTests(int) - Method in class test.de.iip_ecosphere.platform.services.TestProviderDescriptor
 
getTransport() - Method in class test.de.iip_ecosphere.platform.services.MyServiceFactoryDescriptor
 
getType() - Method in class test.de.iip_ecosphere.platform.services.MyTypedDataDescriptor
 

I

id - Variable in class test.de.iip_ecosphere.platform.services.MyTypedDataConnectorDescriptor
 
instantiateFromTemplate(MyServiceDescriptor, String) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
instantiateFromTemplate(MyServiceDescriptor, String) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManagerAppInst
 

L

lastOptions - Variable in class test.de.iip_ecosphere.platform.services.MyServiceManager
 

M

migrateService(String, String) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
MyArtifactDescriptor - Class in test.de.iip_ecosphere.platform.services
A test artifact descriptor.
MyArtifactDescriptor(String, String, URI, List<MyServiceDescriptor>) - Constructor for class test.de.iip_ecosphere.platform.services.MyArtifactDescriptor
Creates an artifact descriptor.
MyServiceDescriptor - Class in test.de.iip_ecosphere.platform.services
A test service descriptor.
MyServiceDescriptor(String, String, String, Version) - Constructor for class test.de.iip_ecosphere.platform.services.MyServiceDescriptor
Creates an instance with empty application id.
MyServiceDescriptor(String, String, String, String, Version) - Constructor for class test.de.iip_ecosphere.platform.services.MyServiceDescriptor
Creates an instance.
MyServiceFactoryDescriptor - Class in test.de.iip_ecosphere.platform.services
A test service factory descriptor.
MyServiceFactoryDescriptor() - Constructor for class test.de.iip_ecosphere.platform.services.MyServiceFactoryDescriptor
 
MyServiceManager - Class in test.de.iip_ecosphere.platform.services
A test service manager.
MyServiceManager(boolean) - Constructor for class test.de.iip_ecosphere.platform.services.MyServiceManager
Prevents external creation.
MyServiceManagerAppInst - Class in test.de.iip_ecosphere.platform.services
A test service manager for multiple instances in an application.
MyServiceManagerAppInst() - Constructor for class test.de.iip_ecosphere.platform.services.MyServiceManagerAppInst
Sets up the service manager.
MyTypedDataConnectorDescriptor - Class in test.de.iip_ecosphere.platform.services
A simple connector descriptor.
MyTypedDataConnectorDescriptor(String, String, String, Class<?>, String, String) - Constructor for class test.de.iip_ecosphere.platform.services.MyTypedDataConnectorDescriptor
Creates a data descriptor.
MyTypedDataDescriptor - Class in test.de.iip_ecosphere.platform.services
A simple data descriptor.
MyTypedDataDescriptor(String, String, Class<?>) - Constructor for class test.de.iip_ecosphere.platform.services.MyTypedDataDescriptor
Creates a data descriptor.

N

name - Variable in class test.de.iip_ecosphere.platform.services.MyTypedDataDescriptor
 

P

passivateService(String) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 

Q

qpid - Static variable in class test.de.iip_ecosphere.platform.services.ServicesAasTest
 

R

reconfigureService(String, Map<String, String>) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
removeArtifact(String) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
requiresThread - Variable in class test.de.iip_ecosphere.platform.services.ServerWrapperTest.TestWrapper
 
requiresThread() - Method in class test.de.iip_ecosphere.platform.services.ServerWrapperTest.TestWrapper
 
run() - Method in class test.de.iip_ecosphere.platform.services.ServerWrapperTest.TestServer
 
run() - Method in interface test.de.iip_ecosphere.platform.services.ServiceManagerTest.WithExecutionException
A method execution without parameters potentially causing an exception.
running - Variable in class test.de.iip_ecosphere.platform.services.ServerWrapperTest.TestServer
 

S

ServerWrapperTest - Class in test.de.iip_ecosphere.platform.services
Tests ServerWrapper.
ServerWrapperTest() - Constructor for class test.de.iip_ecosphere.platform.services.ServerWrapperTest
 
ServerWrapperTest.TestServer - Class in test.de.iip_ecosphere.platform.services
Test server that just emits some lines and does noting.
ServerWrapperTest.TestWrapper - Class in test.de.iip_ecosphere.platform.services
A server wrapper that allows defining whether a thread is required without defining a respective server class.
service - Variable in class test.de.iip_ecosphere.platform.services.MyTypedDataConnectorDescriptor
 
serviceId - Variable in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
ServiceManagerTest - Class in test.de.iip_ecosphere.platform.services
Tests ServiceManager.
ServiceManagerTest() - Constructor for class test.de.iip_ecosphere.platform.services.ServiceManagerTest
 
ServiceManagerTest.AvailableTrue - Class in test.de.iip_ecosphere.platform.services
Availability predicate that always returns true and records tested connection names.
ServiceManagerTest.WithExecutionException - Interface in test.de.iip_ecosphere.platform.services
A method execution without parameters potentially causing an exception.
ServicesAasTest - Class in test.de.iip_ecosphere.platform.services
Tests the ServicesAas.
ServicesAasTest() - Constructor for class test.de.iip_ecosphere.platform.services.ServicesAasTest
 
setEnsembleLeader(MyServiceDescriptor) - Method in class test.de.iip_ecosphere.platform.services.MyServiceDescriptor
Sets the ensemble leader.
setupData(MyServiceDescriptor, MyServiceDescriptor...) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
Adds some data to test against.
shutdown() - Static method in class test.de.iip_ecosphere.platform.services.ServicesAasTest
Shuts down the test.
small - Variable in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
start() - Method in class test.de.iip_ecosphere.platform.services.ServerWrapperTest.TestServer
 
startedCount - Variable in class test.de.iip_ecosphere.platform.services.ServerWrapperTest.TestServer
 
startService(String...) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
startService(String...) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManagerAppInst
 
startService(Map<String, String>, String...) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
startService(Map<String, String>, String...) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManagerAppInst
 
startup() - Static method in class test.de.iip_ecosphere.platform.services.ServicesAasTest
Initializes the test.
stop(boolean) - Method in class test.de.iip_ecosphere.platform.services.ServerWrapperTest.TestServer
 
stoppedCount - Variable in class test.de.iip_ecosphere.platform.services.ServerWrapperTest.TestServer
 
stopService(String...) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
stopService(String...) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManagerAppInst
 
switchToService(String, String) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 

T

test(ServicesAasClient) - Method in class test.de.iip_ecosphere.platform.services.ServicesAasTest
Tests the serivces AAS client.
test(TypedDataConnectorDescriptor) - Method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest.AvailableTrue
 
test.de.iip_ecosphere.platform.services - package test.de.iip_ecosphere.platform.services
Tests.
testAas() - Method in class test.de.iip_ecosphere.platform.services.ServicesAasTest
Tests ServicesAas.
testConnectorNames() - Method in class test.de.iip_ecosphere.platform.services.AbstractServiceDescriptorTest
Tests AbstractServiceDescriptor.connectorIds(java.util.Collection).
tested - Variable in class test.de.iip_ecosphere.platform.services.ServiceManagerTest.AvailableTrue
 
testEnsemble() - Method in class test.de.iip_ecosphere.platform.services.AbstractServiceDescriptorTest
Tests AbstractServiceDescriptor.ensemble(de.iip_ecosphere.platform.services.ServiceDescriptor).
testEnsembleConnectionNames() - Method in class test.de.iip_ecosphere.platform.services.AbstractServiceDescriptorTest
Tests AbstractServiceDescriptor.ensembleConnectorNames(de.iip_ecosphere.platform.services.ServiceDescriptor).
testExternalConnections() - Method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest
Tests AbstractServiceManager.determineExternalConnections(ServiceManager, String...).
testFunctionalConnections() - Method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest
Tests AbstractServiceManager.determineInternalConnections(ServiceManager, String...).
testInternalConnections() - Method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest
Tests AbstractServiceManager.determineInternalConnections(ServiceManager, String...).
testLifecycle() - Method in class test.de.iip_ecosphere.platform.services.ServicesAasTest
Tests the ServicesAas via the lifecycle descriptors.
testMgr() - Method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest
Tests ServiceManager.
testMgrAppId() - Method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest
Tests basic application id related functions.
testProvider() - Method in class test.de.iip_ecosphere.platform.services.TestProviderTest
Tests accessing the tests.
TestProviderDescriptor - Class in test.de.iip_ecosphere.platform.services
For testing test provisioning.
TestProviderDescriptor() - Constructor for class test.de.iip_ecosphere.platform.services.TestProviderDescriptor
 
TestProviderTest - Class in test.de.iip_ecosphere.platform.services
Tests ServiceFactory.getTests(int) via TestProviderDescriptor.
TestProviderTest() - Constructor for class test.de.iip_ecosphere.platform.services.TestProviderTest
 
TestServer() - Constructor for class test.de.iip_ecosphere.platform.services.ServerWrapperTest.TestServer
 
testSortByDependency() - Method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest
Tests for AbstractServiceManager.sortByDependency(List, Collection, Predicate, boolean) with other services.
testSortByDependencyBasic() - Method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest
Basic tests for AbstractServiceManager.sortByDependency(List, Collection, Predicate, boolean).
testSortByDependencyEnsemble() - Method in class test.de.iip_ecosphere.platform.services.ServiceManagerTest
Tests for AbstractServiceManager.sortByDependency(List, Collection, Predicate, boolean) for ensembles.
testUsageCount() - Method in class test.de.iip_ecosphere.platform.services.AbstractServiceDescriptorTest
Tests the usage count methods.
testWrapper() - Method in class test.de.iip_ecosphere.platform.services.ServerWrapperTest
Tests ServerWrapper.
TestWrapper(Server, boolean) - Constructor for class test.de.iip_ecosphere.platform.services.ServerWrapperTest.TestWrapper
Creates a server wrapper.
toString() - Method in class test.de.iip_ecosphere.platform.services.MyServiceDescriptor
 
toString() - Method in class test.de.iip_ecosphere.platform.services.MyTypedDataConnectorDescriptor
 
type - Variable in class test.de.iip_ecosphere.platform.services.MyTypedDataDescriptor
 

U

updateService(String, URI) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManager
 
updateService(String, URI) - Method in class test.de.iip_ecosphere.platform.services.MyServiceManagerAppInst
 
A C D E F G I L M N P Q R S T U 
All Classes and Interfaces|All Packages