IBM WebSphere Application ServerTM
Release 6

Deprecated API

Deprecated Classes
com.ibm.ras.RASObject
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.stat.RangeStatisticImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSRangeStatistic
com.ibm.ras.RASTraceEvent
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.stat.JDBCStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJDBCConnectionPoolStats
com.ibm.websphere.ras.WsHandler
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.PmiClientTest
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package. Sample code to use PmiClient API (new JMX-based API in 5.0) and get Statistic/Stats objects.
com.ibm.websphere.pmi.stat.JCAStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJCAConnectionPoolStats
com.ibm.ras.RASEvent
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.client.PerfDescriptorList
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The PerfDescriptorList is a 4.0 class and will be supported in 5.0. It has an ArrayList to help maintaining all the PerfDescriptors.

Note: it is recommanded you call getDescriptors first and cache the PerfDescriptor array and then repeatedly calling gets methods on the PerfDescriptor array instead of PerfDescriptorList.

com.ibm.ras.RASQueueEmptyException
As of WAS 6.0, recommend using java.util.logging
com.ibm.ras.RASCircularQueue
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.client.PmiClient
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The PmiClient class is called by client application to access performance data. The purpose is to free the programmer from implementing the remote data access manually.

The class has two set of APIs. One set of APIs are 4.0 APIs, that use PerfDescriptor to get PMI data and the returned PMI data are CpdData/CpdCollection objects. In both 3.5.5+ and 4.0, the PmiClient API looks up a session bean in adminserver and invokes remote APIs on the session bean.

Another set of APIs are JMX-based API new in 5.0. The new APIs use ObjectName/MBeanStatDescriptor to get PMI data via JMX interface.

A brief calling flow is shown here. Details can be found in InfoCenter and sample code. First, a client application needs create an instance of the PmiClient object by passing the correct host name, port number, version name, and JMX connector types. If the PmiClient instance is successfully created, you are ready to call the methods on it to retrieve the data. You need to set the instrumentation level to enable the data for the first time because PMI data is disabled by default. You can call various list methods to navigate the WebSphere domain for nodes, servers, MBeans (or PerfDescriptor for 4.0 API). If you know the names for the node, server, PMI module, or data, you can call pmiClient to create the MBeanStatDescriptor (or PerfDescriptor for 4.0 API) object. Once you get the ObjectName, MBeansStatDescriptor, or PerfDescriptor, you can call the corresponding getXXX methods to get the PMI data.

Note that the setInstrumentationLevel method changes the level at the server side which means it effects other clients monitoring the same server.

Both 4.0 APIs and 5.0 APIs will be supported in 5.0. However, since the returned data are in different types when using 4.0 and 5.0 APIs, it is recommanded that you do not mix the two APIs together.

com.ibm.websphere.security.auth.MapCredentialFailedException
com.ibm.websphere.servlet.filter.ChainedRequest
Application developers requiring this functionality should implement this using javax.servlet.filter classes.
com.ibm.websphere.pmi.stat.JVMStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJVMStats
com.ibm.websphere.rsadapter.MSSQLDataStoreHelper
Please use the ConnectJDBCDataStoreHelper instead.
com.ibm.websphere.rsadapter.DataDirectDataStoreHelper
Please use the ConnectJDBCDataStoreHelper instead.
com.ibm.websphere.pmi.stat.StatelessSessionBeanStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSEJBStats
com.ibm.ras.RASQueueFullException
As of WAS 6.0, recommend using java.util.logging
com.ibm.ras.RASQueue
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.servlet.cache.DynamicCacheAccessor
You should use com.ibm.websphere.cache.DynamicCacheAccessor
com.ibm.websphere.servlet.filter.ChainedResponse
Application developers requiring this functionality should implement this using javax.servlet.filter classes.
com.ibm.websphere.pmi.stat.ServletStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSWebAppStats
com.ibm.websphere.pmi.stat.EJBStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSEJBStats
com.ibm.websphere.ras.TraceElementState
As of WAS 6.0, recommend using java.util.logging
com.ibm.ras.RASMessageLogger
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.stat.SessionBeanStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSEJBStats
com.ibm.websphere.pmi.client.CpdFamily
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The CpdFamily is a 4.0 class and will be supported in 5.0. It helps to display related data in the same table from GUI.

com.ibm.websphere.als.DatabaseLogger
com.ibm.websphere.ras.WsJrasMessageLogger
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.ras.WsJrasTraceLogger
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.stat.StatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSStats
com.ibm.websphere.management.exception.NestedAdminException
This exception is deprecated. It was previously used to keep store nested exceptions.
com.ibm.websphere.servlet.session.UserTransactionWrapper
Store UserTransaction object directly into httpsession
com.ibm.ras.RASUtil
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.stat.JTAStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJTAStats
com.ibm.websphere.pmi.stat.JDBCConnectionStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJDBCConnectionPoolStats
com.ibm.websphere.rsadapter.SequeLinkDataStoreHelper
Please use the Connect JDBC driver instead.
com.ibm.websphere.pmi.PmiTester
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package. Sample code to use PmiClient API (old API in 4.0) and get CpdData/CpdCollection objects.
com.ibm.ras.RASLogger
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.servlet.filter.ChainerServlet
Application developers requiring this functionality should implement this using javax.servlet.filter classes.
com.ibm.websphere.als.AnalysisLogger
com.ibm.websphere.pmi.stat.BoundaryStatisticImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSBoundaryStatistic
com.ibm.websphere.pmi.stat.DoubleStatisticImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSDoubleStatistic
com.ibm.websphere.security.auth.MapCredentialNotSupportedException
com.ibm.websphere.pmi.stat.EntityBeanStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSEJBStats
com.ibm.websphere.als.FileLogger
com.ibm.websphere.pmi.stat.CountStatisticImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSCountStatistic
com.ibm.websphere.pmi.stat.StatisticImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSStatistic
com.ibm.websphere.pmi.stat.StatsUtil
No replacement. This class is for WebSphere internal use only.
com.ibm.websphere.management.exception.InvalidDocumentURIException
Should use com.ibm.websphere.management.exception.DocumentNotFoundException
com.ibm.websphere.pmi.stat.BoundedRangeStatisticImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSBoundedRangeStatistic
com.ibm.websphere.pmi.client.event.CpdEventSenderImpl
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.
com.ibm.websphere.servlet.request.HttpServletRequestProxy
since WAS V6.0 Use the HttpServletRequestWrapper class instead. Proxies function invocations to an underlying HttpServletRequest. Subclasses of this class can be created that overload or enhance the functionality of a server-provided HttpServletRequest.

Using the proxied request:

  1. Subclass this class and overload any desired functions.
  2. During the servlet's service method, create an instance of the enhanced request using the original request from the server as the proxied request.
  3. Forward the enhanced request to another servlet for processing instead of the original request that was provided by the server.

Sample subclass (overloads the request's InputStream)

 
 // This enhanced request will force the request to be a POST request.
 // This request POST data input will be read from a specified file.
 public class PostedFileRequest extends HttpServletRequestProxy{
    private HttpServletRequest _request;
    private File _file;
    public PostedFileRequest(File f, HttpServletRequest req){
      _file =f;
       _request = req;
    }
    protected HttpServletRequest getProxiedHttpServletRequest(){
       return _request;
    }
    //overload request functionality
    public ServletInputStream getInputStream() throws IOException{
       return new ServletInputStreamAdapter(new FileInputStream(_file));
    }
    public BufferedReader getReader() throws IOException{
       return new BufferedReader(getInputStream());
    }
    public String getMethod(){
       //force the HTTP method to be POST.
       return "POST";
    }
 }
 

Using the enhanced request subclass transparently in a servlet

 //This servlet posts a data file as a request to another servlet.
 public class PostGeneratorServlet extends HttpServlet{
    public void service HttpServletRequest req, HttpServletResponse resp){
       req = new PostedFileRequest(req, new File(request.getPathTranslated()));
       //forward the enhanced request to be used transparently by another servlet.
       getServletContext().getRequestDispatcher("/postHandlerServlet").forward(req, resp);
    }
 }
 
com.ibm.ras.RASException
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.servlet.cache.ConfigElement
This Class represents a variable specified in the cachespec.xml document. If an application uses its own Id or MetaDataGenerator, this class can be used to read the cache policies defined in the Application Assembly Tool (WAS 4.x and higher), or in the cachespec.xml file (WAS 5.0 and higher). It stores all the data specified in the xml file for this variable. The variable may be:
  • a request parameter, (a String defined externally by a client),
  • a request attribute (java object, attached to a ServletRequest object previously in a servlet/JSP),
  • a session parameter (java object attached an HttpSession object)
For example, a request parameter defined so in cachespec.xml

<request>
<parameter id="cityname" data_id="city" required="true" />
</request>

would generate a ConfigElement object where
  • id returns "cityname",
  • method returns null,
  • dataId returns "city",
  • invalidate returns null,
  • required returns TRUE,
  • and type returns ConfigElement.RequestParameter.
com.ibm.websphere.als.LogRecord
com.ibm.websphere.als.HttpLogger
com.ibm.ras.RASMaskChangeEvent
As of WAS 6.0, recommend using java.util.logging
com.ibm.ras.RASMaskChangeGenerator
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.stat.JCAConnectionPoolStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJCAConnectionPoolStats
com.ibm.websphere.pmi.client.event.CpdEvent
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The PMI client package provides event and listener interfaces to inform clients, for instance, a GUI display, when new or changed data is available. The CpdEvent and CpdListener can only be used within a JVM.

com.ibm.ras.RASStackTrace
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.ras.Manager
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.servlet.filter.ServletChain
Application developers requiring this functionality should implement this using javax.servlet.filter classes.
com.ibm.ras.RASMessageEvent
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.stat.JDBCConnectionPoolStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJDBCConnectionPoolStats
com.ibm.websphere.pmi.stat.MessageBeanStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSEJBStats
com.ibm.websphere.pmi.stat.StatefulSessionBeanStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSEJBStats
com.ibm.websphere.rsadapter.DB2390DataStoreHelper
- Please use the DB2DataStoreHelper or DB2UniversalDataStoreHelper class instead of this class. DB2390DataStoreHelper is a DataStoreHelper implementation customized for the DB2 database running on z/OS. When mapping a SQLException, the SQLException mappings from the DB2DataStoreHelper are searched first, and subsequently, if no match is found, the SQLException mappings from the GenericDataStoreHelper are searched. If you have additional requirements for DB2 on z/OS, you should consider subclassing this implementation.
Note: This class and its methods can not be called or referenced directly by user applications.
com.ibm.ras.RASIOException
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.stat.TimeStatisticImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSTimeStatistic
com.ibm.websphere.servlet.response.HttpServletResponseProxy
since WAS V6.0 Use the HttpServletResponseWrapper class instead. Proxies function invocations to an underlying HttpServletResponse. Subclasses of this class can be created that overload or enhance the functionality of a server-provided HttpServletResponse.

Using the proxied response:

  1. Subclass this class and overload any desired functions.
  2. During the servlet's service method, create an instance of the enhanced response using the original response from the server as the proxied response.
  3. Forward the enhanced response to another servlet for processing instead of the original response that was provided by the server.

Sample subclass (overloads the response's OutputStream)

 
 //The data written to this response will be saved to the specified file.
 public class FileOutputResponse extends HttpServletResponseProxy{
    private HttpServletResponse _response;
    private File _file;
    public FileOutputResponse(File f, HttpServletResponse resp){
      _file = f;
       _response = resp;
    }
    protected HttpServletResponse getProxiedHttpServletResponse(){
       return _response;
    }
    //overload response functionality
    public ServletOutputStream getOutputStream() throws IOException{
       return new ServletOutputStreamAdapter(new FileOutputStream(_file));
    }
    public PrintWriter getWriter() throws IOException{
       return new PrintWriter(getOutputStream());
    }
 }
 

Using the enhanced response subclass transparently in a servlet

 //This servlet will store the response of another servlet to a file.
 public class SaveResponseToFileServlet extends HttpServlet{
    public void service(HttpServletRequest req, HttpServletResponse resp){
       resp = new FileOutputResponse(req, new File("/tmp/response.txt"));

       //store the response of SnoopServlet to the response.txt file.
       getServletContext().getRequestDispatcher("/servlet/SnoopServlet").forward(req, resp);
    }
 }
 
com.ibm.ras.RASCopyright
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.stat.JCAConnectionStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJCAConnectionPoolStats
com.ibm.ras.RASTraceLogger
As of WAS 6.0, recommend using java.util.logging
com.ibm.ras.RASMessageCatalog
As of WAS 6.0, recommend using java.util.logging


Deprecated Interfaces
com.ibm.websphere.j2c.ConnectionManager
As of WAS 6.0, the functionality of this interface is replaced by J2EE Connector Architecture 1.5. Please reference javax.resource.spi.LazyAssociatableConnectionManager javax.resource.spi.LazyAssociatableConnectionManager.
com.ibm.websphere.management.statistics.JavaMailStats
As of 6.0, replaced with javax.management.j2ee.statistics.JavaMailStats
com.ibm.websphere.pmi.client.CpdLong
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The CpdLong is a 4.0 class and will be supported in 5.0. It maps to JSR77's CountStatistic.

com.ibm.websphere.pmi.client.PerfDescriptor
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The PerfDescriptor is WebSphere 4.0 interface used to represent a PMI module. This interface is replaced by com.ibm.websphere.pmi.stat.StatDescriptor.

com.ibm.websphere.management.statistics.JTAStats
As of 6.0, replaced with javax.management.j2ee.statistics.JTAStats
com.ibm.ras.RASIEvent
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.stat.Stats
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSStats
com.ibm.websphere.management.statistics.JMSStats
As of 6.0, replaced with javax.management.j2ee.statistics.JMSStats
com.ibm.websphere.management.statistics.JMSSessionStats
As of 6.0, replaced with javax.management.j2ee.statistics.JMSSessionStats
com.ibm.websphere.management.statistics.JCAConnectionStats
As of 6.0, replaced with javax.management.j2ee.statistics.JCAConnectionStats
com.ibm.websphere.pmi.client.CpdXML
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.
com.ibm.ras.RASITraceEvent
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.management.statistics.RangeStatistic
As of 6.0, replaced with javax.management.j2ee.statistics.RangeStatistic
com.ibm.websphere.pmi.client.event.CpdEventListener
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

This listener can only be used within the same JVM. It is mainly used by GUI tool to get notification from PMI client for a new/changed PMI data.

com.ibm.websphere.management.statistics.JCAStats
As of 6.0, replaced with javax.management.j2ee.statistics.JCAStats
com.ibm.websphere.management.statistics.JCAConnectionPoolStats
As of 6.0, replaced with javax.management.j2ee.statistics.JCAConnectionPoolStats
com.ibm.websphere.management.statistics.StatelessSessionBeanStats
As of 6.0, replaced with javax.management.j2ee.statistics.StatelessSessionBeanStats
com.ibm.websphere.management.statistics.JVMStats
As of 6.0, replaced with javax.management.j2ee.statistics.JVMStats
com.ibm.websphere.management.statistics.Statistic
As of 6.0, replaced with javax.management.j2ee.statistics.Statistic
com.ibm.websphere.management.statistics.Stats
As of 6.0, replaced with javax.management.j2ee.statistics.Stats
com.ibm.ras.RASIFormatter
As of WAS 6.0, recommend using java.util.logging
com.ibm.ras.RASIQueue
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.management.statistics.TimeStatistic
As of 6.0, replaced with javax.management.j2ee.statistics.TimeStatistic
com.ibm.websphere.management.statistics.JMSProducerStats
As of 6.0, replaced with javax.management.j2ee.statistics.JMSProducerStats
com.ibm.websphere.pmi.client.CpdData
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The CpdData is a 4.0 class and will be supported in 5.0. It contains the config info and an object of CpdDouble, CpdLong, CpdLoad, or CpdStat depending on the data type.

The CpdData object is the lowest level in the data hierarchy. Each CpdData instance contains all the static information for the performance data and a getValue method to return the data dynamic information, in the form of an instance of the CpdValue object. The CpdData interface provides an update method to take a reference to a new version of a piece of data and update the current object with the new value. The value is updated only if the new data has the same name as the original object. The CpdData interface also includes an addListener interface to enable data objects to register as event listeners; see The CpdEventListener and CpdEvent interfaces for details. The CpdData interface extends the CpdXML and CpdEventSender interfaces, which are shown in the definition located in that section.

com.ibm.websphere.management.statistics.MessageBeanStats
As of 6.0, replaced with javax.management.j2ee.statistics.MessageDrivenBeanStats
com.ibm.websphere.management.statistics.ServletStats
As of 6.0, replaced with javax.management.j2ee.statistics.ServletStats
com.ibm.ras.RASILogger
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.management.statistics.EJBStats
As of 6.0, replaced with javax.management.j2ee.statistics.EJBStats
com.ibm.websphere.management.statistics.EntityBeanStats
As of 6.0, replaced with javax.management.j2ee.statistics.EntityBeanStats
com.ibm.websphere.pmi.client.CpdDouble
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The CpdDouble is a 4.0 class and will be supported in 5.0. It provides the double value for the counter. It maps to DoubleStatistic.

com.ibm.ras.RASIMaskChangeGenerator
As of WAS 6.0, recommend using java.util.logging
com.ibm.ras.RASITraceLogger
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.client.CpdValue
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The CpdStat is a 4.0 class and will be supported in 5.0. It is the base interface for CpdLong, CpdLoad, CpdStat, and CpdDouble.

com.ibm.websphere.management.statistics.BoundedRangeStatistic
As of 6.0, replaced with javax.management.j2ee.statistics.BoundedRangeStatistic
com.ibm.websphere.management.statistics.StatefulSessionBeanStats
As of 6.0, replaced with javax.management.j2ee.statistics.StatefulSessionBeanStats
com.ibm.ras.RASConstants
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.client.event.CpdEventSender
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.
com.ibm.websphere.als.Logger
com.ibm.websphere.management.statistics.JDBCStats
As of 6.0, replaced with javax.management.j2ee.statistics.JDBCStats
com.ibm.ras.RASIMessageLogger
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.management.statistics.JMSConsumerStats
As of 6.0, replaced with javax.management.j2ee.statistics.JMSConsumerStats
com.ibm.ras.RASIHandler
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.management.statistics.SessionBeanStats
As of 6.0, replaced with javax.management.j2ee.statistics.SessionBeanStats
com.ibm.ras.RASIMaskChangeListener
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.client.CpdCollection
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The CpdCollection is a 4.0 interface and will be supported in 5.0. It is the interface for PMI module/submodule on client side. It organizes performance data in a hierarchical structure. Each member of the hierarchy is an instance of the CpdCollection interface that contains a number of data members and a number of sub-CpdCollections.

com.ibm.websphere.management.statistics.CountStatistic
As of 6.0, replaced with javax.management.j2ee.statistics.CountStatistic
com.ibm.websphere.pmi.client.CpdInt
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The CpdInt is a 4.0 class and will NOT be supported in 5.0.

com.ibm.ras.RASIMessageEvent
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.client.CpdLoad
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The CpdLoad is a 4.0 class and will be supported in 5.0. It maps to either RangeStatistic or BoundedRangeStatistic depending on the JSR77 specification.

com.ibm.websphere.pmi.stat.Statistic
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSStatistic
com.ibm.websphere.management.statistics.URLStats
As of 6.0, replaced with javax.management.j2ee.statistics.URLStats
com.ibm.websphere.management.statistics.JDBCConnectionPoolStats
As of 6.0, replaced with javax.management.j2ee.statistics.JDBCConnectionPoolStats
com.ibm.websphere.j2c.ConnectionEventListener
As of WAS 6.0, the functionality of this interface is replaced by J2EE Connector Architecture 1.5. Please reference javax.resource.spi.LazyEnlistableConnectionManager javax.resource.spi.LazyEnlistableConnectionManager.
com.ibm.websphere.management.statistics.JMSConnectionStats
As of 6.0, replaced with javax.management.j2ee.statistics.JMSConnectionStats
com.ibm.ras.RASIObject
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.management.statistics.JDBCConnectionStats
As of 6.0, replaced with javax.management.j2ee.statistics.JDBCConnectionStats
com.ibm.websphere.pmi.client.PerfLevelSpec
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The PerfLevelSpec is WebSphere 4.0 interface used to represent the PMI module instrumentation level. This interface is replaced by com.ibm.websphere.pmi.stat.StatLevelSpec.

com.ibm.websphere.cache.Cache
Use DistributedMap to store and manage objects in cache. DynamicCacheAccessor#getDistributedMap will return a DistributedMap for accessing base cache.
com.ibm.websphere.pmi.client.CpdStat
As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in javax.management.j2ee.statistics package.

The CpdStat is a 4.0 class and will be supported in 5.0. It maps to JSR77's TimeStatistic.

com.ibm.websphere.management.statistics.JMSEndpointStats
As of 6.0, replaced with javax.management.j2ee.statistics.JMSEndpointStats
com.ibm.websphere.management.statistics.BoundaryStatistic
As of 6.0, replaced with javax.management.j2ee.statistics.BoundaryStatistic


Deprecated Fields
com.ibm.websphere.rsadapter.DataStoreHelper.DATADIRECT_HELPER
Please use the Connect JDBC DataStoreHelper instead.
com.ibm.websphere.rsadapter.DataStoreHelper.SEQUELINK_HELPER
Please use the Connect JDBC DataStoreHelper instead.
com.ibm.websphere.rsadapter.DataStoreHelper.MSSQL_HELPER
Please use the Connect JDBC DataStoreHelper instead.
com.ibm.websphere.cache.DistributedObjectCache.TYPE_DISTRIBUTED_LOCKING_MAP
TYPE_DISTRIBUTED_LOCKING_MAP is no longer used.
com.ibm.websphere.cache.EntryInfo.SHARED_PULL
Share type PULL should not be used in new code development. Use share type PUSH_PULL instead. Share type PULL, if used in existing code, will function like share type PUSH_PULL.
com.ibm.websphere.management.NotificationConstants.TYPE_AGENT_DISCOVERED
Replaced by TYPE_DISCOVERY_AGENT_FOUND
com.ibm.websphere.pmi.PmiConstants.NOT_IN_SUBMODULE
No replacement
com.ibm.websphere.pmi.PmiConstants.LEVEL_ENABLE
No replacement
com.ibm.websphere.pmi.PmiConstants.LEVEL_MAX
No replacement
com.ibm.websphere.pmi.PmiConstants.LEVEL_HIGH
No replacement
com.ibm.websphere.pmi.PmiConstants.LEVEL_MEDIUM
No replacement
com.ibm.websphere.pmi.PmiConstants.LEVEL_LOW
No replacement
com.ibm.websphere.pmi.PmiConstants.LEVEL_NONE
No replacement
com.ibm.websphere.pmi.PmiConstants.LEVEL_UNDEFINED
No replacement
com.ibm.websphere.pmi.PmiConstants.UNINITIALIZED
No replacement
com.ibm.websphere.pmi.PmiConstants.INITIALIZING
No replacement
com.ibm.websphere.pmi.PmiConstants.INITIALIZATION_FAILED
No replacement
com.ibm.websphere.pmi.PmiConstants.RUNNING
No replacement
com.ibm.websphere.pmi.PmiConstants.TERMINATING
No replacement
com.ibm.websphere.pmi.PmiConstants.STOPPED
No replacement
com.ibm.websphere.pmi.PmiConstants.LOST_CONTACT
No replacement
com.ibm.websphere.pmi.PmiConstants.AE_40
No replacement
com.ibm.websphere.pmi.PmiConstants.AES_40
No replacement
com.ibm.websphere.pmi.PmiConstants.AE_35
No replacement
com.ibm.websphere.pmi.PmiConstants.LEVEL_NONE_STRING
No replacement
com.ibm.websphere.pmi.PmiConstants.LEVEL_LOW_STRING
No replacement
com.ibm.websphere.pmi.PmiConstants.LEVEL_MEDIUM_STRING
No replacement
com.ibm.websphere.pmi.PmiConstants.LEVEL_HIGH_STRING
No replacement
com.ibm.websphere.pmi.PmiConstants.LEVEL_MAX_STRING
No replacement
com.ibm.websphere.pmi.PmiConstants.TYPE_INT
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_START
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_ENDLINE
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_ENDTAG
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_ENDCOLLECTION
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_ENDMODULE
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_ENDSERVER
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_ENDNODE
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_INT
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_LONG
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_DOUBLE
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_STAT
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_LOAD
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_COLLECTION
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_MODULE
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_SERVER
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_NODE
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_VIEW
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_QUOTE
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_ID
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_NAME
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_TIME
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_VALUE
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_COUNT
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_TOTAL
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_SUMOFSQUARES
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_LASTVALUE
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_INTEGRAL
No replacement
com.ibm.websphere.pmi.PmiConstants.XML_CREATETIME
No replacement
com.ibm.websphere.pmi.PmiConstants.DEFAULT_MODULE_PREFIX
No replacement
com.ibm.websphere.pmi.PmiConstants.ROOT_DESC
No replacement
com.ibm.websphere.pmi.PmiConstants.COLLECTION_DESC
No replacement
com.ibm.websphere.pmi.PmiConstants.PMI_DISABLE_STRING
No replacement
com.ibm.websphere.pmi.PmiConstants.LOAD_AVG
No replacement
com.ibm.websphere.pmi.PmiConstants.MSG_BUNDLE
No replacement
com.ibm.websphere.naming.PROPS.INITIAL_CONTEXT_FACTORY_LEGACY
In WebSphere version 4.0, this factory was replaced by #INITIAL_CONTEXT_FACTORY and will be removed some time in the future.


Deprecated Methods
com.ibm.websphere.appprofile.accessintent.AccessIntent.getPessimisticUpdateHintWeakestLockAtLoad()
com.ibm.websphere.appprofile.accessintent.AccessIntent.getPessimisticUpdateHintNoCollision()
com.ibm.websphere.appprofile.accessintent.AccessIntent.getPessimisticUpdateHintExclusive()
com.ibm.websphere.management.AdminClient.removeNotificationListenerExtended(javax.management.NotificationListener)
as of 5.0.1, you should use #removeNotificationListenerExtended(ObjectName,NotificationListener)
com.ibm.websphere.management.AdminService.removeNotificationListenerExtended(javax.management.NotificationListener)
as of 5.0.1, you should use #removeNotificationListenerExtended(ObjectName,NotificationListener)
com.ibm.websphere.management.application.AppManagement.moveModule(java.lang.String, java.util.Hashtable, java.lang.String, javax.management.ObjectName, java.lang.String)
Replaced by setModuleInfo Moves a module from server-server, server-cluster, cluster-server, cluster-cluster.
com.ibm.websphere.management.application.AppManagement.installStandaloneRAR(java.lang.String, java.util.Hashtable, java.lang.String)
Use ConfigService instead. Installs a standalone RAR file. This method creates a J2CResourceAdapter in the resources.xml file in the scope specified by the properties. The user has to manually extract the RAR file at the destination location.
com.ibm.websphere.management.application.AppManagementProxy.installStandaloneRAR(java.lang.String, java.util.Hashtable, java.lang.String)
com.ibm.websphere.management.application.AppManagementProxy.moveModule(java.lang.String, java.util.Hashtable, java.lang.String, javax.management.ObjectName, java.lang.String)
com.ibm.websphere.cache.Cache.getEntry(com.ibm.websphere.cache.EntryInfo)
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.getEntry(java.lang.String)
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.getValue(com.ibm.websphere.cache.EntryInfo, boolean)
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.getValue(java.lang.String, boolean)
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.getValue(java.lang.Object, boolean)
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.invalidateById(java.lang.String, boolean)
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.invalidateByTemplate(java.lang.String, boolean)
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.clear()
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.getAllIds()
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.getMaxNumberCacheEntries()
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.getNumberCacheEntries()
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.getDefaultPriority()
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.getAllDependencyIds()
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.getCacheIdsByDependency(java.lang.String)
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.cache.Cache.getCacheIdsByTemplate(java.lang.String)
Use DistributedMap to store and manage objects in cache.
com.ibm.websphere.rsadapter.DataStoreHelperMetaData.setDatabaseDefaultIsolationLevel(int)
use setDatabaseDefaultIsolationLevel(int, int)
com.ibm.websphere.servlet.cache.DynamicCacheAccessor.getCache()
You should use com.ibm.websphere.cache.DynamicCacheAccessor
com.ibm.websphere.servlet.cache.DynamicCacheAccessor.isCachingEnabled()
You should use com.ibm.websphere.cache.DynamicCacheAccessor
com.ibm.websphere.cache.DynamicCacheAccessor.getCache()
Use DistributedMap to store and manage objects in cache. DynamicCacheAccessor#getDistributedMap will return a DistributedMap for accessing base cache.
com.ibm.websphere.ejbpersistence.EJBToRAAdapter.createInteraction(javax.resource.cci.Connection)
(From WAS 6.0)
com.ibm.websphere.servlet.cache.IdGenerator.initialize(com.ibm.websphere.servlet.cache.CacheConfig)
This method is called once on servlet initialization, and should take configuration values from its CacheConfig argurment and store them locally. Additional config information from user applications or other sources may be read here as well.
com.ibm.websphere.servlet.cache.IdGenerator.getSharingPolicy(com.ibm.websphere.servlet.cache.ServletCacheRequest)
com.ibm.websphere.pmi.stat.MBeanLevelSpec.getStatDescriptor()
No replacement.
com.ibm.websphere.pmi.stat.MBeanLevelSpec.getLevel()
No replacement.
com.ibm.websphere.scheduler.MessageTaskInfo.setUsername(java.lang.String)
use the com.ibm.websphere.TaskInfo.setAuthenticationAlias(String alias) method.
com.ibm.websphere.scheduler.MessageTaskInfo.getUsername()
use the com.ibm.websphere.TaskInfo.getAuthenticationAlias() method.
com.ibm.websphere.scheduler.MessageTaskInfo.setPassword(java.lang.String)
use the com.ibm.websphere.TaskInfo.setAuthenticationAlias(String alias) method.
com.ibm.websphere.servlet.cache.MetaDataGenerator.initialize(com.ibm.websphere.servlet.cache.CacheConfig)
Initialize is called once on servlet initialization, and should take configuration values from its CacheConfig argurment and store them locally. Additional config information from user applications or other sources may be read here as well.
com.ibm.websphere.pmi.client.PmiClient.getNLSValue(java.lang.String)
Replaced by getNLSValue (key, moduleID)
com.ibm.websphere.pmi.PmiDataInfo.getParticipation()
No replacement
com.ibm.websphere.pmi.PmiJmxTest.doTest()
Use 6.0 APIs.
com.ibm.websphere.pmi.PmiJmxTest.setInstrumentationLevel(javax.management.ObjectName, com.ibm.websphere.pmi.stat.StatDescriptor, int)
Use 6.0 APIs.
com.ibm.websphere.pmi.PmiJmxTest.getStatsObject(javax.management.ObjectName, com.ibm.websphere.pmi.stat.StatDescriptor, boolean)
Use 6.0 APIs.
com.ibm.websphere.pmi.PmiJmxTest.getStatDescriptor(javax.management.ObjectName, java.lang.String)
Use 6.0 APIs.
com.ibm.websphere.pmi.PmiJmxTest.listStatMembers(javax.management.ObjectName)
Use 6.0 APIs.
com.ibm.websphere.pmi.PmiJmxTest.listStatMembers(com.ibm.websphere.pmi.stat.MBeanStatDescriptor)
Use 6.0 APIs.
com.ibm.websphere.pmi.PmiJmxTest.testEJB()
Use 6.0 APIs.
com.ibm.websphere.pmi.PmiJmxTest.testJSR77Stats()
Use 6.0 APIs.
com.ibm.websphere.pmi.PmiJmxTest.findConfig(javax.management.ObjectName)
Use com.ibm.websphere.pmi.client.PmiClient.findConfig()
com.ibm.websphere.pmi.PmiJmxTest.findConfig(java.lang.String)
Use com.ibm.websphere.pmi.client.PmiClient.findConfig()
com.ibm.websphere.appprofile.accessintent.ReadAheadHint.resetCursor()
com.ibm.websphere.appprofile.accessintent.ReadAheadHint.getNextItem()
com.ibm.websphere.rsadapter.Reassociateable.supportsImplicitReactivation()
this method is no longer used and will be removed in a future release.
com.ibm.websphere.scheduler.Scheduler.createBeanTaskInfo()
Use the createTaskInfo method.
com.ibm.websphere.scheduler.Scheduler.createMessageTaskInfo()
Use the createTaskInfo method.
com.ibm.websphere.runtime.ServerName.initialize(java.lang.String, java.lang.String, java.lang.String)
This method is for WebSphere runtime use only. Applications should not call this method.
com.ibm.websphere.runtime.ServerName.was390Initialize(byte[], java.lang.String, java.lang.String, int, int, java.lang.String)
This method is for WebSphere runtime use only. Applications should not call this method.
com.ibm.websphere.runtime.ServerName.was390Initialize(byte[], java.lang.String, java.lang.String, int, int, java.lang.String, java.lang.String)
This method is for WebSphere runtime use only. Applications should not call this method.
com.ibm.websphere.pmi.stat.StatDescriptor.getName()
No replacement
com.ibm.websphere.pmi.stat.StatDescriptor.getDataId()
No replacement
com.ibm.websphere.pmi.stat.StatDescriptor.getType()
No replacement
com.ibm.websphere.pmi.stat.StatDescriptor.isSame(com.ibm.websphere.pmi.stat.StatDescriptor)
No replacement
com.ibm.websphere.pmi.stat.StatsUtil.statsToTclAttrString(com.ibm.websphere.pmi.stat.Stats, com.ibm.ws.pmi.server.DataDescriptor, java.lang.String, java.lang.String)
No replacement.
com.ibm.websphere.pmi.stat.StatsUtil.statsToTclAttrString(java.lang.String, com.ibm.websphere.pmi.stat.Stats, com.ibm.ws.pmi.server.DataDescriptor, java.lang.String, java.lang.String)
No replacement.
com.ibm.websphere.pmi.stat.StatsUtil.statisticToTclAttrString(com.ibm.websphere.pmi.stat.Statistic, long, java.lang.String, com.ibm.ws.pmi.server.DataDescriptor, java.lang.String, java.lang.String)
No replacement.
com.ibm.websphere.pmi.stat.StatsUtil.statisticToTclAttrString(com.ibm.websphere.pmi.stat.Statistic, long, com.ibm.ws.pmi.server.DataDescriptor, java.lang.String, java.lang.String)
No replacement.
com.ibm.websphere.pmi.stat.StatsUtil.pmiDataInfoToTclAttrString(com.ibm.websphere.pmi.PmiDataInfo)
No replacement.
com.ibm.websphere.pmi.stat.StatsUtil.pmiDescriptorToTclAttrString(java.lang.String, com.ibm.ws.pmi.server.DataDescriptor, java.lang.String, java.lang.String)
No replacement.
com.ibm.websphere.pmi.stat.StatsUtil.pmiDescriptorToTclAttrString(com.ibm.ws.pmi.server.DataDescriptor, java.lang.String, java.lang.String)
No replacement.
com.ibm.websphere.pmi.stat.StatsUtil.pdTypeToString(int)
No replacement.
com.ibm.websphere.rsadapter.WSDataSource.getConnection(com.ibm.websphere.rsadapter.WSCciConnectionSpec)
This method is not supported. Obtains a Connection based on the information provided in the WSConnectionSpec object. This method is provided solely for the WebSphere CCI layer, or other implementors of the javax.resource.cci interfaces. The WebSphere CCI layer will always delegate to this method. This method should never be used directly by customer applications.
com.ibm.websphere.security.auth.WSPrincipal.getCredential()
Use com.ibm.websphere.security.auth.WSSubject.getRunAsSubject() or com.ibm.websphere.security.auth.WSSubject.getCallerSubject() methods.
com.ibm.websphere.rsadapter.WSRdbRecord.getBigDecimal(int, int)
use getBigDecimal(int parameterIndex) or getBigDecimal(String parameterName)
com.ibm.websphere.security.WSSecurityException.printStackTrace(java.io.PrintStream)

Formats and prints all the exceptions added to the ArrayList using the addException API. Te output will be printed to the PrintStream passed in.

com.ibm.websphere.security.WSSecurityException.printStackTrace(java.io.PrintWriter)

Formats and prints all the exceptions added to the ArrayList using the addException API. The output will be printed to the PrintWriter passed in.

com.ibm.websphere.pmi.stat.WSStats.listStatistics()
As of 6.0, replaced by #getStatistics()
com.ibm.websphere.pmi.stat.WSStats.listSubStats()
As of 6.0, replaced by #getSubStats()
com.ibm.websphere.pmi.stat.WSStats.listStatisticNames()
As of 6.0, replaced by #getStatisticNames()
com.ibm.websphere.pmi.stat.WSStats.getType()
No replacement
com.ibm.websphere.pmi.stat.WSStats.getLevel()
No replacement


Deprecated Constructors
com.ibm.websphere.ras.Manager.Managers()
com.ibm.websphere.pmi.stat.MBeanLevelSpec.MBeanLevelSpecs(javax.management.ObjectName, int)
As of 6.0, replaced by MBeanLevelSpec(ObjectName mName, int[] enable).
com.ibm.websphere.pmi.stat.MBeanLevelSpec.MBeanLevelSpecs(javax.management.ObjectName, com.ibm.websphere.pmi.stat.StatDescriptor, int)
As of 6.0, replaced by MBeanLevelSpec(ObjectName mName, int[] enable).
com.ibm.ras.RASEvent.RASEvents(long, java.lang.String, java.lang.String[])
Use #RASEvent(long, String, Object[]) RASEvent instead.
com.ibm.ras.RASMessageEvent.RASMessageEvents(long, java.lang.String, java.lang.String[], java.lang.String)
Use #RASMessageEvent(long, String, Object[], String) RASMessageEvent instead.
com.ibm.ras.RASMessageEvent.RASMessageEvents(long, java.lang.String, java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Throwable)
Use #RASMessageEvent(long, String, Object[], String, String, String, String, String, String, String, String, Throwable) RASMessageEvent instead.
com.ibm.ras.RASTraceEvent.RASTraceEvents(long, java.lang.String, java.lang.String[])
Use #RASTraceEvent(long, String, Object[]) RASTraceEvent instead.
com.ibm.ras.RASTraceEvent.RASTraceEvents(long, java.lang.String, java.lang.String[], java.lang.String, java.lang.String, com.ibm.ras.RASITraceLogger, java.lang.String, java.lang.String, java.lang.Throwable)
Use #RASTraceEvent(long, String, Object[], String, String, RASITraceLogger, String, String, Throwable) RASTraceEvent instead.
com.ibm.websphere.pmi.stat.StatDescriptor.StatDescriptors(java.lang.String[], int)
No replacement


IBM WebSphere Application ServerTM
Release 6