|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagementGateway
This interface represents the ManagementGateway process that enables cluster management using JMX MBeans when using the static deployment topology.
ManagementGatewayFactory.getManagementGateway()
Method Summary | |
---|---|
String |
getClusterName()
Deprecated. Gets the name of the ObjectGrid cluster to which the gateway process connects. |
int |
getConnectorPort()
Deprecated. Gets the JMX connector port. |
ClientSecurityConfiguration |
getCsConfig()
Deprecated. Gets the client security configuration used by the gateway process to connect to the ObjectGrid cluster. |
String |
getHost()
Deprecated. Sets the host name used by the gateway process to connect to the ObjectGrid cluster. |
String |
getPort()
Deprecated. Gets the connect port used by the gateway process to connect to the ObjectGrid cluster. |
int |
getRefreshInterval()
Deprecated. Gets the amount of time in seconds between when MBean. |
boolean |
getSSLEnabled()
Deprecated. Gets whether SSL is enabled on the gateway. |
boolean |
getTraceEnabled()
Deprecated. Gets whether ObjectGrid trace is enabled on the gateway process. |
String |
getTraceFile()
Deprecated. Gets the file name where trace data is written on the gateway process. |
String |
getTraceSpec()
Deprecated. Gets the trace specification on the gateway process. |
void |
setClusterName(String clusterName)
Deprecated. Sets the name of the ObjectGrid cluster to which the gateway process connects. |
void |
setConnectorPort(int port)
Deprecated. Sets the JMX connector port. |
void |
setCsConfig(ClientSecurityConfiguration csConfig)
Deprecated. Sets the client security configuration used by the gateway process to connect to the ObjectGrid cluster. |
void |
setHost(String host)
Deprecated. Sets the host name used by the gateway process to connect to the ObjectGrid cluster. |
void |
setPort(String port)
Deprecated. Sets the connect port used by the gateway process to connect to the ObjectGrid cluster. |
void |
setRefreshInterval(int refreshInterval)
Deprecated. Sets the amount of time in seconds between when MBean. |
void |
setSSLEnabled(boolean sslEnabled)
Deprecated. Sets whether SSL is enabled on the gateway. |
void |
setTraceEnabled(boolean traceEnabled)
Deprecated. Sets whether ObjectGrid trace is enabled on the gateway process. |
void |
setTraceFile(String traceFile)
Deprecated. Sets the file name to write trace data on the gateway process. |
void |
setTraceSpec(String traceSpec)
Deprecated. Sets the trace specification on the gateway process. |
void |
startConnector()
Deprecated. Starts the JMX MBean connector server. |
void |
stopConnector()
Deprecated. Stops the JMX MBean connector server. |
Method Detail |
---|
void startConnector() throws ConnectException, ObjectGridRuntimeException
ConnectException
- If the management gateway cannot connect to the ObjectGrid cluster.
ObjectGridRuntimeException
- If any MBean related operation fails.void stopConnector()
void setConnectorPort(int port)
port
- the JMX connector portint getConnectorPort()
setConnectorPort(int)
method of this interface or -1
if
setConnectorPort
was not previously called for this object.setConnectorPort(int)
void setCsConfig(ClientSecurityConfiguration csConfig)
csConfig
- a ClientSecurityConfiguration object.ClientSecurityConfiguration
ClientSecurityConfiguration getCsConfig()
setCsConfig(ClientSecurityConfiguration)
method of this interface or null
if
setCsConfig
was not previously called for this object.setCsConfig(ClientSecurityConfiguration)
,
ClientSecurityConfiguration
void setPort(String port)
port
- a ObjectGrid server client access port to which a gateway
server connectsString getPort()
setPort(String)
method of this interface or null
if
setPort
was not previously called for this object.setPort(String)
void setHost(String host)
host
- a ObjectGrid server host name to which a gateway
server connectsString getHost()
setHost(String)
method of this interface or null
if
setHost
was not previously called for this object.setHost(String)
void setSSLEnabled(boolean sslEnabled)
sslEnabled
- true
if SSL is enabled on the gatewayboolean getSSLEnabled()
setSSLEnabled(boolean)
method of this interface or false
if
setSSLEnabled
was not previously called for this object.setSSLEnabled(boolean)
void setClusterName(String clusterName)
clusterName
- the name of the ObjectGrid clusterString getClusterName()
setClusterName(String)
method of this interface or null
if
setClusterName
was not previously called for this object.setClusterName(String)
void setTraceEnabled(boolean traceEnabled)
traceEnabled
- true
if ObjectGrid trace is enabledObjectGridManager.setTraceEnabled(boolean)
boolean getTraceEnabled()
setTraceEnabled(boolean)
method of this interface or false
if
setTraceEnabled
was not previously called for this object.setTraceEnabled(boolean)
void setTraceSpec(String traceSpec)
traceSpec
- the trace specification to set on the gateway processsetTraceEnabled(boolean)
,
ObjectGridManager.setTraceSpecification(String)
String getTraceSpec()
setTraceSpec(String)
method of this interface or null
if
setTraceSpec
was not previously called for this object.setTraceSpec(String)
void setTraceFile(String traceFile)
traceFile
- output file name for gateway traceObjectGridManager.setTraceFileName(String)
String getTraceFile()
setTraceFile(String)
method of this interface or null
if
setTraceFile
was not previously called for this object.setTraceFile(String)
void setRefreshInterval(int refreshInterval)
refreshInterval
- the refresh intervalint getRefreshInterval()
setRefreshInterval(int)
method of this interface or 120
if
setRefreshInterval
was not previously called for this object.setRefreshInterval(int)
|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |