Package com.apama.net
Interface ConnectionConstants
- 
- All Known Implementing Classes:
- EngineManagementFactory,- GenericComponentManagementFactory,- PingableClientFactory
 
 public interface ConnectionConstants
- 
- 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_ADAPTER_PORTThe default port number for connecting to an Adapter (16903).static intDEFAULT_ENGINE_PORTThe default port number for connecting to a Correlator (15903).static java.lang.StringDEFAULT_HOSTThe default host name for connecting to a Server (localhost).static intDEFAULT_PORTThis is an alias for DEFAULT_ENGINE_PORT.static java.lang.StringDEFAULT_PROCESS_NAMEThis is an alias for DEFAULT_ENGINE_PORT.
 
- 
- 
- 
Field Detail- 
DEFAULT_HOSTstatic final java.lang.String DEFAULT_HOST The default host name for connecting to a Server (localhost).- See Also:
- Constant Field Values
 
 - 
DEFAULT_ENGINE_PORTstatic final int DEFAULT_ENGINE_PORT The default port number for connecting to a Correlator (15903).
 - 
DEFAULT_ADAPTER_PORTstatic final int DEFAULT_ADAPTER_PORT The default port number for connecting to an Adapter (16903).
 - 
DEFAULT_PORTstatic final int DEFAULT_PORT This is an alias for DEFAULT_ENGINE_PORT.
 - 
DEFAULT_PROCESS_NAMEstatic final java.lang.String DEFAULT_PROCESS_NAME This is an alias for DEFAULT_ENGINE_PORT.- See Also:
- Constant Field Values
 
 
- 
 
-