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 SummaryFields Modifier and Type Field Description protected ILibraryServicecmsThe cms.protected IServiceworkerThe worker(s) that have been created on the platform.
 - 
Constructor SummaryConstructors Constructor Description PlatformInfo(ILibraryService cms, IService worker)Create a new PlatformInfo.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ILibraryServicegetCms()Get the cms.IServicegetWorker()Get the worker.voidsetCms(ILibraryService cms)Set the cms.voidsetWorker(IService worker)Set the worker.
 
- 
- 
- 
Field Detail- 
cmsprotected ILibraryService cms The cms.
 - 
workerprotected IService worker The worker(s) that have been created on the platform.
 
- 
 - 
Constructor Detail- 
PlatformInfopublic PlatformInfo(ILibraryService cms, IService worker) Create a new PlatformInfo.
 
- 
 - 
Method Detail- 
getCmspublic ILibraryService getCms() Get the cms.- Returns:
- the cms
 
 - 
setCmspublic void setCms(ILibraryService cms) Set the cms.- Parameters:
- cms- The cms to set
 
 - 
getWorkerpublic IService getWorker() Get the worker.- Returns:
- the worker
 
 - 
setWorkerpublic void setWorker(IService worker) Set the worker.- Parameters:
- worker- The worker to set
 
 
- 
 
-