org.apache.geronimo.pool
Interface GeronimoExecutor

All Superinterfaces:
Executor, ThreadPool
All Known Implementing Classes:
ThreadPool

public interface GeronimoExecutor
extends Executor, ThreadPool

A Geronimo-specific extension that contributes a little extra manageability to the standard Executor interface.


Method Summary
 String getName()
          Gets a human-readable name identifying this object.
 String getObjectName()
          Gets the unique name of this object.
 
Methods inherited from interface java.util.concurrent.Executor
execute
 
Methods inherited from interface org.apache.geronimo.system.threads.ThreadPool
awaitTermination, execute, getActiveCount, getMaximumPoolSize, getPoolSize
 

Method Detail

getName

String getName()
Gets a human-readable name identifying this object.


getObjectName

String getObjectName()
Gets the unique name of this object. The object name must comply with the ObjectName specification in the JMX specification.

Returns:
the unique name of this object within the server


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.