-
- All Implemented Interfaces:
-
java.io.Serializable
public final class DevelopmentConfiguration.ASPortConfiguration implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<PortMapping>serviceConnectorprivate final Property<PortMapping>managementConnectorprivate final Property<PortMapping>debugprivate final Property<PortMapping>jmx
-
Constructor Summary
Constructors Constructor Description DevelopmentConfiguration.ASPortConfiguration(ObjectFactory objectFactory)
-
Method Summary
Modifier and Type Method Description final Property<PortMapping>getServiceConnector()final Property<PortMapping>getManagementConnector()final Property<PortMapping>getDebug()final Property<PortMapping>getJmx()-
-
Method Detail
-
getServiceConnector
final Property<PortMapping> getServiceConnector()
-
getManagementConnector
final Property<PortMapping> getManagementConnector()
-
getDebug
final Property<PortMapping> getDebug()
-
getJmx
final Property<PortMapping> getJmx()
-
-
-
-