WebLogic Integration


Deprecated API

Deprecated Classes
com.bea.schema.type.DerivedCDATA
          3/16/2001 superceded by normalizedString 
com.bea.schema.type.DerivedCentury
          3/16/2001 
com.bea.schema.type.DerivedDate
          3/16/2001 
com.bea.schema.type.DerivedMonth
          3/16/2001 
com.bea.schema.type.DerivedNOTATION
          3/16/2001 superceded by PrimitiveNOTATION 
com.bea.schema.type.DerivedRecurringDate
          3/16/2001 
com.bea.schema.type.DerivedRecurringDay
          3/16/2001 
com.bea.schema.type.DerivedTime
          3/16/2001 
com.bea.schema.type.DerivedTimeInstant
          3/16/2001 
com.bea.schema.type.DerivedTimePeriod
          3/16/2001 
com.bea.schema.type.DerivedYear
          3/16/2001 
com.bea.b2b.enabler.Enabler
          Replaced by XOCPApplication 
com.bea.schema.facet.FacetDuration
          3/16/2001 
com.bea.schema.facet.FacetEncoding
          3/16/2001 
com.bea.schema.facet.FacetPeriod
          3/16/2001 
com.bea.schema.facet.FacetPrecision
          3/16/2001 superceded by totalDigits 
com.bea.schema.facet.FacetScale
          3/16/2001 superceded by fractionDigits 
com.bea.wlcfilesync.LwcDOMParser
          LwcDOMParser will take Light Weight Client XML config file and build a list of config information for each Light Weight Client. 
com.bea.wlcfilesync.LwcFileSyncClient
          LwcFileSyncClient LwcFileSyncClient is the driver program to start file sharing that is sync operation. 
com.bea.lwclient.LwcMailbox
          The LwcMailboxDirectory manages the creation and removal of mailboxes and message management 
com.bea.wlcfilesync.LwcXmlFileFilter
          LwcXmlFileFilter implements the FileNameFilter to filter files with only specified file extension. 
com.bea.schema.type.PrimitiveBinary
          3/16/2001 superceded by hexBinary and base64Binary 
com.bea.schema.type.PrimitiveENTITY
          3/16/2001 superceded by DerivedENTITY 
com.bea.schema.type.PrimitiveID
          3/16/2001 superceded by DerivedID 
com.bea.schema.type.PrimitiveIDREF
          3/16/2001 superceded by DerivedIDREF 
com.bea.schema.type.PrimitiveNumber
          5/2/2001 
com.bea.schema.type.PrimitiveRecurringDuration
          3/16/2001 
com.bea.schema.type.PrimitiveTimeDuration
          3/16/2001 
com.bea.schema.type.PrimitiveUriReference
          3/16/2001 superceded by anyURI 
com.bea.lwclient.Startup
          The startup class from Weblogic Server. 
com.bea.wlcfilesync.Stats
          Stats This class holds the statistics of the Thread Pool from which it was returned. 
com.bea.wlcfilesync.ThreadPoolImpl
          ThreadPoolImpl Thread Pool implementation class. 
com.bea.b2b.protocol.xocp.application.XOCPApplication
          The XOCPApplication class represents a XOCP-Application node. 
com.bea.b2b.protocol.xocp.messaging.XOCPMessage
          The XOCPMessage class represents an XOCP business message. It holds XOCP-related contexts, including types of system messages. 
com.bea.b2b.protocol.xocp.messaging.XOCPMessageToken
          The XOCPMessageToken class represents a message token that is returned to the application upon sending an XOCP business message. The application can query this message token to check the delivery status for the associated business message.

For deferred synchronous delivery, the application can wait on the message token. For synchronous delivery, the application cannot wait on the message token. 

 

Deprecated Interfaces
com.bea.b2b.protocol.xocp.conversation.local.Conversation
          The Conversation interface represents a conversation in a c-space. 
com.bea.b2b.protocol.xocp.conversation.local.ConversationHandler
          The ConversationHandler interface represents a handler for receiving messages in a conversation. C-enabler applications should implement this interface. 
com.bea.b2b.enabler.EnablerSession
          Replaced by XOCPApplicationSession 
com.bea.lwclient.LwcMailboxDirectory
          The LwcMailboxDirectory manages message management in a mailbox 
com.bea.b2b.protocol.PlugIn
          The PlugIn interface represents a generic logic plug-in. Logic plug-ins are individual components or modules that perform specialized processing of business messages as they pass through the c-hub. At run time, logic plug-ins can intercept, process, and output business messages. 
com.bea.wlpi.server.plugin.PluginStart
          Plugins should implement PluginStart2 instead. 
com.bea.wlcfilesync.ThreadPool
          ThreadPool The interface to be implemented by the thread pool. 
com.bea.b2b.protocol.xocp.application.XOCPApplicationSession
          The XOCPApplicationSession interface represents an XOCP application session. 
com.bea.b2b.enabler.xocp.XOCPEnablerSession
          The XOCPEnablerSession interface represents a c-enabler session that uses the XML Open Collaboration Protocol (XOCP). 
com.bea.b2b.protocol.xocp.messaging.XOCPMessageErrorListener
          The XOCPMessageErrorListener interface represents a listener for handling errors when an error is encountered before the onMessage() is called and after the message is received. Applications can implement this interface. 
com.bea.b2b.protocol.xocp.messaging.XOCPMessageListener
          The XOCPMessageListener interface represents a listener for receiving messages. XOCP applications should implement this interface. 
 

Deprecated Exceptions
com.bea.b2b.protocol.xocp.conversation.local.Conversation.ConversationException
          The ConversationException class represents a generic conversation exception. 
com.bea.b2b.protocol.xocp.conversation.local.Conversation.InvalidMessageException
          An InvalidMessageException is thrown if a published or received document is not valid for the conversation. 
com.bea.b2b.protocol.xocp.conversation.local.Conversation.JoinException
          A JoinException is thrown if an error occurred when joining a conversation. 
com.bea.b2b.protocol.xocp.conversation.local.Conversation.LeaveException
          A LeaveException is thrown if an error occurred when leaving a conversation. 
com.bea.b2b.protocol.xocp.conversation.local.Conversation.PublishException
          A PublishException is thrown if an error occurred when publishing a document in a conversation. 
com.bea.b2b.protocol.xocp.conversation.local.Conversation.TerminateException
          A TerminateException is thrown if an error occurred when terminating a conversation. 
com.bea.b2b.protocol.xocp.conversation.local.Conversation.ValidationException
          A ValidationException is thrown if an error occurred when validating a published or received document. 
com.bea.lwclient.LwcMailboxException
          A LwcMailboxException is thrown if a mailbox operation fails. 
com.bea.b2b.protocol.PlugInException
          A PlugInException is thrown if a problem occurs while setting up or processing a logic plug-in. 
com.bea.b2b.enabler.xocp.XOCPEnablerSession.CreateException
          A CreateException is thrown if conversation creation fails. 
com.bea.b2b.enabler.xocp.XOCPEnablerSession.RegisterException
          A RegisterException is thrown if an error occurred during registration. 
 

Deprecated Fields
com.bea.schema.type.SOMType.BINARY
          3/16/2001 
com.bea.schema.type.SOMType.CDATA
          3/16/2001 
com.bea.schema.type.SOMType.CENTURY
          3/16/2001 
com.bea.schema.SOMAttribute.DEFAULT
          replaced by default attribute 
com.bea.schema.facet.SOMFacet.duration
          3/16/2001 
com.bea.schema.facet.SOMFacet.encoding
          3/16/2001 
com.bea.schema.SOMAttribute.FIXED
          replaced by fixed attribute 
com.bea.schema.type.SOMType.MONTH
          3/16/2001 
com.bea.schema.type.SOMType.NUMBER
          5/2/2001 
com.bea.schema.facet.SOMFacet.period
          3/16/2001 
com.bea.schema.facet.SOMFacet.precision
          3/16/2001 
com.bea.schema.type.SOMType.RECURRINGDATE
          3/16/2001 
com.bea.schema.type.SOMType.RECURRINGDAY
          3/16/2001 
com.bea.schema.type.SOMType.RECURRINGDURATION
          3/16/2001 
com.bea.schema.facet.SOMFacet.scale
          3/16/2001 
com.bea.schema.type.SOMType.TIMEINSTANT
          3/16/2001 
com.bea.schema.type.SOMType.TIMEPERIOD
          3/16/2001 
com.bea.schema.type.SOMType.URIREFERENCE
          3/16/2001 
com.bea.schema.type.SOMType.YEAR
          3/16/2001 
 

Deprecated Methods
com.bea.adapter.web.AbstractDesignTimeRequestHandler.addSchemaToRepository(String, SOMSchema)
          This method should not be used going forward as it does not take into account updating existing schemas or adding both request and response schemas to the repository in one logical unit of work. The preferred approach is to use the addServiceSchemasToRepository or addEventSchemaToRepository methods directly. 
com.bea.wlxt.bintype.Bintype.applyPadAndTrim(String, MFLField, boolean, boolean)
          Method is deprecated, new method applyPadAndTrim takes a fifth parameter for truncate option 
com.bea.wlpi.server.admin.Admin.createTemplate(String, Collection)
          Use the new Admin.createTemplate(String,String,Collection) or Admin.createTemplate(String,String,Collection,Object) 
com.bea.wlpi.server.principal.WLPIPrincipal.createWlpiUser(String, String)
          WLPI 1.2.1 release 
com.bea.b2b.protocol.xocp.conversation.local.Conversation.getEnablerSession()
          Replaced by Conversation.getXOCPApplicationSession() 
com.bea.adapter.web.AbstractDesignTimeRequestHandler.getInteractionSpecForService(ApplicationView, String)
          - this method should not be used because binding the InteractionSpec into JNDI can lead to class loading issues. Instead, you should get the IServiceDescriptor from the IApplicationViewDescriptor to get properties for a service. 
com.bea.wlai.client.EventContext.getJMSQueue()
          This method is no longer used due to internal refactoring. 
com.bea.wlai.client.EventContext.getJMSTopic()
          This method is no longer used due to internal refactoring. 
com.bea.wlai.common.DocumentDescriptor.getQualifiedName()
          7/26/2001 
com.bea.wlpi.common.EventKeyInfo.getRoot()
          Use EventKeyInfo.getEventDescriptor() instead. 
com.bea.wlai.common.IConnectionFactoryDescriptor.getTargetFractionOfMaxPoolSize()
          Not supported by WLS JCA engine 
com.bea.wlai.common.ConnectionFactoryDescriptor.getTargetFractionOfMaxPoolSize()
          Not supported by WLS JCA engine 
com.bea.schema.SOMAttribute.getValue()
          "fixed" and "default" attributes replaced "value" 
com.bea.wlai.client.ApplicationViewRemote.invokeServiceAsync(QualifiedName, String, String, IDocument, ConnectionSpec)
          This method should not be used because it assumes the response queue JNDI name is com.bea.wlai.ASYNC_RESPONSE_QUEUE, which is a distributed queue in a WebLogic cluster, thus leaving room for the possibility that the client will get associated with a different physical queue than the server puts the response on. 
com.bea.wlpi.server.worklist.Worklist.invokeWorkflowErrorHandler(String, String, String, String)
          Use Worklist.invokeWorkflowExceptionHandler(java.lang.String, java.lang.String, java.lang.String, java.lang.String) instead. 
com.bea.wlai.common.IApplicationViewDescriptor.isAsyncEnabled()
          Async access is always enabled 
com.bea.wlai.common.ApplicationViewDescriptor.isAsyncEnabled()
          Async access is always enabled 
com.bea.wlpi.server.plugin.EventContext.postStartWatch(String, String, String, String, String)
          Plugin start nodes should call EventContext.postStartWatch(String, String, String, String) instead. 
com.bea.wlpi.client.common.ExceptionHandler.reportException(Exception)
          Use the two-args overload to pass a parent component. This ensures that the message box is displayed correctly and avoids lost-focus problems. 
com.bea.wlai.common.IApplicationViewDescriptor.setAsyncEnabled(boolean)
          Async access is always enabled 
com.bea.wlai.common.ApplicationViewDescriptor.setAsyncEnabled(boolean)
          Async access is always enabled 
com.bea.wlpi.client.common.AttachmentsLayout.setBorder(int, int)
          Set the border on the parent container instead. 
com.bea.wlpi.server.catalog.EJBCatalog.setCatalogRoot(String)
          This method is no longer supported. 
com.bea.schema.SOMRestriction.setDuration(String)
            
com.bea.schema.SOMRestriction.setEncoding(String)
            
com.bea.wlai.client.EventContext.setJMSQueue(Queue)
          This method is no longer used due to internal refactoring. 
com.bea.wlai.client.EventContext.setJMSTopic(Topic)
          This method is no longer used due to internal refactoring. 
com.bea.schema.SOMRestriction.setPeriod(String)
            
com.bea.schema.SOMRestriction.setPrecision(String)
            
com.bea.logging.LogCategory.setPriority(int)
          This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead 
com.bea.logging.ILogger.setPriority(int)
          This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead 
com.bea.logging.LogCategory.setPriority(LogPriority)
          This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead 
com.bea.logging.ILogger.setPriority(LogPriority)
          This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead 
com.bea.logging.LogCategory.setPriority(String)
          This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead 
com.bea.logging.ILogger.setPriority(String)
          This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead 
com.bea.wlpi.common.ClassInvocationDescriptor.setPublished()
          Call ClassInvocationDescriptor.publish() instead. 
com.bea.wlpi.common.EJBInvocationDescriptor.setPublished()
          Call EJBInvocationDescriptor.publish() instead. 
com.bea.wlpi.common.PackageEntry.setPublished(boolean)
          Call Publishable.publish() instead. 
com.bea.schema.SOMRestriction.setScale(String)
            
com.bea.wlai.common.IConnectionFactoryDescriptor.setTargetFractionOfMaxPoolSize(float)
          Not supported by WLS JCA engine 
com.bea.wlai.common.ConnectionFactoryDescriptor.setTargetFractionOfMaxPoolSize(float)
          Not supported by WLS JCA engine 
com.bea.wlpi.server.admin.Admin.setTemplateNameOrgs(String, String, Collection)
          Use Admin.setTemplateOrgs(java.lang.String, java.util.Collection) and Admin.updateTemplate(com.bea.wlpi.common.TemplateInfo). 
com.bea.schema.SOMAttribute.setValue(String)
          "fixed" and "default" attributes replaced "value" 
com.bea.document.XMLUtils.translateXMLString(String)
          superceded by encodeXML(). 
com.bea.adapter.web.AbstractDesignTimeRequestHandler.updateSchemaInRepository(String, SOMSchema)
          This method should not be used going forward. The preferred approach is to use the addServiceSchemasToRepository or addEventSchemaToRepository methods directly. 
 

Deprecated Constructors
com.bea.wlpi.common.plugin.ActionInfo(String, int, String, String, Icon, int, int, int, String[], String[])
          To avoid using java.awt library. 
com.bea.wlpi.common.plugin.ActionInfo(String, int, String, String, Icon, int, int, String[])
          To avoid using java.awt library. 
com.bea.wlai.common.ConnectionFactoryDescriptor(String, String, String, String, int, int, float, boolean)
          targetFractionOfMaxPoolSize is no longer supported 
com.bea.wlpi.common.plugin.DoneInfo(String, int, String, String, Icon, String[])
          To avoid using java.awt library. 
com.bea.wlpi.common.plugin.EventInfo(String, int, String, String, Icon, String[], FieldInfo)
          To avoid using java.awt library. 
com.bea.wlpi.common.EventKeyInfo(String, String)
          Use the full constructor instead. 
com.bea.wlpi.common.PackageEntry(Publishable, Map, boolean)
          Use PackageEntry.PackageEntry(Publishable,Map) instead. 
com.bea.wlpi.common.plugin.StartInfo(String, int, String, String, Icon, String[], FieldInfo)
          To avoid using java.awt library. 
com.bea.wlpi.common.plugin.TemplateNodeInfo(String, int, String, String, Icon, String[])
          To avoid using java.awt library. 
 


WebLogic Integration

WebLogic Integration (WLI)