IBM WebSphere® DataPower® XC10 Appliance
Release 2.0 Client API Specification

com.ibm.websphere.objectgrid.management
Interface ServerMBean

All Known Subinterfaces:
DynamicServerMBean

public interface ServerMBean

This MBean interface allows a client process to access different attributes about a specific server process.

Since:
WAS XD 6.0.1, XC10

Method Summary
 java.lang.String getServerName()
          Gets the name of the server associated with this MBean.
 void modifyServerTraceSpec(java.lang.String spec)
          Deprecated. This is deprecated in version 7.1. See DynamicServerMBean.setTraceSpec(String)
 boolean stopServer()
          Stops the server associated with this MBean.
 

Method Detail

getServerName

java.lang.String getServerName()
Gets the name of the server associated with this MBean.

Returns:
the server name

stopServer

boolean stopServer()
Stops the server associated with this MBean.

Returns:
true if server was stopped, false if not
See Also:
ObjectGridAdministrator.stopServer(String)

modifyServerTraceSpec

void modifyServerTraceSpec(java.lang.String spec)
Deprecated. This is deprecated in version 7.1. See DynamicServerMBean.setTraceSpec(String)

Modifies the trace spec for the server associated with this MBean.

Parameters:
spec - new trace specification
See Also:
ObjectGridAdministrator.setServerTraceSpec(String, String)

IBM WebSphere® DataPower® XC10 Appliance
Release 2.0 Client API Specification

© Copyright International Business Machines Corp 2005,2011. All rights reserved.