IBM WebSphere Application ServerTM
Release 6

Deprecated API

Deprecated Classes
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.websphere.als.HttpLogger
com.ibm.websphere.ems.transport.jms.JMSRequest
Deprecated since 6.0, EMS is replaced by using standard JMS apis
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.pmi.stat.StatelessSessionBeanStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSEJBStats
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.servlet.cache.DynamicCacheAccessor
You should use com.ibm.websphere.cache.DynamicCacheAccessor
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
com.ibm.ras.RASTraceEvent
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.stat.BoundaryStatisticImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSBoundaryStatistic
com.ibm.websphere.ant.tasks.ModuleValidator
com.ibm.websphere.ems.TransportException
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.pmi.stat.SessionBeanStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSEJBStats
com.ibm.ras.RASLogger
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.ems.TimeoutException
Deprecated since 6.0, EMS is replaced by using standard JMS apis
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.websphere.pmi.stat.JDBCConnectionStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJDBCConnectionPoolStats
com.ibm.websphere.pmi.stat.StatsUtil
No replacement. This class is for WebSphere internal use only.
com.ibm.websphere.rsadapter.CloudscapeNetworkServerDataStoreHelper
use com.ibm.websphere.rsadapter.DerbyNetworkServerDataStoreHelper
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.pmi.stat.StatefulSessionBeanStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSEJBStats
com.ibm.websphere.pmi.stat.CountStatisticImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSCountStatistic
com.ibm.websphere.management.exception.InvalidDocumentURIException
Should use com.ibm.websphere.management.exception.DocumentNotFoundException
com.ibm.ras.RASQueue
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.websphere.als.FileLogger
com.ibm.ras.RASStackTrace
As of WAS 6.0, recommend using java.util.logging
com.ibm.ras.RASQueueEmptyException
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.stat.EJBStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSEJBStats
com.ibm.websphere.ras.WsHandler
As of WAS 6.0, recommend using java.util.logging
com.ibm.ras.RASMaskChangeEvent
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.stat.MessageBeanStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSEJBStats
com.ibm.ras.RASCopyright
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.als.AnalysisLogger
com.ibm.websphere.pmi.stat.JCAConnectionStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJCAConnectionPoolStats
com.ibm.ras.RASMaskChangeGenerator
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.sib.mediation.handler.SIMessageContextException
as of WebSphere Application Server version 6.1, replaced by (@link MessageContextException)
com.ibm.websphere.ems.CMMRequest
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.pmi.stat.BoundedRangeStatisticImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSBoundedRangeStatistic
com.ibm.websphere.pmi.stat.JCAStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJCAConnectionPoolStats
com.ibm.websphere.ems.ConfigurationException
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.pmi.stat.JDBCConnectionPoolStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJDBCConnectionPoolStats
com.ibm.ras.RASObject
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.pmi.stat.StatisticImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSStatistic
com.ibm.ras.RASQueueFullException
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.ras.RASUtil
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.pmi.stat.JTAStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJTAStats
com.ibm.ras.RASMessageEvent
As of WAS 6.0, recommend using java.util.logging
com.ibm.ras.RASException
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.rsadapter.DataDirectDataStoreHelper
Please use the ConnectJDBCDataStoreHelper instead.
com.ibm.websphere.rsadapter.MSSQLDataStoreHelper
Please use the ConnectJDBCDataStoreHelper instead.
com.ibm.websphere.als.LogRecord
com.ibm.websphere.ems.CMMException
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ras.TraceElementState
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.ems.FormatException
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.security.auth.MapCredentialFailedException
com.ibm.websphere.security.auth.MapCredentialNotSupportedException
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.websphere.pmi.stat.DoubleStatisticImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSDoubleStatistic
com.ibm.websphere.pmi.stat.ServletStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSWebAppStats
com.ibm.ras.RASMessageLogger
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.rsadapter.SequeLinkDataStoreHelper
Please use the Connect JDBC driver instead.
com.ibm.websphere.pmi.stat.JDBCStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJDBCConnectionPoolStats
com.ibm.websphere.pmi.stat.RangeStatisticImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSRangeStatistic
com.ibm.websphere.pmi.stat.EntityBeanStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSEJBStats
com.ibm.websphere.pmi.stat.JVMStatsImpl
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSJVMStats
com.ibm.websphere.als.DatabaseLogger
com.ibm.websphere.management.exception.NestedAdminException
This exception is deprecated. It was previously used to keep store nested exceptions.
com.ibm.websphere.ras.WsJrasTraceLogger
As of WAS 6.0, recommend using java.util.logging
com.ibm.ras.RASEvent
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.ras.WsJrasMessageLogger
As of WAS 6.0, recommend using java.util.logging
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.ems.IllegalStateException
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.ras.RASIOException
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.servlet.session.UserTransactionWrapper
Store UserTransaction object directly into httpsession
com.ibm.bpe.api.SpecificFaultReplyException
com.ibm.websphere.rsadapter.CloudscapeDataStoreHelper
use com.ibm.websphere.rsadapter.DerbyDataStoreHelper
com.ibm.websphere.cem.ECSEmitter


Deprecated Interfaces
com.ibm.websphere.ems.CMMReplyCorrelator
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.management.statistics.JCAConnectionPoolStats
As of 6.0, replaced with javax.management.j2ee.statistics.JCAConnectionPoolStats
com.ibm.websphere.sib.mediation.messagecontext.SIMediationBeanMessageContext
No replacement. No implementation of this interface has ever been provided to Mediation Handlers.
com.ibm.websphere.management.statistics.EntityBeanStats
As of 6.0, replaced with javax.management.j2ee.statistics.EntityBeanStats
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.management.statistics.JDBCConnectionStats
As of 6.0, replaced with javax.management.j2ee.statistics.JDBCConnectionStats
com.ibm.websphere.management.statistics.JMSProducerStats
As of 6.0, replaced with javax.management.j2ee.statistics.JMSProducerStats
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.CountStatistic
As of 6.0, replaced with javax.management.j2ee.statistics.CountStatistic
com.ibm.websphere.management.statistics.BoundedRangeStatistic
As of 6.0, replaced with javax.management.j2ee.statistics.BoundedRangeStatistic
com.ibm.websphere.ems.CMMResponseCorrelator
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.ras.RASIQueue
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.als.Logger
com.ibm.websphere.management.statistics.StatefulSessionBeanStats
As of 6.0, replaced with javax.management.j2ee.statistics.StatefulSessionBeanStats
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.JTAStats
As of 6.0, replaced with javax.management.j2ee.statistics.JTAStats
com.ibm.websphere.management.statistics.JDBCStats
As of 6.0, replaced with javax.management.j2ee.statistics.JDBCStats
com.ibm.websphere.management.statistics.JMSConnectionStats
As of 6.0, replaced with javax.management.j2ee.statistics.JMSConnectionStats
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.RASIHandler
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.management.statistics.JMSEndpointStats
As of 6.0, replaced with javax.management.j2ee.statistics.JMSEndpointStats
com.ibm.websphere.management.statistics.TimeStatistic
As of 6.0, replaced with javax.management.j2ee.statistics.TimeStatistic
com.ibm.websphere.management.statistics.JVMStats
As of 6.0, replaced with javax.management.j2ee.statistics.JVMStats
com.ibm.ras.RASIEvent
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.management.statistics.URLStats
As of 6.0, replaced with javax.management.j2ee.statistics.URLStats
com.ibm.websphere.management.statistics.JMSConsumerStats
As of 6.0, replaced with javax.management.j2ee.statistics.JMSConsumerStats
com.ibm.websphere.management.statistics.BoundaryStatistic
As of 6.0, replaced with javax.management.j2ee.statistics.BoundaryStatistic
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.bpe.api.WorkListData
Use the StoredQueryData StoredQueryData object. The WorkList has been renamed to better express its meaning.

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.bpe.api.WorkListActions
com.ibm.websphere.pmi.stat.Statistic
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSStatistic
com.ibm.ras.RASIFormatter
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.ras.RASConstants
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.management.statistics.JDBCConnectionPoolStats
As of 6.0, replaced with javax.management.j2ee.statistics.JDBCConnectionPoolStats
com.ibm.ras.RASITraceEvent
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.websphere.sib.admin.SIBTransmitMessageRequest
Replaced by SIBMessageRequest
com.ibm.websphere.management.statistics.JCAStats
As of 6.0, replaced with javax.management.j2ee.statistics.JCAStats
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.ems.CMMCorrelator
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.management.statistics.Stats
As of 6.0, replaced with javax.management.j2ee.statistics.Stats
com.ibm.websphere.management.statistics.StatelessSessionBeanStats
As of 6.0, replaced with javax.management.j2ee.statistics.StatelessSessionBeanStats
com.ibm.bpe.api.WorkItemActions
com.ibm.websphere.management.statistics.RangeStatistic
As of 6.0, replaced with javax.management.j2ee.statistics.RangeStatistic
com.ibm.websphere.management.statistics.JMSStats
As of 6.0, replaced with javax.management.j2ee.statistics.JMSStats
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.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.RASIMessageLogger
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.management.statistics.JCAConnectionStats
As of 6.0, replaced with javax.management.j2ee.statistics.JCAConnectionStats
com.ibm.ras.RASIMaskChangeGenerator
As of WAS 6.0, recommend using java.util.logging
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.ServletStats
As of 6.0, replaced with javax.management.j2ee.statistics.ServletStats
com.ibm.websphere.management.statistics.Statistic
As of 6.0, replaced with javax.management.j2ee.statistics.Statistic
com.ibm.wsspi.pmi.factory.StatisticActionListener
As of 6.1, replaced with com.ibm.wsspi.pmi.factory.StatisticActions
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.ras.RASILogger
As of WAS 6.0, recommend using java.util.logging
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.RASITraceLogger
As of WAS 6.0, recommend using java.util.logging
com.ibm.ras.RASIObject
As of WAS 6.0, recommend using java.util.logging
com.ibm.websphere.management.statistics.JavaMailStats
As of 6.0, replaced with javax.management.j2ee.statistics.JavaMailStats
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.pmi.stat.Stats
As of 6.0, replaced with com.ibm.websphere.pmi.stat.WSStats
com.ibm.websphere.management.statistics.JMSSessionStats
As of 6.0, replaced with javax.management.j2ee.statistics.JMSSessionStats
com.ibm.websphere.management.statistics.EJBStats
As of 6.0, replaced with javax.management.j2ee.statistics.EJBStats
com.ibm.websphere.management.statistics.MessageBeanStats
As of 6.0, replaced with javax.management.j2ee.statistics.MessageDrivenBeanStats


Deprecated Fields
com.ibm.bpe.api.ActivityInstanceActions.SETCUSTOMATTRIBUTE
Use SETCUSTOMPROPERTY.
com.ibm.bpe.api.ActivityInstanceActions.GETCUSTOMATTRIBUTE
Use GETCUSTOMPROPERTY.
com.ibm.bpe.clientmodel.bean.ActivityInstanceBean.INPUTMESSAGETYPETYPESYSTEMNAME_PROPERTY
com.ibm.bpe.clientmodel.bean.ActivityInstanceBean.OUTPUTMESSAGETYPETYPESYSTEMNAME_PROPERTY
com.ibm.bpe.clientmodel.bean.ActivityServiceTemplateBean.INPUTMESSAGETYPETYPESYSTEMNAME_PROPERTY
com.ibm.websphere.rsadapter.DataStoreHelper.CLOUDSCAPE_HELPER
DataStoreHelper.DERBY_HELPER should be used instead.
com.ibm.websphere.rsadapter.DataStoreHelper.CLOUDSCAPE_NETWORK_SERVER_HELPER
DataStoreHelper.DERBY_NETWORK_SERVER_HELPER should be used instead.
com.ibm.websphere.rsadapter.DataStoreHelper.CUSTOM_HELPER
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.task.api.JspUsageEnum.INFO
com.ibm.task.api.JspUsageEnum.TEMPLATE
com.ibm.task.api.JspUsageEnum.INSTANCE
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.bpe.api.ProcessInstanceActions.GETCUSTOMATTRIBUTE
Use GETCUSTOMPROPERTY.
com.ibm.bpe.api.ProcessInstanceActions.SETCUSTOMATTRIBUTE
Use SETCUSTOMPROPERTY.
com.ibm.bpe.clientmodel.bean.ProcessInstanceBean.INPUTMESSAGETYPETYPESYSTEMNAME_PROPERTY
com.ibm.bpe.clientmodel.bean.ProcessInstanceBean.OUTPUTMESSAGETYPETYPESYSTEMNAME_PROPERTY
com.ibm.bpe.api.ProcessTemplateActions.GETCUSTOMATTRIBUTE
Use GETCUSTOMPROPERTY.
com.ibm.bpe.clientmodel.bean.ProcessTemplateBean.INPUTMESSAGETYPETYPESYSTEM_PROPERTY
com.ibm.bpe.clientmodel.bean.ProcessTemplateBean.OUTPUTMESSAGETYPETYPESYSTEM_PROPERTY
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.
com.ibm.task.api.Task.STATE_STOPPED
States that the activity is stopped because of a failure. A process administrator can repair the activity by either calling forceRetry or forceComplete.
com.ibm.task.api.Task.STATE_WAITING
States that a receive or pick activity is waiting for a corresponding event to occur.
com.ibm.task.api.Task.STATE_FAILING
States that the activity is failing. The activity is set to the Failed execution state when all contained running or terminating activities end.
com.ibm.task.api.Task.STATE_TERMINATING
States that the activity is terminating. The activity is set to the Terminated execution state when all contained running or terminating activities end.
com.ibm.task.api.Task.STATE_PROCESSING_UNDO
States that the activity is retried due to a transaction rollback and that the activity waits for the microflow that it invokes to complete its compensation actions for the first invoke.
com.ibm.task.api.Task.STATE_SKIPPED
States that the activity has been skipped because navigation followed a a different control path.
com.ibm.task.api.Task.KIND_WPC_STAFF_ACTIVITY
States that the task is processed by humans but controlled by the Business Flow Manager.
com.ibm.task.api.TaskActions.GETTASKINSTANCE
Use GETTASK.
com.ibm.task.api.TaskActions.CREATEMESSAGE
Use CREATEINPUTMESSAGE, CREATEOUTPUTMESSAGE, CREATEFAULTMESSAGE.
com.ibm.task.clientmodel.bean.WorkItemBean.CREATIONIME_PROPERTY
use #CREATIONTIME_PROPERTY
com.ibm.websphere.pmi.stat.WSDynamicCacheStats.SERVLET_CACHE_GROUP
As of 6.1, this group is no longer created.
com.ibm.websphere.pmi.stat.WSDynamicCacheStats.OBJECT_CACHE_GROUP
As of 6.1, this group is no longer created. Use OBJECT_GROUP.


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.bpe.clientmodel.bean.ActivityInstanceBean.getInputMessageTypeTypeSystemName()
com.ibm.bpe.clientmodel.bean.ActivityInstanceBean.getOutputMessageTypeTypeSystemName()
com.ibm.bpe.api.ActivityInstanceData.getInputMessageTypeTypeSystemName()
com.ibm.bpe.api.ActivityInstanceData.getOutputMessageTypeTypeSystemName()
com.ibm.bpe.api.ActivityInstanceData.getProcessAdministrators()
Use the HumanTaskManager.getUsersInRole(getProcessAdminTaskID(), WorkItem.REASON_ADMINISTRATOR) instead.
com.ibm.bpe.clientmodel.bean.ActivityServiceTemplateBean.getInputMessageTypeTypeSystemName()
com.ibm.bpe.api.ActivityServiceTemplateData.getInputMessageTypeTypeSystemName()
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.task.spi.APIEventHandler.postClaim(com.ibm.task.api.Task, java.lang.Object, com.ibm.task.api.TaskException)
since v6.0.2 - use postClaim(Task, Serializable, TaskException)
com.ibm.task.spi.APIEventHandler.preSetBinaryCustomProperty(com.ibm.task.api.Task, java.lang.String, java.lang.String, java.io.Serializable)
since v6.0.2 - use preSetBinaryCustomProperty(Task, BinaryCustomProperty)
com.ibm.task.spi.APIEventHandler.postSetBinaryCustomProperty(com.ibm.task.api.Task, java.lang.String, java.lang.String, java.io.Serializable, com.ibm.task.api.TaskException)
since v6.0.2 - use postSetBinaryCustomProperty(Task, BinaryCustomProperty)
com.ibm.task.spi.APIEventHandlerPlugin.postClaim(com.ibm.task.api.Task, java.lang.Object, com.ibm.task.api.TaskException)
since v6.0.2 - use postClaim(Task, Serializable, TaskException)
com.ibm.task.spi.APIEventHandlerPlugin.preSetBinaryCustomProperty(com.ibm.task.api.Task, java.lang.String, java.lang.String, java.io.Serializable)
since v6.0.2 - use preSetBinaryCustomProperty(Task, BinaryCustomProperty)
com.ibm.task.spi.APIEventHandlerPlugin.postSetBinaryCustomProperty(com.ibm.task.api.Task, java.lang.String, java.lang.String, java.io.Serializable, com.ibm.task.api.TaskException)
since v6.0.2 - use postSetBinaryCustomProperty(Task, BinaryCustomProperty)
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.bo.BOCopy.copyInto(commonj.sdo.DataObject, commonj.sdo.DataObject, java.lang.String)
Instead call copy on the source and then set the copy into the destination.
com.ibm.websphere.bo.BOCopy.copyIntoShallow(commonj.sdo.DataObject, commonj.sdo.DataObject, java.lang.String)
Instead call copy on the source and then set the copy into the destination.
com.ibm.websphere.bo.BOCopy.copyPropertyInto(commonj.sdo.DataObject, java.lang.String, commonj.sdo.DataObject, java.lang.String)
Instead get the property on the source and set on the destination.
com.ibm.websphere.bo.BOFactory.createByClass(java.lang.Class)
This method is going to be removed.
com.ibm.websphere.bo.BOType.getTypeByClass(java.lang.Class)
This method is going to be removed.
com.ibm.bpe.api.BusinessFlowManager.newWorkList(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.util.TimeZone)
WorkList has been renamed to StoredQuery. Use #createStoredQuery createStoredQuery(.
com.ibm.bpe.api.BusinessFlowManager.getWorkListNames()
WorkList has been renamed to StoredQuery. Use #getStoredQueryNames getStoredQueryNames(.

com.ibm.bpe.api.BusinessFlowManager.deleteWorkList(java.lang.String)
WorkList has been renamed to StoredQuery. Use #deleteStoredQuery deleteStoredQuery(.
com.ibm.bpe.api.BusinessFlowManager.getWorkList(java.lang.String)
WorkList has been renamed to StoredQuery. Use #getStoredQuery getStoredQuery(.
com.ibm.bpe.api.BusinessFlowManager.executeWorkList(java.lang.String)
WorkList has been renamed to StoredQuery. Use #query(String,Integer) query().
com.ibm.bpe.api.BusinessFlowManager.query(java.lang.String, java.lang.Integer)
Use BusinessFlowManagerService#query(String,Integer,List) query,
com.ibm.bpe.api.BusinessFlowManager.query(java.lang.String, java.lang.Integer, java.lang.Integer)
Use BusinessFlowManagerService#query(String,Integer,Integer,List) query,
com.ibm.bpe.api.BusinessFlowManager.getWorkListActions()

com.ibm.bpe.api.BusinessFlowManagerService.newWorkList(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.util.TimeZone)
WorkList has been renamed to StoredQuery. Use #createStoredQuery createStoredQuery(.
com.ibm.bpe.api.BusinessFlowManagerService.getWorkListNames()
WorkList has been renamed to StoredQuery. Use #getStoredQueryNames getStoredQueryNames(.

com.ibm.bpe.api.BusinessFlowManagerService.deleteWorkList(java.lang.String)
WorkList has been renamed to StoredQuery. Use #deleteStoredQuery deleteStoredQuery(.
com.ibm.bpe.api.BusinessFlowManagerService.getWorkList(java.lang.String)
WorkList has been renamed to StoredQuery. Use #getStoredQuery getStoredQuery(.
com.ibm.bpe.api.BusinessFlowManagerService.executeWorkList(java.lang.String)
WorkList has been renamed to StoredQuery. Use #query(String,Integer) query().
com.ibm.bpe.api.BusinessFlowManagerService.query(java.lang.String, java.lang.Integer)
Use BusinessFlowManagerService#query(String,Integer,List) query,
com.ibm.bpe.api.BusinessFlowManagerService.query(java.lang.String, java.lang.Integer, java.lang.Integer)
Use BusinessFlowManagerService#query(String,Integer,Integer,List) query,
com.ibm.bpe.api.BusinessFlowManagerService.getWorkListActions()

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.ems.CMMException.getLinkedException()
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.CMMException.equals(java.lang.Object)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.CMMException.hashCode()
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.CMMException.toString()
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.CMMRequest.getCorrelator()
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.management.cmdframework.CommandMgrInitializer.initializeClientMode(com.ibm.websphere.management.AdminClient)
Replaced by CommandMgr.getClientCommandMgr(AdminClient adminclient)
com.ibm.websphere.management.cmdframework.CommandMgrInitializer.initializeServerMode()
Replaced by CommandMgr.getCommandMgr()
com.ibm.websphere.management.cmdframework.CommandMgrInitializer.initializeLocalMode()
Replaced by CommandMgr.getCommandMgr()
com.ibm.bpe.api.CustomClientSettings.getWebClientSetting()
Use CustomClientSettings#getWebClientSetting(String) instead.
com.ibm.task.api.CustomClientSettings.getWebClientSetting()
Use CustomClientSettings#getWebClientSetting(String) instead.
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.wbiserver.manualrecovery.FailedEventManager.getFailedEventsForDestination(java.lang.String, java.lang.String, java.lang.String, int)
since 6.2 use queryFailedEvents(QueryFilters queryFilters, int offset, int maxRows) instead.
com.ibm.wbiserver.manualrecovery.FailedEventManager.getFailedEventsForTimePeriod(java.util.Date, java.util.Date, int)
since 6.2 use queryFailedEvents(QueryFilters queryFilters, int offset, int maxRows) instead.
com.ibm.wbiserver.manualrecovery.FailedEventManager.getFailedEventWithParameters(java.lang.String)
since 6.2 use getEventDetailForSCA(FailedEvent failedEvent) instead.
com.ibm.wbiserver.manualrecovery.FailedEventManager.discardFailedEvents(java.lang.String[])
since 6.2 Use discardFailedEvents(List failedEvents) instead.
com.ibm.wbiserver.manualrecovery.FailedEventManager.resubmitFailedEvents(java.lang.String[])
since 6.2 use resubmitFailedEvents(List failedEvents) instead
com.ibm.bpe.api.FaultReplyException.setFaultMessage(java.io.Serializable)
com.ibm.task.clientmodel.HTMConnection.retrieve(com.ibm.task.api.TKIID)
use #retrieve(OID)
com.ibm.task.api.HumanTaskManager.createMessage(java.lang.String, java.lang.String)
Use HumanTaskManagerService#createInputMessage createInputMessage, HumanTaskManagerService#createOutputMessage createOutputMessage, HumanTaskManagerService#createFaultMessage createFaultMessage.
com.ibm.task.api.HumanTaskManager.createMessage(com.ibm.task.api.TKIID, java.lang.String)
Use HumanTaskManagerService#createInputMessage createInputMessage, HumanTaskManagerService#createOutputMessage createOutputMessage, HumanTaskManagerService#createFaultMessage createFaultMessage.
com.ibm.task.api.HumanTaskManager.query(java.lang.String, java.lang.Integer)
Use HumanTaskManagerService#query(String,Integer,List) query(Sting storedQueryName, Integer skipTuples, List parameters),
com.ibm.task.api.HumanTaskManager.query(java.lang.String, java.lang.Integer, java.lang.Integer)
Use HumanTaskManagerService#query(String,Integer,Integer,List) query(Sting storedQueryName, Integer skipTuples, Integer threshold, List parameters),
com.ibm.task.api.HumanTaskManagerDelegate.createMessage(java.lang.String, java.lang.String)
Use HumanTaskManagerService#createInputMessage createInputMessage, HumanTaskManagerService#createOutputMessage createOutputMessage, HumanTaskManagerService#createFaultMessage createFaultMessage.
com.ibm.task.api.HumanTaskManagerDelegate.createMessage(com.ibm.task.api.TKIID, java.lang.String)
Use HumanTaskManagerService#createInputMessage createInputMessage, HumanTaskManagerService#createOutputMessage createOutputMessage, HumanTaskManagerService#createFaultMessage createFaultMessage.
com.ibm.task.api.HumanTaskManagerDelegate.query(java.lang.String, java.lang.Integer)
Use HumanTaskManagerService#query(String,Integer,List) query(Sting storedQueryName, Integer skipTuples, List parameters),
com.ibm.task.api.HumanTaskManagerDelegate.query(java.lang.String, java.lang.Integer, java.lang.Integer)
Use HumanTaskManagerService#query(String,Integer,Integer,List) query(Sting storedQueryName, Integer skipTuples, Integer threshold, List parameters),
com.ibm.task.api.HumanTaskManagerService.createMessage(java.lang.String, java.lang.String)
Use HumanTaskManagerService#createInputMessage createInputMessage, HumanTaskManagerService#createOutputMessage createOutputMessage, HumanTaskManagerService#createFaultMessage createFaultMessage.
com.ibm.task.api.HumanTaskManagerService.createMessage(com.ibm.task.api.TKIID, java.lang.String)
Use HumanTaskManagerService#createInputMessage createInputMessage, HumanTaskManagerService#createOutputMessage createOutputMessage, HumanTaskManagerService#createFaultMessage createFaultMessage.
com.ibm.task.api.HumanTaskManagerService.query(java.lang.String, java.lang.Integer)
Use HumanTaskManagerService#query(String,Integer,List) query(Sting storedQueryName, Integer skipTuples, List parameters),
com.ibm.task.api.HumanTaskManagerService.query(java.lang.String, java.lang.Integer, java.lang.Integer)
Use HumanTaskManagerService#query(String,Integer,Integer,List) query(Sting storedQueryName, Integer skipTuples, Integer threshold, List parameters),
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.ems.transport.jms.JMSRequest.getMessage()
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ant.tasks.JspC.setCompileWithAssert(java.lang.String)
setCompileWithAssert is replaced by #setJdkSourceLevel
com.ibm.task.api.JspLocation.getUriAsString()
Use method #getUri() instead.
com.ibm.bpe.api.JspLocation.getUriAsString()
Use method #getUri() instead.
com.ibm.bpe.api.LocalBusinessFlowManager.newWorkList(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.util.TimeZone)
WorkList has been renamed to StoredQuery. Use #createStoredQuery createStoredQuery(.
com.ibm.bpe.api.LocalBusinessFlowManager.getWorkListNames()
WorkList has been renamed to StoredQuery. Use #getStoredQueryNames getStoredQueryNames(.

com.ibm.bpe.api.LocalBusinessFlowManager.deleteWorkList(java.lang.String)
WorkList has been renamed to StoredQuery. Use #deleteStoredQuery deleteStoredQuery(.
com.ibm.bpe.api.LocalBusinessFlowManager.getWorkList(java.lang.String)
WorkList has been renamed to StoredQuery. Use #getStoredQuery getStoredQuery(.
com.ibm.bpe.api.LocalBusinessFlowManager.executeWorkList(java.lang.String)
WorkList has been renamed to StoredQuery. Use #query(String,Integer) query().
com.ibm.bpe.api.LocalBusinessFlowManager.query(java.lang.String, java.lang.Integer)
Use BusinessFlowManagerService#query(String,Integer,List) query,
com.ibm.bpe.api.LocalBusinessFlowManager.query(java.lang.String, java.lang.Integer, java.lang.Integer)
Use BusinessFlowManagerService#query(String,Integer,Integer,List) query,
com.ibm.bpe.api.LocalBusinessFlowManager.getWorkListActions()

com.ibm.task.api.LocalHumanTaskManager.createMessage(java.lang.String, java.lang.String)
Use HumanTaskManagerService#createInputMessage createInputMessage, HumanTaskManagerService#createOutputMessage createOutputMessage, HumanTaskManagerService#createFaultMessage createFaultMessage.
com.ibm.task.api.LocalHumanTaskManager.createMessage(com.ibm.task.api.TKIID, java.lang.String)
Use HumanTaskManagerService#createInputMessage createInputMessage, HumanTaskManagerService#createOutputMessage createOutputMessage, HumanTaskManagerService#createFaultMessage createFaultMessage.
com.ibm.task.api.LocalHumanTaskManager.query(java.lang.String, java.lang.Integer)
Use HumanTaskManagerService#query(String,Integer,List) query(Sting storedQueryName, Integer skipTuples, List parameters),
com.ibm.task.api.LocalHumanTaskManager.query(java.lang.String, java.lang.Integer, java.lang.Integer)
Use HumanTaskManagerService#query(String,Integer,Integer,List) query(Sting storedQueryName, Integer skipTuples, Integer threshold, List parameters),
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.bpe.clientmodel.bean.ProcessInstanceBean.getInputMessageTypeTypeSystemName()
com.ibm.bpe.clientmodel.bean.ProcessInstanceBean.getOutputMessageTypeTypeSystemName()
com.ibm.bpe.api.ProcessInstanceData.getInputMessageTypeTypeSystemName()
com.ibm.bpe.api.ProcessInstanceData.getOutputMessageTypeTypeSystemName()
com.ibm.bpe.api.ProcessInstanceData.getProcessAdministrators()
Use the HumanTaskManager.getUsersInRole(getAdminTaskID(), WorkItem.REASON_ADMINISTRATOR) instead.
com.ibm.bpe.clientmodel.bean.ProcessTemplateBean.getAutoDelete()
com.ibm.bpe.clientmodel.bean.ProcessTemplateBean.getInputMessageTypeTypeSystemName()
com.ibm.bpe.clientmodel.bean.ProcessTemplateBean.getOutputMessageTypeTypeSystemName()
com.ibm.bpe.api.ProcessTemplateData.getAutoDelete()
Use ProcessTemplateData#getAutoDeletionMode getAutoDeletionMode.
com.ibm.bpe.api.ProcessTemplateData.getInputMessageTypeTypeSystemName()
com.ibm.bpe.api.ProcessTemplateData.getOutputMessageTypeTypeSystemName()
com.ibm.bpe.api.ProcessTemplateData.getProcessAdministrators()
Use the HumanTaskManager.getUsersInRole(getAdminTaskTemplateID(), WorkItem.REASON_ADMINISTRATOR) instead.
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.wbiserver.rel.RelationshipService.maintainIdentityRelationship(java.lang.String, java.lang.String, commonj.sdo.DataObject, commonj.sdo.DataObject, commonj.sdo.DataObject, commonj.sdo.DataObject, java.lang.String)
since WPS6.1 use correlate to maintain relationships and correlateToList and correlateFromList to maintain containment relatoinships
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.sib.admin.SIBMQClientLinkConnectionStatus.getStatus()
Replaced by getState() method.
com.ibm.websphere.sib.admin.SIBMQLinkReceiverCurrentStatus.getStatus()
Replaced by getState() method.
com.ibm.websphere.sib.admin.SIBMQLinkReceiverCurrentStatus.getNpmSpeed()
Replaced by getLinkNpmSpeed()
com.ibm.websphere.sib.admin.SIBMQLinkSenderCurrentStatus.getStatus()
Replaced by getState() method.
com.ibm.websphere.sib.admin.SIBMQLinkSenderCurrentStatus.getNpmSpeed()
Replaced by getLinkNpmSpeed()
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.task.api.ApplicationVetoException.ApplicationVetoExceptions(java.lang.Object[])
This exception does not support message variables. Use #ApplicationVetoException()
com.ibm.task.api.ApplicationVetoException.ApplicationVetoExceptions(java.lang.Object[], java.lang.Throwable)
This exception does not support message variables. Use #ApplicationVetoException()
com.ibm.bpe.api.BpelException.BpelExceptions(java.lang.String, java.lang.Object[])
Use #BpelException(String, Object[], String) instead.
com.ibm.bpe.api.BpelException.BpelExceptions(java.lang.String, java.lang.Object[], java.lang.Throwable)
Use #BpelException(String, Object[], String, Throwable) instead.
com.ibm.bpc.clientcore.ClientException.ClientExceptions(java.lang.String, java.lang.Object[], java.lang.Throwable)
Use #ClientException(String, String, Object[], Throwable) instead.
com.ibm.websphere.ems.CMMException.CMMExceptions(java.lang.String)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.CMMException.CMMExceptions(java.lang.String, java.lang.Exception)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.CMMRequest.CMMRequests(com.ibm.websphere.ems.CMMReplyCorrelator)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.ConfigurationException.ConfigurationExceptions(java.lang.String)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.ConfigurationException.ConfigurationExceptions(java.lang.String, java.lang.Exception)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.bpe.api.EngineMissingReceiveException.EngineMissingReceiveExceptions(java.lang.String, java.lang.Object[])
Use #EngineMissingReceiveException(String, Object[], String) instead.
com.ibm.bpe.api.EngineMissingReceiveException.EngineMissingReceiveExceptions(java.lang.String, java.lang.Object[], java.lang.Throwable)
Use #EngineMissingReceiveException(String, Object[], String, Throwable) instead.
com.ibm.bpe.api.EngineMissingReplyException.EngineMissingReplyExceptions(java.lang.String, java.lang.Object[])
Use #EngineMissingReplyException(String, Object[], String) instead.
com.ibm.bpe.api.EngineMissingReplyException.EngineMissingReplyExceptions(java.lang.String, java.lang.Object[], java.lang.Throwable)
Use #EngineMissingReplyException(String, Object[], String, Throwable) instead.
com.ibm.bpe.api.FaultReplyException.FaultReplyExceptions(java.lang.Object[], java.lang.String, java.io.Serializable)
com.ibm.bpe.api.FaultReplyException2.FaultReplyException2s(java.lang.Object[], java.lang.String, java.lang.String, java.lang.String, java.io.Serializable)
com.ibm.websphere.ems.FormatException.FormatExceptions(java.lang.String)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.FormatException.FormatExceptions(java.lang.String, java.lang.Exception)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.IllegalStateException.IllegalStateExceptions(java.lang.String)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.IllegalStateException.IllegalStateExceptions(java.lang.String, java.lang.Exception)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.transport.jms.JMSRequest.JMSRequests(javax.jms.Message, com.ibm.websphere.ems.CMMReplyCorrelator)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
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.bpe.api.RuntimeFaultException.RuntimeFaultExceptions(java.lang.String, java.lang.Object[])
Use #RuntimeFaultException(String, Object[], String) instead.
com.ibm.bpe.api.RuntimeFaultException.RuntimeFaultExceptions(java.lang.String, java.lang.Object[], java.lang.Throwable)
Use #RuntimeFaultException(String, Object[], String, Throwable) instead.
com.ibm.bpe.api.SendReplyErrorException.SendReplyErrorExceptions(java.lang.String, java.lang.Object[])
Use #SendReplyErrorException(String, String, Object[]) instead.
com.ibm.bpe.api.SendReplyErrorException.SendReplyErrorExceptions(java.lang.String, java.lang.Object[], java.lang.Throwable)
Use #SendReplyErrorException(String, Object[], String, Throwable) instead.
com.ibm.websphere.pmi.stat.StatDescriptor.StatDescriptors(java.lang.String[], int)
No replacement
com.ibm.bpe.api.SystemFaultException.SystemFaultExceptions(java.lang.String, java.lang.Object[])
Use #SystemFaultException(String, Object[], String) instead.
com.ibm.bpe.api.SystemFaultException.SystemFaultExceptions(java.lang.String, java.lang.Object[], java.lang.Throwable)
Use #SystemFaultException(String, Object[], String, Throwable) instead.
com.ibm.task.api.SystemFaultException.SystemFaultExceptions(java.lang.String, java.lang.Object[])
Use #SystemFaultException(String, Object[], String) instead.
com.ibm.task.api.SystemFaultException.SystemFaultExceptions(java.lang.String, java.lang.Object[], java.lang.Throwable)
Use #SystemFaultException(String, Object[], String, Throwable) instead.
com.ibm.task.api.TaskError.TaskErrors(java.lang.String, java.lang.Object[])
Use #TaskError(String, Object[], String) instead.
com.ibm.task.api.TaskError.TaskErrors(java.lang.String, java.lang.Object[], java.lang.Throwable)
Use #TaskError(String, Object[], String, Throwable) instead.
com.ibm.task.api.TaskException.TaskExceptions(java.lang.String, java.lang.Object[])
Use #TaskException(String, Object[], String) instead.
com.ibm.task.api.TaskException.TaskExceptions(java.lang.String, java.lang.Object[], java.lang.Throwable)
Use #TaskException(String, Object[], String, Throwable) instead.
com.ibm.websphere.ems.TimeoutException.TimeoutExceptions(java.lang.String)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.TimeoutException.TimeoutExceptions(java.lang.String, java.lang.Exception)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.TransportException.TransportExceptions(java.lang.String)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.websphere.ems.TransportException.TransportExceptions(java.lang.String, java.lang.Exception)
Deprecated since 6.0, EMS is replaced by using standard JMS apis
com.ibm.bpe.api.UnhandledFaultException.UnhandledFaultExceptions(java.lang.String, java.lang.Object[])
Use #UnhandledFaultException(String, Object[], String) instead.
com.ibm.bpe.api.UnhandledFaultException.UnhandledFaultExceptions(java.lang.String, java.lang.Object[], java.lang.Throwable)
Use #UnhandledFaultException(String, Object[], String, Throwable) instead.


IBM WebSphere Application ServerTM
Release 6