Java Client API Reference 6.0.2.61

Uses of Class
com.baan.b3.boi1.BoiException

Packages that use BoiException
com.baan.b3.boi1 Provides a typesafe API for use with B3 BOIs. 
 

Uses of BoiException in com.baan.b3.boi1
 

Subclasses of BoiException in com.baan.b3.boi1
 class BoiApplicationException
          Indicates an exception occurred in the backend application.
 class BoiSynchronizationException
          Indicates an exception occurred while synchronizing with the backend.
 

Methods in com.baan.b3.boi1 that throw BoiException
abstract  ISynchronization BoiToolkit.createSynchronization()
          Creates an ISynchronization object.
 void BusinessObjectManager.initialize(java.lang.String p_backendComponentName)
          Initializes this manager for a specific OpenWorldX Adapter backend.
 void BusinessObjectManager.ping()
          Pings connected backend.
 void BusinessObjectManager.synchronize()
          Synchronizes local changed business objects to the backend.
 void IUserSession.addManager(BusinessObjectManager p_manager)
          Adds a manager to this UserSession.
 void IBackend.setLicenseOverrideKey(java.lang.String sLicenseOverrideKey)
           
 void IBackend.setUserInfo(IUserInfo p_userInfo)
          Set the UserInfo used to connect.
 void IBackend.setTimeout(long p_timeout)
          Set the Timeout for this Backend object.
 long IBackend.getTimeout()
          Get the Timeout for this Backend object.
 void IBackend.deactivate()
          Deactivate the backend.
 void IBackend.reset()
          Reset the statistics of the backend.
 java.lang.String IBackend.getType()
          Get the Backend type.
 long IBackend.ping()
          Try to ping the Backend.
 IBackend.Statistics IBackend.statistics()
          Retrieve Statistics from the server.
 boolean Iterator.hasMoreElements()
          Indicates whether there are more business objects to return
Threading policy: Unsafe
 BusinessObject Iterator.nextElement()
          Returns the next business object.
 void ISynchronization.addManager(BusinessObjectManager p_manager)
          Adds a manager to this context.
 void ISynchronization.execute()
          Synchronizes the changes in all managers in the context with the backend.
 


Java Client API Reference 6.0.2.61

Visit the SSA Global website for more information.