IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.management
Interface ServerMBean

All Known Subinterfaces:
DynamicServerMBean, Server

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
 String getServerName()
          Gets the name of the server associated with this MBean.
 void modifyServerTraceSpec(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

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

modifyServerTraceSpec

void modifyServerTraceSpec(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

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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