Class GlobalPoolServiceManager.PlatformInfo
- java.lang.Object
-
- jadex.platform.service.globalservicepool.GlobalPoolServiceManager.PlatformInfo
-
- Enclosing class:
- GlobalPoolServiceManager
public static class GlobalPoolServiceManager.PlatformInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ILibraryService
cms
The cms.protected IService
worker
The worker(s) that have been created on the platform.
-
Constructor Summary
Constructors Constructor Description PlatformInfo(ILibraryService cms, IService worker)
Create a new PlatformInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ILibraryService
getCms()
Get the cms.IService
getWorker()
Get the worker.void
setCms(ILibraryService cms)
Set the cms.void
setWorker(IService worker)
Set the worker.
-
-
-
Field Detail
-
cms
protected ILibraryService cms
The cms.
-
worker
protected IService worker
The worker(s) that have been created on the platform.
-
-
Constructor Detail
-
PlatformInfo
public PlatformInfo(ILibraryService cms, IService worker)
Create a new PlatformInfo.
-
-
Method Detail
-
getCms
public ILibraryService getCms()
Get the cms.- Returns:
- the cms
-
setCms
public void setCms(ILibraryService cms)
Set the cms.- Parameters:
cms
- The cms to set
-
getWorker
public IService getWorker()
Get the worker.- Returns:
- the worker
-
setWorker
public void setWorker(IService worker)
Set the worker.- Parameters:
worker
- The worker to set
-
-