SAP J2EE Engine

Version 6.40


Deprecated API

Deprecated Interfaces
com.sapportals.connector.metadata.relations.IBlackBoxRelation
          Use IRelation and return true for IRelation.isBlackBox() 
com.sapportals.connector.metadata.relations.IDefaultRelation
          Use IRelation 
com.sapportals.connector.execution.objects.IQuery
          Use IExecution interface 
 

Deprecated Fields
com.sapportals.connector.connection.IConnectionSpecMetaData.CONNECTION_PROPERTY_USER
          use CONNECTION_PROPERTY_USERNAME instead. 
com.sapportals.connector.metadata.structures.IStructure.STRUCTURE_TYPE_COLUMN
          Use STRUCTURE_TYPE_ARRAY instead 
 

Deprecated Methods
com.sap.engine.services.applocking.TableLocking.assertLifetime(byte)
          does not work for local transactions 
com.sap.engine.interfaces.security.auth.AbstractLoginModule.changePasswordIfNeeded(String, CallbackHandler)
          This functionality is moved to the login context. 
com.sap.engine.interfaces.security.auth.AbstractLoginModule.changePasswordIfNeeded(UserContext, UserInfo, CallbackHandler)
          This functionality is moved to the login context. 
com.sap.engine.interfaces.security.auth.AbstractLoginModule.changePasswordIfNeeded(X509Certificate, CallbackHandler)
          This functionality is moved to the login context. 
com.sap.engine.interfaces.security.auth.AbstractLoginModule.checkUserLockStatus(String)
          This functionality is moved to the login context. 
com.sap.engine.interfaces.security.auth.AbstractLoginModule.checkUserLockStatus(UserContext, UserInfo)
          This functionality is moved to the login context. 
com.sap.engine.interfaces.security.auth.AbstractLoginModule.checkUserLockStatus(X509Certificate)
          This functionality is moved to the login context. 
com.sapportals.connector.execution.objects.IQuery.execute()
          Use IExecution.execute(IOperation) 
com.sapportals.connector.execution.objects.IQuery.execute(String)
          Use IExecution.execute(IOperation) 
com.sapportals.connector.connection.IConnectionSpecMetaData.getAllConnectionProperties()
          First get the IConnectionPropertyGroup (getAllConnectionPropertyGroups(), getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup()) and then use IConnectionPropertyGroup.getAllConnectionProperties() 
com.sapportals.connector.connection.IConnectionSpecMetaData.getConnectionProperty(String)
          First get the IConnectionPropertyGroup (getAllConnectionPropertyGroups(), getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup()) and then use IConnectionPropertyGroup.getConnectionProperty(String) 
com.sap.engine.services.applocking.TableLocking.getCurrentOwner(byte)
          use getCurrentOwner(byte, Connection) instead, because does not work for local transactions 
com.sapportals.connector.metadata.relations.IRelation.getName()
            
com.sapportals.connector.metadata.objects.IBusinessObject.getRelations()
          Use getRelationsEx() 
com.sapportals.connector.metadata.relations.IRelationsMetaData.getRelations()
          Use getRelationsEx() 
com.sapportals.connector.metadata.relations.IRelationsMetaData.getRelations(IBusinessObject, IBusinessObject)
          Use getRelationsEx(IBusinessObject,IBusinessObject) 
com.sapportals.connector.metadata.objects.IBusinessObject.getRelationsToObject(String)
          Use getRelationsToObjectEx(String) 
com.sap.engine.interfaces.security.auth.AbstractLoginModule.isUserAccountExpired(String)
          This functionality is moved to the login context. 
com.sap.engine.interfaces.security.auth.AbstractLoginModule.isUserAccountExpired(UserInfo, UserContext)
          This functionality is moved to the login context. 
com.sapportals.connector.connection.IConnection.newQuery()
          Use newExecution() 
com.sapportals.connector.connection.IConnectionSpecMetaData.retrieveAllConnectionPropertiesNames()
          First get the IConnectionPropertyGroup (getAllConnectionPropertyGroups(), getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup()) and then use IConnectionPropertyGroup.retrieveAllConnectionPropertiesNames() 
com.sapportals.connector.metadata.relations.IRelation.retrieveTypeCode()
            
com.sap.engine.services.applocking.TableLocking.unlockAll(byte)
          use unlockAll(byte, Connection) instead, because does not work for local transactions 
com.sap.engine.services.applocking.TableLocking.unlockAll(byte, boolean)
          use unlockAll(byte, Connection, boolean) instead, because does not work for local transactions 
com.sap.engine.interfaces.security.auth.AbstractLoginModule.writeLogonStatistics(boolean, String, long, Map)
          This functionality is moved to the login context. 
com.sap.engine.interfaces.security.auth.AbstractLoginModule.writeLogonStatistics(boolean, UserInfo, long, Map)
          This functionality is moved to the login context. 
 


SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.