com.intersys.classes
Class GlobalCharacterStream

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.CharacterStream
                          extended bycom.intersys.classes.GlobalCharacterStream
All Implemented Interfaces:
ObjectHandle, Serializable

public class GlobalCharacterStream
extends CharacterStream
implements Serializable

See Also:
Serialized Form

Constructor Summary
GlobalCharacterStream(com.intersys.cache.CacheObject ref)
           
GlobalCharacterStream(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)
           
 String _readLine(IntegerHolder len)
           
static void checkAllFieldsValid(Database db)
           
static void checkAllMethods(Database db)
           
 CacheClass getCacheClass()
           
static String getCacheClassName()
           
 
Methods inherited from class com.intersys.classes.CharacterStream
_lineTerminatorGet, _lineTerminatorSet, _moveToEnd, _read, _write, _write, _writeLine, _writeLine, get_lineTerminator, getReader, getWriter, set_lineTerminator
 
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

GlobalCharacterStream

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

GlobalCharacterStream

public GlobalCharacterStream(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 CharacterStream
Throws:
CacheException

checkAllFieldsValid

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

checkAllMethods

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

_readLine

public String _readLine(IntegerHolder len)
                 throws CacheException
Overrides:
_readLine in class CharacterStream
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