| Package | Description | 
|---|---|
| oracle.jrf | 
| Modifier and Type | Method and Description | 
|---|---|
Port | 
PortConfig.getClusterFrontEndHttpPort()
 Return front-end http port of the web server configured with the cluster, or null if the server is not member of the cluster or  web server is not configured
 
 Note: See Limitation 2 above in the class javadoc 
 | 
Port | 
PortConfig.getClusterFrontEndHttpSslPort()
 Return front-end https port of the web server configured with the cluster, or null if the server is not member of the cluster or  web server is not configured
 
 Note: See Limitation 2 above in the class javadoc 
 | 
Port | 
PortConfig.getFrontEndHttpPort()
 Return the http port of the web server configured with the running server or null if not configured. 
 | 
Port | 
PortConfig.getFrontEndHttpSslPort()
 Return the https port of the web server configured with the running server or null if not configured. 
 | 
Port | 
PortConfig.getHttpPort()
Return the http port associated with the running server, or null if disabled http. 
 | 
Port | 
PortConfig.getHttpPort(String partitionName)
Return the http port for the specified partition, associated with the current server, 
 or null if disabled http. 
 | 
Port | 
PortConfig.getHttpSslPort()
Return the https port associated with the running server, or null if disabled https. 
 | 
Port | 
PortConfig.getHttpSslPort(String partitionName)
Return the https port for the specified partition, associated with the current server, 
 or null if disabled https. 
 | 
Port | 
PortConfig.getServerPort(String protocol)
  Return port of the specified protocol configured with the running server, or null if the specified protocol or its port is not enabled or not found. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Port> | 
PortConfig.getClusterHttpPorts()
 Return a list of http ports configured with each member in the cluster if the running server is a member of the cluster. 
 | 
List<Port> | 
PortConfig.getClusterHttpSslPorts()
 Return a list of https ports configured with each member in the cluster if the running server is a member of the cluster. 
 | 
List<Port> | 
PortConfig.getClusterMemberPorts(String protocol)
 Return a list of the specified protocol ports configured with each member in the cluster if the running server is a member of the cluster. 
 |