public interface PlatformManagerFactory
| Modifier and Type | Method and Description |
|---|---|
PlatformManager |
createPlatformManager()
Create a non clustered platform manager
|
PlatformManager |
createPlatformManager(int clusterPort,
java.lang.String clusterHost)
Create a clustered platform manager
|
PlatformManager createPlatformManager()
PlatformManager createPlatformManager(int clusterPort, java.lang.String clusterHost)
clusterPort - The cluster port to listen onclusterHost - The cluster host to listen on