org.apache.geronimo.pool
Interface GeronimoExecutor
- All Superinterfaces:
- EDU.oswego.cs.dl.util.concurrent.Executor, org.apache.geronimo.system.threads.ThreadPool
- All Known Implementing Classes:
- ThreadPool
- public interface GeronimoExecutor
- extends EDU.oswego.cs.dl.util.concurrent.Executor, org.apache.geronimo.system.threads.ThreadPool
A Geronimo-specific extension that contributes a little extra manageability
to the standard Executor interface.
- Version:
- $Rev: 394534 $ $Date: 2006-04-16 20:20:56 +0200 (Sun, 16 Apr 2006) $
Methods inherited from interface EDU.oswego.cs.dl.util.concurrent.Executor |
execute |
Methods inherited from interface org.apache.geronimo.system.threads.ThreadPool |
execute, getPoolSize |
getName
public String getName()
- Gets a human-readable name identifying this object.
getObjectName
public 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.