- getAnyWorkQueue() - Method in class com.sun.corba.ee.impl.threadpool.ThreadPoolImpl
-
- getAnyWorkQueue() - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPool
-
This method will return any instance of the WorkQueue.
- getDefaultThreadPool() - Method in class com.sun.corba.ee.impl.threadpool.ThreadPoolManagerImpl
-
Returns the first instance of ThreadPool in the ThreadPoolManager
- getDefaultThreadPool() - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPoolManager
-
Returns the first instance of ThreadPool in the ThreadPoolManager
- getEnqueueTime() - Method in interface com.sun.corba.ee.spi.threadpool.Work
-
This methods gets the time in millis in the work item, when this
work item was enqueued in the work queue.
- getLoggerName(Class<?>) - Method in class com.sun.corba.ee.spi.logex.stdcorba.StandardLogger
-
- getName() - Method in class com.sun.corba.ee.impl.threadpool.ThreadPoolImpl
-
- getName() - Method in class com.sun.corba.ee.impl.threadpool.WorkQueueImpl
-
- getName() - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPool
-
This method will return the name of the threadpool.
- getName() - Method in interface com.sun.corba.ee.spi.threadpool.Work
-
This method will return the name of the work item.
- getName() - Method in interface com.sun.corba.ee.spi.threadpool.WorkQueue
-
This method will return the name of the WorkQueue.
- getThreadPool(String) - Method in class com.sun.corba.ee.impl.threadpool.ThreadPoolManagerImpl
-
This method will return an instance of the threadpool given a threadpoolId,
that can be used by any component in the app.
- getThreadPool(int) - Method in class com.sun.corba.ee.impl.threadpool.ThreadPoolManagerImpl
-
This method will return an instance of the threadpool given a numeric threadpoolId.
- getThreadPool() - Method in class com.sun.corba.ee.impl.threadpool.WorkQueueImpl
-
- getThreadPool() - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPoolChooser
-
This method is used to return an instance of ThreadPool based on the
strategy/policy implemented in the ThreadPoolChooser from the set of
ThreadPools allowed to be used by the ORB.
- getThreadPool(int) - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPoolChooser
-
This method is used to return an instance of ThreadPool that is obtained
by using the id argument passed to it.
- getThreadPool(String) - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPoolManager
-
This method will return an instance of the threadpool given a threadpoolId,
that can be used by any component in the app.
- getThreadPool(int) - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPoolManager
-
This method will return an instance of the threadpool given a numeric threadpoolId.
- getThreadPool() - Method in interface com.sun.corba.ee.spi.threadpool.WorkQueue
-
Get the ThreadPool instance servicing this WorkQueue
- getThreadPoolChooser(String) - Method in class com.sun.corba.ee.impl.threadpool.ThreadPoolManagerImpl
-
Return an instance of ThreadPoolChooser based on the componentId that was
passed as argument
- getThreadPoolChooser(int) - Method in class com.sun.corba.ee.impl.threadpool.ThreadPoolManagerImpl
-
Return an instance of ThreadPoolChooser based on the componentIndex that was
passed as argument.
- getThreadPoolChooser(String) - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPoolManager
-
Return an instance of ThreadPoolChooser based on the componentId that was
passed as argument
- getThreadPoolChooser(int) - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPoolManager
-
Return an instance of ThreadPoolChooser based on the componentIndex that was
passed as argument.
- getThreadPoolChooserNumericId(String) - Method in class com.sun.corba.ee.impl.threadpool.ThreadPoolManagerImpl
-
Gets the numeric index associated with the componentId specified for a
ThreadPoolChooser.
- getThreadPoolChooserNumericId(String) - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPoolManager
-
Gets the numeric index associated with the componentId specified for a
ThreadPoolChooser.
- getThreadPoolIds() - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPoolChooser
-
This method is a convenience method to see what threadpool-ids are being
used by the ThreadPoolChooser
- getThreadPoolNumericId(String) - Method in class com.sun.corba.ee.impl.threadpool.ThreadPoolManagerImpl
-
This method is used to return the numeric id of the threadpool, given a String
threadpoolId.
- getThreadPoolNumericId(String) - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPoolManager
-
This method is used to return the numeric id of the threadpool, given a String
threadpoolId.
- getThreadPoolStringId(int) - Method in class com.sun.corba.ee.impl.threadpool.ThreadPoolManagerImpl
-
Return a String Id for a numericId of a threadpool managed by the threadpool
manager
- getThreadPoolStringId(int) - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPoolManager
-
Return a String Id for a numericId of a threadpool managed by the threadpool
manager
- getWorkQueue(int) - Method in class com.sun.corba.ee.impl.threadpool.ThreadPoolImpl
-
- getWorkQueue(int) - Method in interface com.sun.corba.ee.spi.threadpool.ThreadPool
-
This method will return an instance of the of the WorkQueue given a queueId.