| com.intersys.classes.SYSTEM.Process
Process | public class Process extends Persistent (Code) | | |
Constructor Summary | |
public | Process(CacheObject ref) NB: DO NOT USE IN APPLICATION!
Use Person._open instead. | public | Process(Database db) Creates a new instance of object "" in Cache
database and corresponding object of class
Person . |
Method Summary | |
public static RegisteredObject | _open(Database db, Id id) Runs method %OpenId in Cache to open an object
from Cache database and creates corresponding object of class
Person .
Parameters: _db - Database object used for connection withCache database. Parameters: id - ID as specified in Cache represented asId . | public Dataholder | terminate() |
_open | public static RegisteredObject _open(Database db, Id id) throws CacheException(Code) | | Runs method %OpenId in Cache to open an object
from Cache database and creates corresponding object of class
Person .
Parameters: _db - Database object used for connection withCache database. Parameters: id - ID as specified in Cache represented asId . RegisteredObject , corresponding to openedobject. This object may be of Person or ofany of its subclasses. Cast to Person isguaranteed to pass without ClassCastException exception. throws: CacheException - in case of error. See Also: java.lang.ClassCastException See Also: Process._open(com.intersys.objects.Database,com.intersys.objects.Oid) See Also: Process.Person |
terminate | public Dataholder terminate() throws CacheException(Code) | | |
|
|