BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Deprecated API

Deprecated Classes
weblogic.html.AppletElement
          Use the ObjectElement instead 
weblogic.html.BaseFontElement
          Use StyleElement 
weblogic.html.CenteredElement
          Use DivElement.setCentered() 
weblogic.html.Cookie
          Use javax.servlet.http.Cookie 
weblogic.html.DirList
          Use UnorderedList instead 
weblogic.html.FontElement
          Use StyleElement 
weblogic.html.FormServlet
          See HttpServletRequest.getParameter() 
weblogic.html.IsIndexElement
          Use a standard InputElement instead 
weblogic.html.MenuList
          Use UnorderedList instead 
weblogic.html.StrikeElement
            
weblogic.jndi.T3InitialContextFactory
          Use TengahInitialContextFactory instead 
weblogic.com.Tengah
          This class has been superceded by weblogic.com.Server and will be removed in a future release. 
weblogic.com.TengahEvent
          This class has been superceded by weblogic.com.ServerEvent and will be removed in a future release. 
weblogic.html.UnderlineElement
            
 

Deprecated Interfaces
weblogic.common.LogServicesDef
          Use weblogic.logging.LogOutputStream instead. 
weblogic.remote.common.RemoteServicesDef
          Use RMI instead. 
weblogic.beans.common.T3BeanServicesDef
          Use RMI instead. 
weblogic.remote.common.T3ServletDef
          Use RMI instead. 
weblogic.jndi.TengahContext
          Replaced by WLContext 
weblogic.com.TengahListener
          This interface has been superceded by weblogic.com.ServerListener and will be removed in a future release. 
weblogic.common.WLObjectInput
          Use java.io.ObjectInput instead 
weblogic.common.WLObjectOutput
          Use java.io.ObjectOutput instead. 
weblogic.common.WLSerializable
          Use java.io.Externalizable instead. 
weblogic.common.WorkspaceHookDef
          Use weblogic.workspace.common.WorkspaceDef and Monitors. 
 

Deprecated Exceptions
weblogic.remote.common.T3ServletException
          Use RMI instead. 
 

Deprecated Errors
weblogic.common.AssertionError
          This class was not intended for public use and will be removed in a future release. 
 

Deprecated Fields
weblogic.common.WorkspaceServicesDef.SCOPE_CLIENT
          Use weblogic.workspace.common.WorkspaceDef.SCOPE_CLIENT 
weblogic.common.WorkspaceServicesDef.SCOPE_CLUSTER
          Use weblogic.workspace.common.WorkspaceDef.SCOPE_CLUSTER 
weblogic.common.WorkspaceServicesDef.SCOPE_GROUP
          Use weblogic.workspace.common.WorkspaceDef.SCOPE_GROUP 
weblogic.common.WorkspaceServicesDef.SCOPE_NAMED
            
weblogic.common.WorkspaceServicesDef.SCOPE_SERVER
          Use weblogic.workspace.common.WorkspaceDef.SCOPE_SERVER 
weblogic.common.WorkspaceServicesDef.SCOPE_SYSTEM
          Use weblogic.workspace.common.WorkspaceDef.SCOPE_SERVER 
 

Deprecated Methods
weblogic.html.HtmlPage.addScript(String)
          Use HtmlPage.getHead().addElement() 
weblogic.com.EventProxy.addTengahListener(TengahListener)
          addTengahListener has been superceded by addServerListener 
weblogic.common.T3ServicesDef.beans()
          Use RMI instead. 
weblogic.common.T3Connection.connect()
          Use the JNDI model 
weblogic.common.WorkspaceServicesDef.create(String)
          Use getWorkspace() 
weblogic.common.WorkspaceServicesDef.create(String, int)
          Use weblogic.workspace.common.WorkspaceDef.getWorkspace() 
weblogic.common.WorkspaceServicesDef.create(String, String)
          Use weblogic.workspace.common.WorkspaceDef.getWorkspace() 
weblogic.common.LogServicesDef.debug(String)
          Use weblogic.logging.LogOutputStream instead. 
weblogic.remote.common.T3ServletDef.declareParams(ParamSet)
          Use RMI instead. 
weblogic.common.WorkspaceServicesDef.destroy(String)
          Use weblogic.workspace.common.WorkspaceDef.destroy() 
weblogic.common.T3Connection.disconnect()
          Use the JNDI model 
weblogic.common.LogServicesDef.error(String)
          Use weblogic.logging.LogOutputStream instead. 
weblogic.common.LogServicesDef.error(String, String)
          Throwables be left in their raw form rather than stringified so that loggers can manipulate them. Use error(String, Throwable) instead. 
weblogic.common.LogServicesDef.error(String, Throwable)
          Use weblogic.logging.LogOutputStream instead. 
weblogic.common.LogServicesDef.error(Throwable)
          Throwables should be accompanied by a text explanation. Use error(String, Throwable) instead. 
weblogic.remote.common.T3ServletDef.execute(ParamSet)
          Use RMI instead. 
weblogic.common.WorkspaceServicesDef.fetch(String)
          Use weblogic.workspace.common.WorkspaceDef.fetch() 
weblogic.common.WorkspaceServicesDef.fetch(String, int)
          Use weblogic.workspace.common.WorkspaceDef.fetch() 
weblogic.common.WorkspaceServicesDef.fetch(String, String)
          Use weblogic.workspace.common.WorkspaceDef.fetch() 
weblogic.beans.common.T3BeanServicesDef.findClients(String)
          Use RMI instead. 
weblogic.beans.common.T3BeanServicesDef.findImplementation(String)
          Use RMI instead. 
weblogic.security.acl.DefaultUserInfoImpl.getCertificates()
          this method is not secure, and must not be trusted 
weblogic.event.common.EventServicesDef.getEventRegistration(String, Evaluate, Action, boolean, boolean, boolean, int)
          ownThread parameter no longer supported 
weblogic.common.T3Connection.getHost()
          Use the JNDI model and its accessors for information about the connection 
weblogic.common.WorkspaceServicesDef.getID()
          Use weblogic.workspace.common.WorkspaceDef.getID() 
weblogic.common.WorkspaceServicesDef.getName()
          Use weblogic.workspace.common.WorkspaceDef.getName() 
weblogic.common.T3Connection.getPath()
          Use the JNDI model and its accessors for information about the connection 
weblogic.common.T3Connection.getPort()
          Use the JNDI model and its accessors for information about the connection 
weblogic.common.T3Connection.getProtocol()
          Use the JNDI model and its accessors for information about the connection 
weblogic.common.T3Connection.getQueryParam(String)
          Use the JNDI model and its accessors for information about the connection 
weblogic.common.T3Connection.getQueryParams()
          Use the JNDI model and its accessors for information about the connection 
weblogic.jndi.Environment.getSSLClientCertificate()
          This method will be removed in the next major release. 
weblogic.remote.common.RemoteServicesDef.getT3Servlet(String)
          Use RMI instead. 
weblogic.common.T3Connection.getURL()
          Use the JNDI model and its accessors for information about the connection 
weblogic.common.T3Connection.getUser()
          Use the JNDI model and its accessors for information about the connection 
weblogic.security.acl.AbstractListableRealm.getUser(UserInfo)
            
weblogic.common.T3Client.getWorkspaceID()
          Use t3.services.workspace().getID(); 
weblogic.common.T3Client.getWorkspaceName()
          Use t3.services.workspace().getName(); 
weblogic.html.WebPage.includeHeader(boolean)
            
weblogic.common.LogServicesDef.info(String)
          Use weblogic.logging.LogOutputStream instead. 
weblogic.common.LogServicesDef.info(String, Throwable)
          Use weblogic.logging.LogOutputStream instead. 
weblogic.common.T3Connection.isConnected()
          Use the JNDI model 
weblogic.common.WorkspaceServicesDef.keys()
          Use weblogic.workspace.common.WorkspaceDef.remove() 
weblogic.common.WorkspaceServicesDef.keys(int)
          Use weblogic.workspace.common.WorkspaceDef.keys() 
weblogic.common.WorkspaceServicesDef.keys(String)
          Use weblogic.workspace.common.WorkspaceDef.keys() 
weblogic.common.T3ServicesDef.log()
          Use weblogic.logging.LogOutputStream instead. 
weblogic.common.LogServicesDef.log(String)
          Use a more specific method such as info, error, or warning 
weblogic.common.LogServicesDef.log(String, Throwable)
          Use a more specific method such as info, error, or warning 
weblogic.beans.common.T3BeanServicesDef.migrateImplementation(String, Address)
          Use RMI instead. 
weblogic.common.WorkspaceHookDef.post_fetch(Workspace, String, Object)
            
weblogic.common.WorkspaceHookDef.post_remove(Workspace, String, Object)
            
weblogic.common.WorkspaceHookDef.pre_remove(Workspace, String)
            
weblogic.common.WorkspaceHookDef.pre_store(Workspace, String, Object)
            
weblogic.common.T3ServicesDef.remote()
          Use RMI instead. 
weblogic.common.WorkspaceServicesDef.remove(String)
          Use weblogic.workspace.common.WorkspaceDef.fetch() 
weblogic.common.WorkspaceServicesDef.remove(String, int)
          Use weblogic.workspace.common.WorkspaceDef.remove() 
weblogic.common.WorkspaceServicesDef.remove(String, String)
          Use weblogic.workspace.common.WorkspaceDef.remove() 
weblogic.common.LogServicesDef.security(String)
          Only the security service should log security messages. 
weblogic.html.HtmlPage.setALinkColor(String)
          Use HtmlPage.getBodyElement().setAttribute() 
weblogic.html.HtmlPage.setBackground(String)
          Use HtmlPage.getBodyElement().setAttribute() 
weblogic.html.HtmlPage.setBackgroundColor(String)
          Use HtmlPage.getBodyElement().setAttribute() 
weblogic.html.HtmlPage.setDefaultBufferSize(int)
            
weblogic.html.ScriptElement.setLanguage(String)
          Use ElementWithAttributes.setLang() 
weblogic.html.HtmlPage.setLinkColor(String)
          Use HtmlPage.getBodyElement().setAttribute() 
weblogic.html.StyleElement.setNotation(String)
          use setType() 
weblogic.html.HtmlPage.setOnLoad(String)
          Use HtmlPage.getBodyElement().setAttribute() 
weblogic.html.HtmlPage.setOnUnload(String)
          Use HtmlPage.getBodyElement().setAttribute() 
weblogic.remote.common.T3ServletDef.setServices(T3ServicesDef)
          Use RMI instead. 
weblogic.html.HtmlPage.setTitle(String)
          Use HtmlPage.getHead().addElement() 
weblogic.html.HtmlPage.setVLinkColor(String)
          Use HtmlPage.getBodyElement().setAttribute() 
weblogic.common.WorkspaceServicesDef.store(String, Object)
          Use weblogic.workspace.common.WorkspaceDef.store() 
weblogic.common.WorkspaceServicesDef.store(String, Object, int)
          Use weblogic.workspace.common.WorkspaceDef.store() 
weblogic.common.WorkspaceServicesDef.store(String, Object, String)
          Use weblogic.workspace.common.WorkspaceDef.store() 
weblogic.common.T3Connection.toString()
          Information is no longer very useful 
weblogic.common.LogServicesDef.warning(String)
          Use weblogic.logging.LogOutputStream instead. 
 

Deprecated Constructors
weblogic.html.HtmlPage(String)
          Use HtmlPage.getHead().addElement() 
weblogic.common.T3Connection(String)
          Use the JNDI model 
weblogic.common.T3Connection(String, UserInfo)
          Use the JNDI model 
weblogic.remote.common.T3ServletException(String)
          Use RMI instead. 
weblogic.remote.common.T3ServletException(String, boolean)
          Use RMI instead. 
 


Documentation is available at
http://www.weblogic.com/docs51