com.intersys.classes
Class GlobalBinaryStream

java.lang.Object
  extended bycom.intersys.classes.CacheGeneric
      extended bycom.intersys.classes.CacheRootObject
          extended bycom.intersys.classes.RegisteredObject
              extended bycom.intersys.classes.SerialObject
                  extended bycom.intersys.classes.SerialStream
                      extended bycom.intersys.classes.BinaryStream
                          extended bycom.intersys.classes.GlobalBinaryStream
All Implemented Interfaces:
ObjectHandle, Serializable

public class GlobalBinaryStream
extends BinaryStream
implements Serializable

See Also:
Serialized Form

Constructor Summary
GlobalBinaryStream(com.intersys.cache.CacheObject ref)
           
GlobalBinaryStream(Database db)
           
 
Method Summary
 void _clear()
           
 void _copyFrom(AbstractStream source)
           
 void _copyFromAndSave(AbstractStream source)
           
 Timestamp _lastModifiedGet()
           
static RegisteredObject _open(Database db, Oid oid)
           
 void _outputToDevice()
           
 void _outputToDevice(IntegerHolder len)
           
static void checkAllFieldsValid(Database db)
           
static void checkAllMethods(Database db)
           
 CacheClass getCacheClass()
           
static String getCacheClassName()
           
 
Methods inherited from class com.intersys.classes.BinaryStream
_moveToEnd, _read, _write, _write, getInputStream, getOutputStream
 
Methods inherited from class com.intersys.classes.SerialStream
_deleteAttribute, _deleteStream, _flush, _getAttribute, _getAttribute, _getStreamId, _inputFromDevice, _inputFromDevice, _inputFromDevice, _isDefinedAttribute, _isNull, _logicalToOdbc, _logicalToOdbc, _nextAttribute, _odbcToLogical, _odbcToLogical, _openStream, _rewind, _saveStream, _setAttribute, _sizeGet
 
Methods inherited from class com.intersys.classes.SerialObject
_getSwizzleObject, _getSwizzleObject, _getSwizzleObject, getOid, open, openOnServer, serialize, serialize
 
Methods inherited from class com.intersys.classes.RegisteredObject
_className, _className, _constructClone, _constructClone, _constructClone, _isA, _isModified, _normalizeObject, _packageName, _validateObject, _validateObject, constructClone, constructClone, getZRef
 
Methods inherited from class com.intersys.classes.CacheRootObject
_close, castTo, equals, getDatabase, getField, getOref, getProxy, getString, hashCode, release, releaseInternal, toString
 
Methods inherited from class com.intersys.classes.CacheGeneric
checkAllFieldsValid, checkFieldsLimited, reset
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlobalBinaryStream

public GlobalBinaryStream(com.intersys.cache.CacheObject ref)
                   throws CacheException

GlobalBinaryStream

public GlobalBinaryStream(Database db)
                   throws CacheException
Method Detail

_open

public static RegisteredObject _open(Database db,
                                     Oid oid)
                              throws CacheException
Throws:
CacheException

getCacheClassName

public static String getCacheClassName()

getCacheClass

public CacheClass getCacheClass()
                         throws CacheException
Overrides:
getCacheClass in class BinaryStream
Throws:
CacheException

checkAllFieldsValid

public static void checkAllFieldsValid(Database db)
                                throws CacheException
Throws:
CacheException

checkAllMethods

public static void checkAllMethods(Database db)
                            throws CacheException
Throws:
CacheException

_clear

public void _clear()
            throws CacheException
Overrides:
_clear in class SerialStream
Throws:
CacheException

_copyFrom

public void _copyFrom(AbstractStream source)
               throws CacheException
Overrides:
_copyFrom in class SerialStream
Throws:
CacheException

_copyFromAndSave

public void _copyFromAndSave(AbstractStream source)
                      throws CacheException
Overrides:
_copyFromAndSave in class SerialStream
Throws:
CacheException

_lastModifiedGet

public Timestamp _lastModifiedGet()
                           throws CacheException
Overrides:
_lastModifiedGet in class SerialStream
Throws:
CacheException

_outputToDevice

public void _outputToDevice()
                     throws CacheException
Overrides:
_outputToDevice in class SerialStream
Throws:
CacheException

_outputToDevice

public void _outputToDevice(IntegerHolder len)
                     throws CacheException
Overrides:
_outputToDevice in class SerialStream
Throws:
CacheException