Class Inx_Apiimpl_Core_AbstractROBOResultSet

Description

Implements interfaces:

RemoteObject <P>Copyright (c) 2005 Inxmail GmbH.

RemoteObject Copyright (c) 2005 Inxmail GmbH. All Rights Reserved.

  • version: $Revision: 9350 $ $Date: 2007-12-10 09:36:24 +0200 (Pr, 10 Grd 2007) $ $Author: aurimas $
  • abstract:

Located in /Apiimpl/Core/AbstractROBOResultSet.php (line 2)

Inx_Apiimpl_RemoteObject
   |
   --Inx_Apiimpl_Core_AbstractROBOResultSet
Direct descendents
Class Description
Inx_Apiimpl_Core_DelegateROBOResultSet RemoteObject <P>Copyright (c) 2005 Inxmail GmbH.
Variable Summary
Method Summary
Inx_Apiimpl_Core_AbstractROBOResultSet __construct (Inx_Apiimpl_SessionContext $oSc,  $sRemoteRefId,  $iSize,  $aFirstChunk)
void check ()
void close ()
void current ()
void fetchBOs ( $iIndex,  $iDirection)
void get ( $iIndex)
void key ()
void next ()
void rewind ()
void size ()
void valid ()
Variables
mixed $_iLastAccessedIndex = -1 (line 7)
  • access: protected
mixed $_iPosition = 0 (line 11)
  • access: protected
mixed $_iSize (line 9)
  • access: protected
mixed $_oBuffer = null (line 5)
  • access: protected
Methods
Constructor __construct (line 14)
  • access: public
Inx_Apiimpl_Core_AbstractROBOResultSet __construct (Inx_Apiimpl_SessionContext $oSc,  $sRemoteRefId,  $iSize,  $aFirstChunk)

Redefinition of:
Inx_Apiimpl_RemoteObject::__construct()

Redefined in descendants as:
check (line 109)
  • access: protected
void check ()
close (line 103)
  • access: public
void close ()

Implementation of:
Inx_Api_ROBOResultSet::close()
Closes this result set and releases any resources associated with the result set. Inx_Api_ROBOResultSet object must be closed once it is not needed anymore to prevent memory leaks and other potentially harmful side effects.
current (line 122)
  • access: public
void current ()
fetchBOs (line 26)
  • abstract:
  • access: protected
void fetchBOs ( $iIndex,  $iDirection)
  • $iIndex
  • $iDirection

Redefined in descendants as:
get (line 29)
  • access: public
void get ( $iIndex)
  • $iIndex

Implementation of:
Inx_Api_ROBOResultSet::get()
Returns the Inx_Api_ReadOnlyBusinessObject with the specified index.
key (line 128)
  • access: public
void key ()
next (line 133)
  • access: public
void next ()
rewind (line 116)
  • access: public
void rewind ()
size (line 97)
  • access: public
void size ()

Implementation of:
Inx_Api_ROBOResultSet::size()
Returns the number of read-only business objects in this result set.
valid (line 138)
  • access: public
void valid ()

Inherited Methods

Inherited From Inx_Apiimpl_RemoteObject

Inx_Apiimpl_RemoteObject::__construct()
Inx_Apiimpl_RemoteObject::_createCxt()
Inx_Apiimpl_RemoteObject::_isReleased()
Inx_Apiimpl_RemoteObject::_notify()
Inx_Apiimpl_RemoteObject::_refId()
Inx_Apiimpl_RemoteObject::_release()
Inx_Apiimpl_RemoteObject::_remoteRef()
Inx_Apiimpl_RemoteObject::_sessionId()

Documentation generated on Thu, 17 Sep 2015 14:27:19 +0200 by phpDocumentor 1.3.2