Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.tools.script |
Modifier and Type | Class and Description |
---|---|
class |
TieQueue
TieQueue allows the Oracle-defined behavior of the
QUEUE classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
protected static Queue |
Queue.constructQueue(LibrarySession sess,
S_LibraryObjectData data)
constructQueue FixmeJavadocMethod
|
static Queue[] |
Queue.findAll(LibrarySession session)
Returns the set of defined Queues.
|
static Queue |
Queue.findByName(LibrarySession session,
String name)
Returns the a Queue matching the specified name.
|
protected static Queue |
Queue.vectorQueueElement(Vector vector,
int index)
Returns a Queue from a vector of Queues
|
protected static Queue[] |
Queue.vectorToQueueArray(Vector vector)
Constructs an array of Queue's from a vector of Queues
|
Modifier and Type | Method and Description |
---|---|
protected Queue |
ScriptOperations.lookupQueue(LibrarySession sess,
String quName)
Lookup a Queue by name.
|
Copyright © 2023. All rights reserved.