User login
|
|
|
Frontpage Sponsor
|
|
|
Baanboard at LinkedIn
|

|
Poll
|
What actions do you take to ensure compliance with the sanction/embargo lists published by the EU and the US? don't know what you are talking about 56% we are scanning customers, suppliers and employees using own programs on a regular basis 13% each delivery/purchase adress is checked immediately with own programs 2% we are using third party software for this purpose 9% we simply don't bother 20% Total votes: 45 |
|
|
|
By patvdv at 26 Feb 2008 - 21:57
|
java.new.queue
Syntax
long java.new.queue()
Description
Creates a new queue for buckets. Upon return, the new queue.id is returned, or an error code is presented. NOTE: queues are removed automatically if the process that created it (or the process that called java.install.listener(…) on that queue) is finished !! See also the 3GL function java.install.listener.
Return codes
| id for the newly created Java queue |
| :JavaVM not supported on this platform |
| failed to create the Java queue. |
Example
long queue.id
queue.id = java.new.queue()
if (queue.id > 0) {
| do something useful
java.destroy.queue(queue.id)
}
Related topics
|
|
All times are GMT +2. The time now is 01:19.