Package jadex.micro.regperf
Class SecurityEvaluation
- java.lang.Object
- 
- jadex.micro.regperf.SecurityEvaluation
 
- 
 public class SecurityEvaluation extends java.lang.ObjectTest if query isolation works using networks
- 
- 
Constructor SummaryConstructors Constructor Description SecurityEvaluation()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description protected static longcreateAgents(IExternalAccess[] platforms, int cnt)protected static IPlatformConfigurationcreateConfig()Create a new default config.protected static IExternalAccess[]createPlatforms(IPlatformConfiguration config, int cnt, java.lang.String type)Create a number of platforms (e.g.protected static voidcreateRelayAndSSPs(IPlatformConfiguration config)Create a local relay and SSP platformsstatic voidmain(java.lang.String[] args)In this variant each platform has its own network (shared with sp).protected static IPlatformConfigurationparseArgs(java.lang.String[] args)Parse args into config and extract settings into static fields.
 
- 
- 
- 
Method Detail- 
mainpublic static void main(java.lang.String[] args) throws java.lang.ExceptionIn this variant each platform has its own network (shared with sp).- Throws:
- java.lang.Exception
 
 - 
parseArgsprotected static IPlatformConfiguration parseArgs(java.lang.String[] args) Parse args into config and extract settings into static fields.- Parameters:
- args- The program arguments.
- Returns:
- The parsed platform configuration.
 
 - 
createRelayAndSSPsprotected static void createRelayAndSSPs(IPlatformConfiguration config) Create a local relay and SSP platforms- Parameters:
- config- The platform config.
 
 - 
createPlatformsprotected static IExternalAccess[] createPlatforms(IPlatformConfiguration config, int cnt, java.lang.String type) Create a number of platforms (e.g. SPs or helpline nodes).- Parameters:
- config- The platform config.
- cnt- The number of platforms
- Returns:
- The created platforms.
 
 - 
createAgentsprotected static long createAgents(IExternalAccess[] platforms, int cnt) 
 - 
createConfigprotected static IPlatformConfiguration createConfig() Create a new default config.
 
- 
 
-