VCDoc
Class Tree

Class
  unaIcyStreamer.unaIcyStreamers

Class Hierarchy
  / unaThread / unaObject / TObject

Description
 

 


Members
  Fields
 
Field Description

Methods
 
Method Description
unaObject.AfterConstruction Makes sure "inherited" create() was called during object's creation.
unaObject.create Creates an object.
unaThread.AfterConstruction Makes sure "inherited" create() was called during object's creation.
unaThread.askStop Notifies the thread should be stopped.
unaThread.BeforeDestruction Destroys the thread. If thread is running, stops it by calling the stop() method.
unaThread.create Creates new thread if active is true. If active is false thread should be created by calling the start() method.
unaThread.doSetStatus  
unaThread.enter Enters the gate associated with the thread.
unaThread.execute This method will be called when execution starts in a new thread.
unaThread.getHandle  
unaThread.getStatus  
unaThread.getThreadId  
unaThread.grantStart Called just before execute() method.
unaThread.grantStop Called just before shouldStop property will be set to true.
unaThread.g_shouldStop  
unaThread.leave Leaves the gate associated with the thread.
unaThread.onPause  
unaThread.onResume  
unaThread.pause Suspends thread execution.
unaThread.resume Resumes thread execution.
unaThread.setDefaultStopTimeout  
unaThread.shouldStopThread  
unaThread.sleepThread Pauses the thread for specified amount of milliseconds.
unaThread.start Starts the thread.
unaThread.startIn Called just before execute() method.
unaThread.startOut Called just after execute() method.
unaThread.stop Stops the thread.
unaThread.wakeUp If thread has entered the sleepThread() state, wakes the thread up, making the speep() method to return True.
AfterConstruction Makes sure "inherited" create() was called during object's creation.
BeforeDestruction Destroys the thread. If thread is running, stops it by calling the stop() method.
create  
execute  
handleSocketEvent  
handleStatus  
onSocksEvent  
sendData  
sendDataTo  
sendText  
startIn Called just before execute() method.
startOut Called just after execute() method.

Properties
 
Property Description
unaObject._classID Returns string description of this instance.
unaObject._this Returns pointer to self (this instance of object). Useful is some cases where self will refer to method's owner object instead.
unaThread.globalIndex  
unaThread.onExecute Fires when execution starts in a new thread. See comments for execute() method for details.
unaThread.priority Specifies the priority of the thread.
unaThread.shouldStop True when thread is (about to be) stopped.
host  
port  
status  
timeOut  
URL  

Events
 
Event Description



(c) 2001-2008 Lake of Soft, Ltd
Created with DelphiCodeToDoc.